summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Prepare Changelog for uploadmesa-7.6.1-rc3-1Brice Goglin1-2/+2
2009-12-11Drop 07_sparc64_xform_asm.patch, applied upstreamBrice Goglin3-14/+3
2009-12-11New upstream release candidateBrice Goglin2-1/+328
2009-12-11Merge branch 'mesa_7_6_branch' of git://anongit.freedesktop.org/mesa/mesa int...Brice Goglin30-85/+155
2009-12-11docs: updated 7.6.1 relnotes with GLSL fixesBrian Paul1-0/+1
2009-12-11mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul1-9/+5
2009-12-11mesa: check dst reg in _mesa_find_free_register()Brian Paul1-3/+11
2009-12-11sparc: additional preprocessor test for SPARC 64-bitAurelien Jarno1-1/+1
2009-12-11Build r600_dri.soBrice Goglin2-1/+2
2009-12-11fix sparc64 FTBFSBrice Goglin4-0/+21
2009-12-10mesa: Initialize variable in MatchInstruction.Vinson Lee1-1/+7
2009-12-10mesa: Assign _mesa_lookup_parameter_index return value to GLint.Vinson Lee1-1/+1
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee1-0/+1
2009-12-10glsl: Increase size of array in_slang_lookup_constant from 4 to 16.Vinson Lee1-1/+1
2009-12-10progs/samples: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-10glsl: Fix array out-of-bounds access by _slang_lookup_constant.Vinson Lee1-4/+5
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee1-1/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee1-1/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee1-1/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee1-1/+4
2009-12-09glsl: Remove unused member x from struct slang_operation.Vinson Lee1-1/+0
2009-12-09mesa: fix baseLevel >= MAX_TEXTURE_LEVELS testBrian Paul1-1/+1
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas1-1/+5
2009-12-08mesa: Fix array out-of-bounds access by _mesa_LightModeli.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee1-1/+6
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee1-2/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee1-2/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee1-2/+4
2009-12-08vbo: fix array index out of bounds error, and fix evaluator prioritiesBrian Paul1-12/+21
2009-12-08i915g: Fix memory leak when pci id is unknown.Vinson Lee1-0/+1
2009-12-08i915g: Add missing break statement in i915_debug_packet.Vinson Lee1-0/+1
2009-12-08rbug: Initialize variable in rbug_get_message.Vinson Lee1-0/+1
2009-12-08r600: add support for TXB instructionAndre Maasikas1-17/+9
2009-12-08r600: reorder state for render_target and blendAndre Maasikas1-1/+1
2009-12-07llvmpipe: Initialize variables in emit_instruction.Vinson Lee1-3/+3
2009-12-07progs/test: Initialize variable in prog_parameter.Vinson Lee1-0/+5
2009-12-07mesa: set version string to 7.6.1-rc3mesa_7_6_1_rc3Ian Romanick1-1/+1
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+1
2009-12-06st/egl: Fix memory leak in egl_tracker.c.Vinson Lee1-1/+1
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee1-1/+2
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee1-4/+4
2009-12-06glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee1-1/+3
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee1-0/+7
2009-12-06Prepare Changelog for uploadmesa-7.6.1-rc2-1Brice Goglin1-2/+2
2009-12-06Refresh patchesBrice Goglin3-17/+27