mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Mar 10 23:23:09 UTC 2008


 configs/default                      |    2 
 src/gallium/auxiliary/sct/Makefile   |   12 
 src/gallium/auxiliary/sct/SConscript |    9 
 src/gallium/auxiliary/sct/sct.c      |  453 +++++++++++++++++++++++++++++++++++
 src/gallium/auxiliary/sct/sct.h      |  123 +++++++++
 src/gallium/auxiliary/sct/usage.c    |   61 ++++
 6 files changed, 659 insertions(+), 1 deletion(-)

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

New commits:
commit d5692cb349fb74e8f9d3a18f5bbd788b09b93581
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 10 17:21:43 2008 -0600

    gallium: new surface/context tracker (sct) module
    
    Will be used for tracking the surfaces and textures which are bound/used by
    contexts.




More information about the mesa-commit mailing list