mesa: Changes to 'refs/tags/mesa_6_5_3'

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 27 22:38:30 UTC 2007


Tag 'mesa_6_5_3' created by Brian <brian at yutani.localnet.net> at 2007-04-27 23:36 -0700

Mesa 6.5.3

Changes since mesa_6_5_3_rc4:
Brian:
      use sqrt(), not sqrtf() for Windows
      move #include <GL/glut.h> after other #includes for Windows
      Windows updates
      enable 2.1 extensions
      bump Windows to OpenGL 2.1, set release date
      Unconditionally update _TriangleCaps bits.  Fixes software fallback bugs, such as #10687.
      Added error check that all varying vars needed by the fragment shader are produced by vertex shader.
      set 6.5.3 release date
      remove rc4 suffix
      asin(), acos(), atan() just return 0.5 for now to avoid crashing.  Fix someday.
      document broken inverse trig functions
      document perspective correction issues
      "Fix" for bug 9170.  May need more attention.
      added glGetActiveAttrib

Karl Schultz:
      updates for 6.5.3 w/ VC8

---
 Makefile                                                |    8 
 docs/README.WIN32                                       |  318 ++--
 docs/news.html                                          |    2 
 docs/relnotes-6.5.3.html                                |    4 
 docs/shading.html                                       |    3 
 progs/demos/Makefile.win                                |   23 
 progs/demos/arbfslight.c                                |    2 
 progs/demos/fslight.c                                   |    2 
 progs/demos/tessdemo.c                                  |    2 
 progs/util/extfuncs.h                                   |    2 
 src/mesa/drivers/dri/r300/r300_state.c                  |    3 
 src/mesa/drivers/windows/gdi/wmesa.c                    |    1 
 src/mesa/main/state.c                                   |    6 
 src/mesa/shader/slang/library/slang_common_builtin.gc   |  179 +-
 src/mesa/shader/slang/library/slang_common_builtin_gc.h | 1205 ++++++++--------
 src/mesa/shader/slang/slang_link.c                      |   43 
 16 files changed, 934 insertions(+), 869 deletions(-)
---



More information about the mesa-commit mailing list