Tag 'mesa-7.3-rc3-1' created by Julien Cristau <jcris...@debian.org> at 2009-01-21 18:24 +0000
Tagging upload of mesa 7.3~rc3-1 to experimental. Changes since mesa-7.3-rc1-1: Alan Hourihane (5): glsl: support sampler arrays. glsl: fix a comment typo glsl: fix regression from sampler arrays commit mesa: check frambuffer complete status before rendering dri: add fake front definitions Brian (1): mesa: require libdrm 2.4.3 in configure.ac Brian Paul (40): mesa: add osmesa.pc.in to tarball list windows: added new sources for 7.3 (may be more, needs testing) glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3fa2a1ed2f3ff0) i965: fix broken ARB fp fog options i965: fix broken glBitmap + depth test i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels(). docs: fixes since 7.3-rc1 glsl: add preprocessor support for #pragma docs: #pragma now handled i965: fix indentation mesa: put _NV suffix on a few opcodes i965: comment for emit_kil() i965: fix indentation i965: allow larger AA points on fallback path i965: indentation fixes mesa: fix incorrect transformation of GL_SPOT_DIRECTION glsl: simplify IR storage for samplers windows: remove reference to swizzle.c file glsl: propagate pragma info down into compiler from preprocessor i965: fix some FBO depth/stencil assertions i965: fix incorrect renderbuffer DataType assignment i965: asst. fixes, work-arounds for FBOs and render to texture r300: work-around FRAG_BIT_FOGC warning/error glsl: minor clean-up for rect sampler test glsl: fix comment mesa: bump version to 7.3-rc2 glsl: move declaration before code glsl: use _mesa_sprintf() glsl: fix broken sampler assignments mesa: remove GL_DEPTH_TEST + no depth buffer test intel: added intel_rendering_to_texture() helper function. i965: fix polygon culling bug when rendering to a texture/FBO glx: gcc 2.95 build fix (move declaration before code) tests: test pseudo-XOR blend mode. mesa: fix build of stand-alone glslcompiler driver mesa: inlclude whole windows/VC8/ directory in tarballs mesa: bump version to 7.3-rc3 mesa: silence compiler warning at -O2 mesa: silence uninitialized var warnings glsl: silence unused var warnings Dan Nicholson (1): autoconf: Only _GNU_SOURCE feature test macro needed on gnu systems Ian Romanick (3): Add language about implicit flush and command completion Treat image units and coordinate units differently. intel: SW fallback maps texture images, not texture coordinates Julien Cristau (6): mesa: match against *-gnu* instead of *-gnu in configure.ac Merge tag 'mesa_7_3_rc3' into debian-experimental update changelog Delete some more files which aren't in the tarballs Refresh patches 03 and 04. Prepare changelog for upload Karl Schultz (4): windows: try to create a context in wglCreateLayerContext() windows: updated mesa.def file windows: updated VC8 project file windows: more VC8 project file updates Matthieu Herrb (5): __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95. replace nearbyint() by rint() for now. build fix on big endian OpenBSD architectures. Big endian fixes. Build fixes for gcc 2.95 Owain G. Ainsworth (2): Fix build with GCC 2.95. Remove intel pageflipping support in its entirety. Thomas Hellstrom (6): dri1: Add a macro to validate two dri drawables in one go. Add RGBA4444 and RGBA5551 texture formats. Fix store texel for argb8888_rev. Fix store texel for argb4444. tnl: Add a utility to emit indexed vertices to a DMA buffer. Add a comment about _tnl_emit_indexed_vertices_to_buffer. Thomas Henn (3): windows: updated VC8 project files windows: updated VC8 project files windows: new VC8 projects statically linked against libcmt Timo Aaltonen (3): Merge commit 'mesa_7_3_rc2' into debian-experimental Update the changelog. [intel] Go back to using the typedef for the sarea struct Xiang, Haihao (2): intel: bump driver date i915: fallback on transfer mode --- Makefile | 18 configure.ac | 9 debian/changelog | 10 debian/patches/03_optional-progs-and-install.patch | 12 debian/patches/04_osmesa_version.diff | 10 docs/MESA_copy_sub_buffer.spec | 12 docs/relnotes-7.3.html | 4 include/GL/internal/dri_interface.h | 2 src/glx/x11/drisw_glx.c | 6 src/glx/x11/glx_pbuffer.c | 4 src/glx/x11/glxcmds.c | 10 src/glx/x11/glxcurrent.c | 5 src/mesa/drivers/dri/common/dri_util.h | 22 src/mesa/drivers/dri/i965/brw_context.c | 3 src/mesa/drivers/dri/i965/brw_program.c | 6 src/mesa/drivers/dri/i965/brw_sf.c | 11 src/mesa/drivers/dri/i965/brw_sf_state.c | 27 src/mesa/drivers/dri/i965/brw_wm_fp.c | 52 src/mesa/drivers/dri/i965/brw_wm_glsl.c | 18 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c | 2 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 22 src/mesa/drivers/dri/intel/intel_blit.c | 1 src/mesa/drivers/dri/intel/intel_buffers.c | 297 - src/mesa/drivers/dri/intel/intel_buffers.h | 2 src/mesa/drivers/dri/intel/intel_context.c | 4 src/mesa/drivers/dri/intel/intel_depthstencil.c | 13 src/mesa/drivers/dri/intel/intel_fbo.c | 54 src/mesa/drivers/dri/intel/intel_fbo.h | 28 src/mesa/drivers/dri/intel/intel_pixel_bitmap.c | 20 src/mesa/drivers/dri/intel/intel_pixel_copy.c | 6 src/mesa/drivers/dri/intel/intel_pixel_draw.c | 12 src/mesa/drivers/dri/intel/intel_screen.c | 8 src/mesa/drivers/dri/intel/intel_screen.h | 4 src/mesa/drivers/dri/intel/intel_span.c | 4 src/mesa/drivers/dri/intel/intel_tex_format.c | 10 src/mesa/drivers/dri/mach64/mach64_context.h | 6 src/mesa/drivers/dri/r300/r300_state.c | 7 src/mesa/drivers/dri/r300/radeon_program_pair.c | 5 src/mesa/drivers/glslcompiler/Makefile | 2 src/mesa/drivers/windows/gdi/mesa.def | 5 src/mesa/drivers/windows/gdi/wgl.c | 3 src/mesa/drivers/windows/gldirect/dx7/gld_driver_dx7.c | 1196 ----- src/mesa/drivers/windows/gldirect/dx7/gld_dx7.h | 292 - src/mesa/drivers/windows/gldirect/dx7/gld_dxerr7.h | 77 src/mesa/drivers/windows/gldirect/dx7/gld_ext_dx7.c | 346 - src/mesa/drivers/windows/gldirect/dx7/gld_pipeline_dx7.c | 77 src/mesa/drivers/windows/gldirect/dx7/gld_primitive_dx7.c | 1448 ------ src/mesa/drivers/windows/gldirect/dx7/gld_texture_dx7.c | 2196 ---------- src/mesa/drivers/windows/gldirect/dx7/gld_vb_d3d_render_dx7.c | 257 - src/mesa/drivers/windows/gldirect/dx7/gld_vb_mesa_render_dx7.c | 422 - src/mesa/drivers/windows/gldirect/dx7/gld_wgl_dx7.c | 1611 ------- src/mesa/drivers/windows/gldirect/dx8/gld_driver_dx8.c | 1176 ----- src/mesa/drivers/windows/gldirect/dx8/gld_dx8.h | 324 - src/mesa/drivers/windows/gldirect/dx8/gld_dxerr8.h | 77 src/mesa/drivers/windows/gldirect/dx8/gld_ext_dx8.c | 344 - src/mesa/drivers/windows/gldirect/dx8/gld_pipeline_dx8.c | 77 src/mesa/drivers/windows/gldirect/dx8/gld_primitive_dx8.c | 1446 ------ src/mesa/drivers/windows/gldirect/dx8/gld_texture_dx8.c | 2046 --------- src/mesa/drivers/windows/gldirect/dx8/gld_vb_d3d_render_dx8.c | 249 - src/mesa/drivers/windows/gldirect/dx8/gld_vb_mesa_render_dx8.c | 448 -- src/mesa/drivers/windows/gldirect/dx8/gld_wgl_dx8.c | 1335 ------ src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c | 1206 ----- src/mesa/drivers/windows/gldirect/dx9/gld_dx9.h | 327 - src/mesa/drivers/windows/gldirect/dx9/gld_dxerr9.h | 77 src/mesa/drivers/windows/gldirect/dx9/gld_ext_dx9.c | 344 - src/mesa/drivers/windows/gldirect/dx9/gld_pipeline_dx9.c | 77 src/mesa/drivers/windows/gldirect/dx9/gld_primitive_dx9.c | 1446 ------ src/mesa/drivers/windows/gldirect/dx9/gld_texture_dx9.c | 2104 --------- src/mesa/drivers/windows/gldirect/dx9/gld_vb_d3d_render_dx9.c | 263 - src/mesa/drivers/windows/gldirect/dx9/gld_vb_mesa_render_dx9.c | 443 -- src/mesa/drivers/windows/gldirect/dx9/gld_wgl_dx9.c | 1345 ------ src/mesa/glapi/glthread.h | 4 src/mesa/main/api_validate.c | 33 src/mesa/main/colormac.h | 4 src/mesa/main/enable.c | 4 src/mesa/main/glheader.h | 3 src/mesa/main/light.c | 3 src/mesa/main/mtypes.h | 13 src/mesa/main/texformat.c | 48 src/mesa/main/texformat.h | 4 src/mesa/main/texformat_tmp.h | 51 src/mesa/main/texstore.c | 107 src/mesa/main/texstore.h | 2 src/mesa/main/version.h | 2 src/mesa/math/m_matrix.h | 12 src/mesa/shader/arbprogparse.c | 31 src/mesa/shader/arbprogram.c | 1 src/mesa/shader/prog_instruction.c | 11 src/mesa/shader/slang/library/slang_pp_directives.syn | 20 src/mesa/shader/slang/library/slang_pp_directives_syn.h | 11 src/mesa/shader/slang/library/slang_shader.syn | 13 src/mesa/shader/slang/library/slang_shader_syn.h | 4 src/mesa/shader/slang/slang_codegen.c | 48 src/mesa/shader/slang/slang_codegen.h | 1 src/mesa/shader/slang/slang_compile.c | 36 src/mesa/shader/slang/slang_emit.c | 46 src/mesa/shader/slang/slang_emit.h | 4 src/mesa/shader/slang/slang_ir.c | 22 src/mesa/shader/slang/slang_ir.h | 13 src/mesa/shader/slang/slang_link.c | 14 src/mesa/shader/slang/slang_mem.c | 2 src/mesa/shader/slang/slang_preprocess.c | 89 src/mesa/shader/slang/slang_preprocess.h | 7 src/mesa/shader/slang/slang_typeinfo.c | 2 src/mesa/swrast/s_span.c | 1 src/mesa/swrast/s_texfilter.c | 5 src/mesa/tnl/t_vertex.c | 45 src/mesa/tnl/t_vertex.h | 12 windows/VC8/mesa/gdi/gdi.vcproj | 11 windows/VC8/mesa/gdi/gdi_staticCRT.vcproj | 261 + windows/VC8/mesa/glu/glu.vcproj | 27 windows/VC8/mesa/glu/glu_staticCRT.vcproj | 1019 ++++ windows/VC8/mesa/mesa/dosfile | 1761 ++++++++ windows/VC8/mesa/mesa/dosfile2 | 1762 ++++++++ windows/VC8/mesa/mesa/mesa.vcproj | 239 - windows/VC8/mesa/mesa/mesa_staticCRT.vcproj | 1768 ++++++++ windows/VC8/mesa/mesa_staticCRT.sln | 46 windows/VC8/mesa/osmesa/osmesa.vcproj | 4 windows/VC8/mesa/osmesa/osmesa_staticCRT.vcproj | 240 + windows/VC8/progs/demos/gears.vcproj | 9 windows/VC8/progs/demos/gears_staticCRT.vcproj | 238 + windows/VC8/progs/glut/glut.vcproj | 19 windows/VC8/progs/glut/glut_staticCRT.vcproj | 454 ++ windows/VC8/progs/progs_staticCRT.sln | 31 124 files changed, 8625 insertions(+), 23824 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org