mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Tue Feb 26 06:50:29 UTC 2008


 src/gallium/auxiliary/cso_cache/cso_cache.c |  170 ++++++++++++++++++++++++++++
 src/gallium/auxiliary/cso_cache/cso_cache.h |   44 ++++---
 src/gallium/auxiliary/cso_cache/cso_hash.c  |    5 
 src/gallium/auxiliary/cso_cache/cso_hash.h  |    5 
 src/mesa/state_tracker/st_cache.c           |   13 +-
 5 files changed, 217 insertions(+), 20 deletions(-)

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

New commits:
commit 7838aaffdb9d34427ebcb73aac585c85d9622018
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Feb 26 01:48:01 2008 -0500

    implement cache limits for cso
    by default set to 4096, which might be on the large side

commit e7985105695a18c29c13deb2b8f40c15eef72ee6
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Feb 26 00:18:54 2008 -0500

    add an explicit callback decleration and use it to silence warnings

commit bf1c2f3602038440ffacf7ae494cb4e9bacc9bb9
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Feb 26 00:15:55 2008 -0500

    hide cso cache definition and add some initial code for size limiting
    the caches

commit 6abb82da7e676384e7e2c9732307b23f8ed7157d
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Mon Feb 25 22:03:58 2008 -0500

    implement deleting of driver side cached state in cso's




More information about the mesa-commit mailing list