summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03gallium/util: Initialize variables in u_pack_color.h.Vinson Lee
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee
2009-12-03progs/glsl: Redraw upon keypress.Vinson Lee
2009-12-03progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-12-03progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-12-03progs/fp: Redraw upon keypress.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: fix MSVC build.Vinson Lee
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03r200: fix polygon stippleAlex Deucher
2009-12-02scons: Add Mac OS to target platform list.Vinson Lee
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul
2009-12-02progs: Ignore Mac OS dSYM directories.Vinson Lee
2009-12-02cell: added tex_usage param to xm_surface_buffer_create()Brian Paul
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul
2009-12-01Simplify hackery added to fix AIX build.Tom Fogal
2009-12-01intel: Remove GL_NV_point_sprite from extension listIan Romanick
2009-11-30mesa: set version string to 7.6.1-rc2Ian Romanick
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick
2009-11-23shaderutil: Fix detection of shadersIan Romanick
2009-11-23autoconf: Fix case for not having packageJakob Bornecrantz
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer