mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Dec 17 00:14:02 UTC 2007


 src/mesa/pipe/i915simple/i915_surface.c |  126 ----
 src/mesa/pipe/i965simple/brw_surface.c  |  127 ----
 src/mesa/pipe/softpipe/Makefile         |    1 
 src/mesa/pipe/softpipe/sp_surface.c     |   95 ---
 src/mesa/pipe/softpipe/sp_tile_cache.c  |   14 
 src/mesa/pipe/util/p_tile.c             |  834 ++++++++++++++++++++++++++++++++
 src/mesa/pipe/util/p_tile.h             |   81 +++
 src/mesa/sources                        |    4 
 8 files changed, 976 insertions(+), 306 deletions(-)

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

New commits:
commit 41b1aa51096e844c0b06f950b1891dc7e5256db7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Dec 16 10:00:51 2007 -0700

    switch on cpp instead of format

commit 47b5138d2d6533ac1cd818713fd0678ec3c7aa1b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Dec 15 16:51:57 2007 -0700

    rename some 'mesa' functions

commit 263e8f057290961c9dd603ffa69f25a7a253301a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Dec 15 16:44:29 2007 -0700

    Use tile functions in new p_tile.[ch]
    
    This removes quite a bit of code duplicated in the drivers.

commit bccc4c5c0116987041dec2327ddb43eff1bcfadf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Dec 15 16:42:22 2007 -0700

    Re-usable tile get/put functions




More information about the mesa-commit mailing list