Tag 'mesa-7.0.1-2' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-08-28 12:24 +0000
Tagging upload of mesa 7.0.1-2 to unstable. Changes since mesa-7.0.1-1: Adam Jackson (1): Unbreak Linux builds with -fvisibility=hidden. Brian (32): added md5 sums fix even-sized point positioning (bug 11874) Merge branch 'mesa_7_0_branch' of git+ssh://[EMAIL PROTECTED]/git/mesa/mesa into mesa_7_0_branch fix bug 9962 (vbo splitting) as in trunk initial 7.0.2 notes fix swizzle error test (bug 11881) fix potential NULL dereference (bug 11880) remove SHELL line, replace -e test with new logic (Daniel Stone) fix potential NULL dereference (bug 11879) move free() after dereference (bug 11878) fix byte swap bug for GLuint stencil indexes (bug 11909) fix link to 7.0.1 relnotes Implement mutex/locking around texture object reference counting. free any render/framebuffers left in hash tables when freeing shared state Add PCI IDs for the G33, Q33, and Q35 chipsets. added more i915/945 chipsets fix blending/banding bug Fix a few more problems with freeing FBOs/textures during context destruction. added some temporary texobj ref counting debug output more tex obj ref count debugging (temporary) Added _mesa_free_attrib_data() to free anything left in the attribute stack upon context destruction. copy Target in _mesa_copy_texture_object() Rewrite quite a bit of the code for glPush/PopAttrib() for texture state. more debug output (context destroy, fb destroy) log deleting/binding of FBOs Remove recent texobj refcount debug/logging code. don't map buffer in _mesa_validate_DrawElements() unless needed refactor bounds checking code remove unneeded CallStack array remove CallDepth++/-- accidentally removed in prev commit new __gluInvertMatrix() function (Mesa bug 6748) Fixed bugs 6748, 12141 Colin McDonald (1): fixed problem with big glDrawArrays (see bug 12141) Dan Torop (1): fix spantmp2 READ_RGBA inline asm (#11931) Julien Cristau (4): Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into debian-unstable * Update to latest git (from mesa_7_0_branch) Delete generated files. Prepare changelog for upload. Michel Dänzer (2): i915tex: Make sure pitch is aligned properly for render-to-texture. i915tex: Unreference texture buffers on context destruction. Roland Scheidegger (1): suppress warning about ncon visuals (bug #6689) Wang Zhenyu (1): i915tex: Add support for 945GME --- Makefile | 4 debian/changelog | 9 docs/news.html | 2 docs/relnotes-7.0.1.html | 9 docs/relnotes-7.0.2.html | 72 +++++++ docs/relnotes.html | 1 include/GL/glu.h | 27 +- src/glu/sgi/libutil/project.c | 115 +++++------- src/glx/x11/glxext.c | 7 src/glx/x11/indirect_vertex_array.c | 14 - src/mesa/drivers/dri/common/spantmp2.h | 2 src/mesa/drivers/dri/i810/i810screen.c | 2 src/mesa/drivers/dri/i915/i915_texstate.c | 19 + src/mesa/drivers/dri/i915/intel_context.c | 8 src/mesa/drivers/dri/i915/intel_context.h | 4 src/mesa/drivers/dri/i915/intel_screen.c | 4 src/mesa/drivers/dri/i915/intel_tex.c | 6 src/mesa/drivers/dri/i915tex/i830_vtbl.c | 10 + src/mesa/drivers/dri/i915tex/i915_vtbl.c | 10 + src/mesa/drivers/dri/i915tex/intel_context.c | 12 + src/mesa/drivers/dri/i915tex/intel_context.h | 4 src/mesa/drivers/dri/i915tex/intel_mipmap_tree.c | 16 + src/mesa/drivers/dri/i915tex/intel_screen.c | 4 src/mesa/drivers/dri/unichrome/via_context.c | 9 src/mesa/main/api_validate.c | 145 ++++++++------- src/mesa/main/attrib.c | 200 ++++++++++++++------- src/mesa/main/attrib.h | 4 src/mesa/main/context.c | 97 ++++++---- src/mesa/main/dlist.c | 6 src/mesa/main/fbobject.c | 27 +- src/mesa/main/framebuffer.c | 13 - src/mesa/main/image.c | 2 src/mesa/main/mtypes.h | 7 src/mesa/main/texobj.c | 219 ++++++++++++----------- src/mesa/main/texobj.h | 4 src/mesa/main/texstate.c | 93 ++++----- src/mesa/shader/atifragshader.c | 4 src/mesa/shader/shader_api.c | 8 src/mesa/swrast/s_pointtemp.h | 4 src/mesa/vbo/vbo_split_copy.c | 9 src/mesa/x86-64/matypes.h | 162 ----------------- src/mesa/x86/matypes.h | 163 ----------------- 42 files changed, 748 insertions(+), 789 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]