[Xquartz-changes] mesa: Changes to 'refs/tags/mesa_6_5_3_rc3'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:06:37 PST 2015


Tag 'mesa_6_5_3_rc3' created by Brian <brian at yutani.localnet.net> at 2007-04-24 17:23 -0700

Mesa 6.5.3. release candidate 3

Changes since mesa_6_5_3_rc2:
Brian (10):
      import glxext.h version 19
      Improve the code for interpolating fragment attributes a little.  More to come...
      some re-org, clean-up
      remove SWvertex->fog field, use attrib field
      remove SWvertex->fog field, use attrib field
      disable some errant code
      new VC8 project files
      added new VC* files, bump version to rc3
      added missing VC8 .sln files
      fix typo

Karl Schultz (1):
      assorted fixes for Windows/VC8

Karl Schultze (1):
      fix double const, move an assertion

Matthias Hopf (1):
      add missing semicolon

Sean D'Epagnier (1):
      Added proper cleanup code

---
 Makefile                               |   19 
 docs/relnotes-6.5.3.html               |    2 
 include/GL/glxext.h                    |    4 
 include/GL/xmesa_xf86.h                |    2 
 src/glu/sgi/glu.def                    |    2 
 src/glut/glx/glut_win.c                |    6 
 src/mesa/drivers/fbdev/glfbdev.c       |   14 
 src/mesa/drivers/osmesa/osmesa.def     |    2 
 src/mesa/drivers/windows/gdi/mesa.def  |   37 
 src/mesa/drivers/windows/gdi/wmesa.c   |   22 
 src/mesa/main/imports.c                |    4 
 src/mesa/shader/slang/slang_codegen.c  |    4 
 src/mesa/shader/slang/slang_vartable.c |    2 
 src/mesa/swrast/s_aalinetemp.h         |   88 -
 src/mesa/swrast/s_aatritemp.h          |  142 +-
 src/mesa/swrast/s_context.c            |   34 
 src/mesa/swrast/s_context.h            |   25 
 src/mesa/swrast/s_linetemp.h           |   46 
 src/mesa/swrast/s_pointtemp.h          |   52 
 src/mesa/swrast/s_tritemp.h            |   50 
 src/mesa/swrast/swrast.h               |    1 
 src/mesa/swrast_setup/ss_context.c     |   75 -
 windows/VC8/mesa/gdi/gdi.vcproj        |  260 ++++
 windows/VC8/mesa/glu/glu.vcproj        | 1022 +++++++++++++++++++
 windows/VC8/mesa/mesa.sln              |   43 
 windows/VC8/mesa/mesa/mesa.vcproj      | 1753 +++++++++++++++++++++++++++++++++
 windows/VC8/mesa/osmesa/osmesa.vcproj  |  243 ++++
 windows/VC8/progs/demos/gears.vcproj   |  239 ++++
 windows/VC8/progs/glut/glut.vcproj     |  449 ++++++++
 windows/VC8/progs/progs.sln            |   28 
 30 files changed, 4389 insertions(+), 281 deletions(-)
---


More information about the Xquartz-changes mailing list