mesa: Changes to 'refs/tags/mesa-7.6.1-rc3-1'
Tag 'mesa-7.6.1-rc3-1' created by Brice Goglin <bgoglin@debian.org> at 2009-12-11 19:55 +0000
Tagging upload of mesa 7.6.1~rc3-1 to unstable.
Changes since mesa-7.6.1-rc2-1:
Andre Maasikas (3):
r600: reorder state for render_target and blend
r600: add support for TXB instruction
r600: fix state size prediction after dc0777d3
Aurelien Jarno (1):
sparc: additional preprocessor test for SPARC 64-bit
Brian Paul (5):
vbo: fix array index out of bounds error, and fix evaluator priorities
mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
mesa: check dst reg in _mesa_find_free_register()
mesa: remove unnecessary loop in _mesa_remove_output_reads()
docs: updated 7.6.1 relnotes with GLSL fixes
Brice Goglin (6):
fix sparc64 FTBFS
Build r600_dri.so
Merge branch 'mesa_7_6_branch' of git://anongit.freedesktop.org/mesa/mesa into debian-unstable
New upstream release candidate
Drop 07_sparc64_xform_asm.patch, applied upstream
Prepare Changelog for upload
Ian Romanick (1):
mesa: set version string to 7.6.1-rc3
Vinson Lee (33):
draw: Initialize variable in draw_pt.c.
progs/tests: Add tests to Makefile.
glx: Prevent potential null pointer deference in driCreateContext.
dri: Fix potential null pointer deference in dri_put_drawable.
dri: Fix potential null pointer dereference in driBindContext.
st/egl: Fix memory leak in egl_tracker.c.
progs/demos: Fix memory leak in projtex.c.
progs/test: Initialize variable in prog_parameter.
llvmpipe: Initialize variables in emit_instruction.
rbug: Initialize variable in rbug_get_message.
i915g: Add missing break statement in i915_debug_packet.
i915g: Fix memory leak when pci id is unknown.
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
mesa: Fix array out-of-bounds access by _mesa_Fogi.
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
mesa: Fix array out-of-bounds access by _mesa_Fogf.
mesa: Fix array out-of-bounds access by _mesa_LightModeli.
glsl: Remove unused member x from struct slang_operation.
mesa: Fix array out-of-bounds access by _mesa_LightModelf.
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
mesa: Fix array out-of-bounds access by _mesa_Lightf.
mesa: Fix array out-of-bounds access by _mesa_Lighti.
mesa: Fix array out-of-bounds access by _mesa_TexGend.
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
glsl: Fix array out-of-bounds access by _slang_lookup_constant.
progs/util: Byte swap individual members of struct _rawImageRec.
progs/samples: Byte swap individual members of struct _rawImageRec.
glsl: Increase size of array in_slang_lookup_constant from 4 to 16.
i915: Add missing break statement in i915_debug_packet.
mesa: Assign _mesa_lookup_parameter_index return value to GLint.
mesa: Initialize variable in MatchInstruction.
---
ChangeLog | 325 ++++++++++++++++++++++++
debian/changelog | 11
debian/rules | 4
docs/relnotes-7.6.1.html | 1
progs/demos/projtex.c | 1
progs/samples/rgbtoppm.c | 7
progs/util/readtex.c | 7
src/gallium/auxiliary/draw/draw_pt.c | 3
src/gallium/auxiliary/rbug/rbug_connection.c | 1
src/gallium/drivers/i915simple/i915_debug.c | 1
src/gallium/drivers/i915simple/i915_screen.c | 1
src/gallium/drivers/llvmpipe/lp_bld_tgsi_soa.c | 6
src/gallium/state_trackers/egl/egl_tracker.c | 2
src/glx/x11/drisw_glx.c | 4
src/mesa/drivers/dri/common/dri_util.c | 11
src/mesa/drivers/dri/i915/i915_debug.c | 1
src/mesa/drivers/dri/r600/r700_assembler.c | 26 -
src/mesa/drivers/dri/r600/r700_chip.c | 8
src/mesa/main/fog.c | 11
src/mesa/main/light.c | 20 +
src/mesa/main/points.c | 11
src/mesa/main/texgen.c | 6
src/mesa/main/texobj.c | 2
src/mesa/main/texparam.c | 25 +
src/mesa/main/version.h | 2
src/mesa/shader/nvfragparse.c | 8
src/mesa/shader/prog_parameter.c | 2
src/mesa/shader/program.c | 14 -
src/mesa/shader/programopt.c | 14 -
src/mesa/shader/slang/slang_compile_operation.h | 1
src/mesa/shader/slang/slang_simplify.c | 9
src/mesa/sparc/xform.S | 2
src/mesa/vbo/vbo_exec_eval.c | 33 +-
33 files changed, 494 insertions(+), 86 deletions(-)
---
Reply to: