gallium: add texture barrier support to the interface and st/mesa (v2)
v2: change the gallium entry point to texture_barrier.
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index dc9090f..63954da 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -201,6 +201,7 @@
'state_tracker/st_cb_syncobj.c',
'state_tracker/st_cb_strings.c',
'state_tracker/st_cb_texture.c',
+ 'state_tracker/st_cb_texturebarrier.c',
'state_tracker/st_cb_viewport.c',
'state_tracker/st_cb_xformfb.c',
'state_tracker/st_context.c',