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

mesa: Changes to 'refs/tags/mesa-7.4-1'



Tag 'mesa-7.4-1' created by Julien Cristau <jcristau@debian.org> at 2009-04-01 18:58 +0000

Tagging upload of mesa 7.4-1 to experimental.

Changes since mesa-7.4-rc1-1:
Alan Coopersmith (2):
      mklib improvements for Solaris
      define __builtin_expect for non-gcc compilers in two more glx files

Brian Paul (14):
      Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space
      mesa: remove unused 'out' label
      mesa: regenerated gl_mange.h file
      glapi: update find_entry() for mangled names
      demos: add LDFLAGS for corender target, bug 20844
      gl: update include/GL/glext.h to version 48
      docs: update glext.h to version 48
      mesa: bump version to 7.4 rc2
      docs: mention Solaris updates in release notes
      i965: minor clean-up, comments, etc.
      i965: separate emit_op() and emit_tex_op() functions
      mesa: set version to 7.4
      mesa: set VERSION=7.4
      docs: set 7.4 release date

Eric Anholt (5):
      i965: Fix occlusion query when no other WM state updates occur.
      i965: Clean up a bit of mess with unneeded variables in emit_interp.
      i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.
      i965: Fix glFrontFacing in twoside GLSL demo.
      swrast: Add support for x8r8g8b8 fbconfig.

Ian Romanick (2):
      Mark current bits as 2009Q1-RC2 for Intel driver.
      intel: Add extra, stronger flushes around CopyTexSubImage blits

Julien Cristau (1):
      Prepare changelog for upload

Michel Dänzer (1):
      Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers."

Timo Aaltonen (2):
      Merge commit 'mesa_7_4' into debian-experimental
      update the changelog.

Tom Fogal (1):
      mesa: fix _glxapi_get_proc_address() for mangled names

---
 Makefile                                    |    2 
 bin/mklib                                   |   28 ++
 configure.ac                                |   33 +--
 debian/changelog                            |    7 
 docs/news.html                              |    2 
 docs/relnotes-7.4.html                      |    5 
 include/GL/gl_mangle.h                      |  298 ++++++++++++++++++++++++++++
 include/GL/glext.h                          |   62 ++++-
 progs/xdemos/Makefile                       |    2 
 src/glx/x11/dri2_glx.c                      |   52 ----
 src/glx/x11/glxclient.h                     |    1 
 src/glx/x11/indirect_vertex_program.c       |    4 
 src/glx/x11/pixelstore.c                    |    4 
 src/mesa/drivers/dri/i965/brw_sf_emit.c     |   32 ---
 src/mesa/drivers/dri/i965/brw_wm.c          |    2 
 src/mesa/drivers/dri/i965/brw_wm.h          |    3 
 src/mesa/drivers/dri/i965/brw_wm_debug.c    |    3 
 src/mesa/drivers/dri/i965/brw_wm_emit.c     |   32 +++
 src/mesa/drivers/dri/i965/brw_wm_fp.c       |  202 +++++++++++++-----
 src/mesa/drivers/dri/i965/brw_wm_glsl.c     |   33 +++
 src/mesa/drivers/dri/i965/brw_wm_pass1.c    |    1 
 src/mesa/drivers/dri/i965/brw_wm_state.c    |    5 
 src/mesa/drivers/dri/intel/intel_context.c  |    4 
 src/mesa/drivers/dri/intel/intel_context.h  |    1 
 src/mesa/drivers/dri/intel/intel_tex_copy.c |    3 
 src/mesa/drivers/dri/swrast/swrast.c        |   74 ++++--
 src/mesa/drivers/dri/swrast/swrast_priv.h   |   10 
 src/mesa/drivers/dri/swrast/swrast_span.c   |   72 ++++++
 src/mesa/drivers/x11/glxapi.c               |    5 
 src/mesa/glapi/glapi_getproc.c              |    8 
 src/mesa/main/execmem.c                     |    2 
 src/mesa/main/state.c                       |    1 
 src/mesa/main/version.h                     |    2 
 33 files changed, 765 insertions(+), 230 deletions(-)
---


Reply to: