summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-12-11mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul
2009-12-11mesa: check dst reg in _mesa_find_free_register()Brian Paul
2009-12-11sparc: additional preprocessor test for SPARC 64-bitAurelien Jarno
2009-12-10mesa: Initialize variable in MatchInstruction.Vinson Lee
2009-12-10mesa: Assign _mesa_lookup_parameter_index return value to GLint.Vinson Lee
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee
2009-12-10glsl: Increase size of array in_slang_lookup_constant from 4 to 16.Vinson Lee
2009-12-10glsl: Fix array out-of-bounds access by _slang_lookup_constant.Vinson Lee
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee
2009-12-09glsl: Remove unused member x from struct slang_operation.Vinson Lee
2009-12-09mesa: fix baseLevel >= MAX_TEXTURE_LEVELS testBrian Paul
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas
2009-12-08mesa: Fix array out-of-bounds access by _mesa_LightModeli.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee
2009-12-08vbo: fix array index out of bounds error, and fix evaluator prioritiesBrian Paul
2009-12-08r600: add support for TXB instructionAndre Maasikas
2009-12-08r600: reorder state for render_target and blendAndre Maasikas
2009-12-07mesa: set version string to 7.6.1-rc3Ian Romanick
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-12-04mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee
2009-12-04radeon: fix polygon stippleAlex Deucher
2009-12-03r200: fix polygon stippleAlex Deucher
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-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
2009-11-18r600: disable compressed texture supportAlex Deucher
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher