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

mesa: Changes to 'refs/tags/mesa-7.0.3-rc2-2'



Tag 'mesa-7.0.3-rc2-2' created by Julien Cristau <jcristau@debian.org> at 2008-03-31 17:32 +0000

Tagging upload of mesa 7.0.3~rc2-2 to unstable.

Changes since mesa-7.0.3-rc2-1:
Alan Hourihane (2):
      set outputs_safe to 0 as it's possible for the code generation
      Fix build problems

Brian (14):
      bump libGL.so version number
      Replace glut_fbc.c with glut_fcb.c (cb=callback)
      fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)
      fix parsing of state.texenv.color (bug 14931)
      init tmpNode to zeros
      fix IEEE_ONE definition for ICC compiler (bug 15134)
      Fix some PBO breakage.
      delete default programs with ctx->Driver.DeleteProgram()
      use ctx->Driver.DeleteProgram() in a few more places
      fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens
      add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
      updated to version 40
      updated glext.h to version 40
      fix texture/renderbuffer mix-up in test_attachment_completeness()

Brian Paul (1):
      mesa: fix emit_clamp() so that we don't use an output register as temporary

Dan Nicholson (6):
      glapi: Use variable for indent and flags
      glapi: Use make automatic variables to clean up the commands
      glapi: Correct prerequisites for gl_and_glX_API.xml
      glapi: Generate xserver glapi sources in the mesa tree
      glapi: Resync generated files with 7.0 branch
      Merge branch '7.0-glx' into mesa_7_0_branch

Jeremy Huddleston (2):
      Darwin: Config/source fixes to now build glxdemo apps and OSMesa
      Darwin: Fixed small error in darwin config files

Julien Cristau (5):
      Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into debian-unstable
      Update changelog and add bug closer
      Update 02_use-ieee-fp-on-s390-and-m68k.patch.
      Fix libgl1-mesa-swx11-i686's dependencies
      Prepare changelog for upload

Markus Amsler (3):
      init vertex weight attrib to (1,0,0,0)
      Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()
      only set InputsRead bit if input is really used

Roland Scheidegger (2):
      state.depth.range alpha value should be 1, not 0 (bug #14733)
      fix state.lightprod ambient/specular w value (bug #14983)

Xiang, Haihao (2):
      Don't Swap buffer if a DRIDrawable is entirely obscured by another window.
      i965: Apply -ve rhw to 965. Fix the regression introduced by

---
 Makefile                                             |    3 
 configs/darwin                                       |   10 
 configs/darwin-fat-32bit                             |    7 
 configs/darwin-fat-all                               |    7 
 configs/darwin-x86ppc                                |   37 
 configs/default                                      |    6 
 debian/changelog                                     |   10 
 debian/control                                       |    2 
 debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch |    2 
 docs/relnotes-7.0.3.html                             |   11 
 include/GL/glext.h                                   |   19 
 progs/xdemos/glthreads.c                             |    2 
 src/glx/x11/indirect_dispatch.c                      | 5914 ++++++++++++++++++
 src/glx/x11/indirect_dispatch.h                      | 1043 +++
 src/glx/x11/indirect_dispatch_swap.c                 | 6076 +++++++++++++++++++
 src/glx/x11/indirect_reqsize.c                       |  832 ++
 src/glx/x11/indirect_reqsize.h                       |  121 
 src/glx/x11/indirect_size_get.c                      | 1206 +++
 src/glx/x11/indirect_size_get.h                      |  102 
 src/glx/x11/indirect_table.c                         | 1593 ++++
 src/mesa/drivers/dri/common/dri_util.c               |    3 
 src/mesa/drivers/dri/i965/brw_clip_util.c            |    2 
 src/mesa/glapi/Makefile                              |  119 
 src/mesa/main/context.c                              |    6 
 src/mesa/main/drawpix.c                              |   14 
 src/mesa/main/fbobject.c                             |    2 
 src/mesa/main/get.c                                  |   12 
 src/mesa/main/get_gen.py                             |    5 
 src/mesa/main/glheader.h                             |    2 
 src/mesa/main/imports.h                              |    6 
 src/mesa/main/teximage.c                             |    3 
 src/mesa/main/varray.c                               |    3 
 src/mesa/shader/arbprogparse.c                       |    7 
 src/mesa/shader/arbprogram.syn                       |    4 
 src/mesa/shader/arbprogram_syn.h                     |    2 
 src/mesa/shader/prog_statevars.c                     |    6 
 src/mesa/shader/program.c                            |    2 
 src/mesa/shader/shader_api.c                         |    6 
 src/mesa/shader/slang/slang_emit.c                   |   16 
 src/mesa/tnl/t_vertex_sse.c                          |    4 
 src/mesa/x86/rtasm/x86sse.c                          |  247 
 src/mesa/x86/rtasm/x86sse.h                          |   63 
 windows/VC6/progs/glut/glut.dsp                      |    2 
 windows/VC7/progs/glut/glut.vcproj                   |    2 
 windows/VC8/progs/glut/glut.vcproj                   |    2 
 45 files changed, 17284 insertions(+), 259 deletions(-)
---


Reply to: