[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'refs/tags/mesa_7_3_rc3'



Tag 'mesa_7_3_rc3' created by Brian Paul <brianp@vmware.com> at 2009-01-20 17:28 +0000

7.3 release candidate 3

Changes since mesa_7_3_rc2:
Alan Hourihane (2):
      mesa: check frambuffer complete status before rendering
      dri: add fake front definitions

Brian Paul (14):
      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

Karl Schultz (3):
      windows: updated mesa.def file
      windows: updated VC8 project file
      windows: more VC8 project file updates

Owain G. Ainsworth (1):
      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 (2):
      windows: updated VC8 project files
      windows: new VC8 projects statically linked against libcmt

Timo Aaltonen (1):
      [intel] Go back to using the typedef for the sarea struct

Xiang, Haihao (1):
      i915: fallback on transfer mode

---
 Makefile                                        |   17 
 include/GL/internal/dri_interface.h             |    2 
 progs/tests/Makefile                            |    2 
 progs/tests/blendxor.c                          |  196 ++
 progs/tests/rubberband.c                        |  245 +++
 src/glx/x11/glxcmds.c                           |   10 
 src/mesa/drivers/dri/common/dri_util.h          |   22 
 src/mesa/drivers/dri/i965/brw_sf_state.c        |   25 
 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      |    2 
 src/mesa/drivers/dri/intel/intel_fbo.c          |   39 
 src/mesa/drivers/dri/intel/intel_fbo.h          |   28 
 src/mesa/drivers/dri/intel/intel_pixel_copy.c   |    6 
 src/mesa/drivers/dri/intel/intel_screen.c       |    8 
 src/mesa/drivers/dri/intel/intel_screen.h       |    4 
 src/mesa/drivers/glslcompiler/Makefile          |    2 
 src/mesa/drivers/windows/gdi/mesa.def           |    5 
 src/mesa/main/api_validate.c                    |   33 
 src/mesa/main/colormac.h                        |    4 
 src/mesa/main/enable.c                          |    4 
 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/shader/arbprogram.c                    |    1 
 src/mesa/shader/slang/slang_compile.c           |    2 
 src/mesa/shader/slang/slang_emit.c              |    3 
 src/mesa/shader/slang/slang_link.c              |    4 
 src/mesa/shader/slang/slang_mem.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               |  120 -
 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              |   10 
 windows/VC8/progs/glut/glut_staticCRT.vcproj    |  454 ++++++
 windows/VC8/progs/progs_staticCRT.sln           |   31 
 53 files changed, 8461 insertions(+), 543 deletions(-)
---


Reply to: