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:
@@ -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
|
||||
|
Reference in New Issue
Block a user