mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Sun Mar 9 20:29:57 UTC 2008


 src/gallium/auxiliary/cso_cache/Makefile        |    1 
 src/gallium/auxiliary/cso_cache/SConscript      |    1 
 src/gallium/auxiliary/cso_cache/cso_context.c   |  354 ++++++++++++++++++++++++
 src/gallium/auxiliary/cso_cache/cso_context.h   |   85 +++++
 src/gallium/auxiliary/draw/draw_vertex_shader.c |   17 -
 src/gallium/include/pipe/p_state.h              |    4 
 6 files changed, 456 insertions(+), 6 deletions(-)

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

New commits:
commit b041dbe9019ff8cb16ff15d0baaa803c7dc654db
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 20:21:45 2008 +0000

    gallium: avoid deleting currently-bound CSO's on cache destruction

commit aff4cf19a753baf0428d2bf53614900e5afea8a3
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 20:17:02 2008 +0000

    draw: cope with binding NULL vertex shader (on context delete, for instance)

commit d8d6569e288fe3324473fb19ade798502dfbba8e
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 17:06:20 2008 +0100

    cso: fix line endings

commit ac87bc18359825890a53d4dbfda5c6eecd916afd
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 17:05:46 2008 +0100

    cso: Use MALLOC

commit 5d802d8c8460cecf306b130eb29ef05069173e30
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 15:09:55 2008 +0100

    cso: add a higher-level interface which does all pipe interactions to set a given state

commit 99691f38c278f1d4aeb0617b149109644e3571fb
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Mar 9 15:07:09 2008 +0100

    gallium: add some commonly implemented bits of hw state




More information about the mesa-commit mailing list