mesa: Changes to 'refs/tags/mesa_6_5_3_rc4'

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 25 16:02:07 UTC 2007


Tag 'mesa_6_5_3_rc4' created by Brian <brian at yutani.localnet.net> at 2007-04-25 17:01 -0700

Mesa 6.5.3 release candidate 4

Changes since mesa_6_5_3_rc3:
Brian:
      s/INTERP_TEX/INTERP_ATTRIBS/
      only need one CI-mode triangle function
      trim down the number of line drawing functions, special cases
      s/TEXTURE/ATTRIBS/
      get rid of an extra textured triangle function
      s/DO_TEXVAR/DO_ATTRIBS/
      s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
      s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
      fix attribsMask (re-fixes depth peeling algorithm)
      RC4

---
 Makefile                                       |    8 +--
 src/mesa/drivers/dri/mach64/mach64_native_vb.c |    2 
 src/mesa/swrast/s_aaline.c                     |    6 +-
 src/mesa/swrast/s_aalinetemp.h                 |    8 +--
 src/mesa/swrast/s_aatriangle.c                 |    4 -
 src/mesa/swrast/s_aatritemp.h                  |   18 ++++----
 src/mesa/swrast/s_context.c                    |    7 +++
 src/mesa/swrast/s_lines.c                      |   41 ++----------------
 src/mesa/swrast/s_linetemp.h                   |   34 +--------------
 src/mesa/swrast/s_points.c                     |   10 ++--
 src/mesa/swrast/s_pointtemp.h                  |   12 ++---
 src/mesa/swrast/s_triangle.c                   |   54 +++++++------------------
 src/mesa/swrast/s_tritemp.h                    |   19 ++++----
 src/mesa/tnl_dd/t_dd_vb.c                      |    2 
 14 files changed, 77 insertions(+), 148 deletions(-)
---



More information about the mesa-commit mailing list