Re: [Mesa-dev] [PATCH 5/7] gallium: add flags parameter to texture barrier

2017-01-05 Thread Nicolai Hähnle
On 02.01.2017 07:01, Ilia Mirkin wrote: This is so that we can differentiate between flushing any framebuffer reading caches from regular sampler caches. Signed-off-by: Ilia Mirkin --- This felt too simple and silly to create an extra callback for, especially since the implementations that rel

[Mesa-dev] [PATCH 5/7] gallium: add flags parameter to texture barrier

2017-01-01 Thread Ilia Mirkin
This is so that we can differentiate between flushing any framebuffer reading caches from regular sampler caches. Signed-off-by: Ilia Mirkin --- This felt too simple and silly to create an extra callback for, especially since the implementations that rely on texture sampling to retrieve fb conte