gallium: add texture barrier support to the interface and st/mesa (v2)
authorMarek Olšák <maraeo@gmail.com>
Tue, 8 Mar 2011 10:32:35 +0000 (11:32 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 15 Mar 2011 14:58:12 +0000 (15:58 +0100)
commitaea4ed41ed9b4d0442d1090ac1f01231a9859796
tree6a04f121be43947e8bd0ba73dd9fc879a48cdd8f
parent9a9c1e1ae1d54af6d73dbdb393d80bf5ad37f28d
gallium: add texture barrier support to the interface and st/mesa (v2)

v2: change the gallium entry point to texture_barrier.
src/gallium/docs/source/context.rst
src/gallium/include/pipe/p_context.h
src/mesa/SConscript
src/mesa/sources.mak
src/mesa/state_tracker/st_cb_texturebarrier.c [new file with mode: 0644]
src/mesa/state_tracker/st_cb_texturebarrier.h [new file with mode: 0644]
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_extensions.c