mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 16 10:07:36 UTC 2007


 src/mesa/drivers/dri/tdfx/tdfx_tex.c |    2 
 src/mesa/main/attrib.c               |  128 +++++---------
 src/mesa/main/colortab.c             |  306 ++++++++++-------------------------
 src/mesa/main/mtypes.h               |   20 --
 src/mesa/main/teximage.c             |   58 +++---
 src/mesa/main/texstate.c             |   81 +++------
 6 files changed, 198 insertions(+), 397 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 09867b53a9add9c1a392ad46f850d40d50bbc536
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 11:06:39 2007 +0100

    replace Proxy1D/2D/etc fields with ProxyTex[] array

commit fe469007037d9d5cdbe1677d8ff7368b276e9e7c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 11:06:13 2007 +0100

    Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.
    
    Simplification in colortab.c too.

commit 0135ff512d25b221d1a4cf9a5d344420d4ad3341
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 10:28:23 2007 +0100

    replace separate 1D/2D/etc fields with an array indexed by texture target

commit b3e3e72e25247a48c4f154e2971eff48ecb9d9ef
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 10:27:24 2007 +0100

    remove old Saved1D/2D/etc fields




More information about the mesa-commit mailing list