gallium: add texture barrier support to the interface and st/mesa (v2)

v2: change the gallium entry point to texture_barrier.
This commit is contained in:
Marek Olšák
2011-03-08 11:32:35 +01:00
parent 9a9c1e1ae1
commit aea4ed41ed
8 changed files with 120 additions and 0 deletions

View File

@@ -408,6 +408,16 @@ The width0 is redefined to ``MAX2(width0, offset+size)``.
.. _texture_barrier
texture_barrier
%%%%%%%%%%%%%%%
This function flushes all pending writes to the currently-set surfaces and
invalidates all read caches of the currently-set samplers.
.. _pipe_transfer:
PIPE_TRANSFER