Tag 'mesa-7.4.4-1' created by Julien Cristau <jcris...@debian.org> at 2009-06-28 17:39 +0000
Tagging upload of mesa 7.4.4-1 to unstable. Changes since mesa-7.4.1-1: Aidan Thornton (1): Initialize psp->waitX/waitGL for swrast_dri.so. Brian Paul (48): glx: replace Xmalloc() calls with Xcalloc() mesa: Fixed a texture memory leak docs: updated bug fix list for 7.4.2 i965: fix render to FBO/texture orientation bugs mesa: bump version to 7.4.2 docs: set 7.4.2 release date docs 7.4.2 tarball md5 sums mesa: fix texture object reference counting in texture_override() mesa: assign trb->Base.StencilBits in update_wrapper(). mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT docs: start 7.4.3 release notes docs: 7.4.3 relnotes edits mesa: remove texUnit->_Current = NULL assignment mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE docs: add glGet case for GL_VERTEX_ARRAY_BINDING_APPLE vbo: fix incorrect loop limit in bind_array_obj() mesa: bump version to 7.4.3 mesa: bump version to 7.4.3 docs: updates for version 7.4.3 mesa: allow GL_BITMAP type in _mesa_image_image_stride() vbo: fix crash in vbo_exec_bind_arrays() demos: fix multitex.c VertCoord attribute mapping mesa: fix loop over generic attribs in update_arrays() docs: document recent bug fixes for 7.4.x glsl: preprocessor debug code (disabled) glsl: Fix preprocessor define argument parsing for dead sections. glsl: Expand nested preprocessor macros. glsl: Fix symbol replacement handling in preprocessor. glsl: Handle continuation characters in preprocessor. glsl: fix warnings, update comments, s/TRUE/GL_TRUE/ intel: Release fb backing regions in intelDestroyBuffer() docs: recent fixes for 7.4.3 mesa: fix REMAINDER() macro docs: fixed bug 21872 mesa: fix incorrect viewport clamping in _mesa_set_viewport() docs: document viewport clamping bug GLX: attempt to fix glean makeCurrent test cases. docs: document GLX/glean makeCurrent fix mesa: added null ptr check in Fake_glXCreatePixmap() mesa: rework viewport/scissor initialization code docs: bump version to 7.4.3 docs: set 7.4.3 release date intel: call _mesa_unreference_framebuffer() in intelDestroyBuffer() intel: added a null ptr check docs: 7.4.3 MD5 checksums docs: release notes for 7.4.4 mesa: bump version to 7.4.4 docs: set 7.4.4 release date Brice Goglin (1): Enable motif in GLw Dan Nicholson (2): osmesa: Allow building standalone in all three channel widths osmesa: Link with -ldl for dlopen code Eric Anholt (1): Flag GLSL programs as depending on constant state when they use uniforms. Julien Cristau (5): Don't build hardware dri drivers on s390. Merge tag 'mesa_7_4_4' into debian-unstable Update changelog Update 04_osmesa_version.diff, refresh 06_kfreebsd-ftbfs.diff. Prepare changelog for upload --- Makefile | 2 configs/default | 2 configure.ac | 7 -- debian/changelog | 13 ++++ debian/patches/04_osmesa_version.diff | 15 ---- debian/patches/06_kfreebsd-ftbfs.diff | 9 +- debian/rules | 5 + docs/download.html | 4 - docs/news.html | 22 +++++++ docs/relnotes-7.4.2.html | 16 ++++- docs/relnotes-7.4.3.html | 79 +++++++++++++++++++++++++ docs/relnotes-7.4.4.html | 59 ++++++++++++++++++ docs/relnotes.html | 9 -- progs/glsl/multitex.c | 17 +++++ src/glx/x11/dri_glx.c | 2 src/glx/x11/drisw_glx.c | 4 - src/glx/x11/glxcurrent.c | 2 src/mesa/drivers/dri/common/dri_util.c | 6 + src/mesa/drivers/dri/i965/brw_sf_state.c | 13 ++-- src/mesa/drivers/dri/intel/intel_fbo.c | 3 src/mesa/drivers/dri/intel/intel_screen.c | 24 +++++++ src/mesa/drivers/osmesa/Makefile | 36 ++--------- src/mesa/drivers/x11/fakeglx.c | 2 src/mesa/main/context.c | 41 +++++++++---- src/mesa/main/context.h | 3 src/mesa/main/fbobject.c | 16 ++++- src/mesa/main/get.c | 12 +++ src/mesa/main/get_gen.py | 5 + src/mesa/main/image.c | 36 +++++++---- src/mesa/main/matrix.c | 4 - src/mesa/main/mtypes.h | 2 src/mesa/main/state.c | 2 src/mesa/main/texrender.c | 1 src/mesa/main/texstate.c | 6 + src/mesa/main/version.h | 7 +- src/mesa/shader/slang/slang_link.c | 5 + src/mesa/shader/slang/slang_preprocess.c | 94 ++++++++++++++++++++++++++++-- src/mesa/swrast/s_texfilter.c | 2 src/mesa/vbo/vbo_exec_array.c | 5 + src/mesa/vbo/vbo_exec_draw.c | 1 40 files changed, 473 insertions(+), 120 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org