From aea4ed41ed9b4d0442d1090ac1f01231a9859796 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 8 Mar 2011 11:32:35 +0100 Subject: 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst index c6812cd309..b0229c70f2 100644 --- a/src/gallium/docs/source/context.rst +++ b/src/gallium/docs/source/context.rst @@ -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 -- cgit v1.2.3