[Mesa-dev] [PATCH 5/5] r600g: Invalidate texture cache when creating vertex buffers for compute

Matt Turner mattst88 at gmail.com
Mon Sep 17 14:41:04 PDT 2012


On Mon, Sep 17, 2012 at 2:09 PM, Tom Stellard <tom at stellard.net> wrote:
> -       rctx->flags |= rctx->has_vertex_cache ? R600_CONTEXT_VTX_FLUSH : R600_CONTEXT_TEX_FLUSH;
> +       /* The vertex instructions in the compute shaders use the texture cache,
> +        * so we need to invalid it. */

invalidate


More information about the mesa-dev mailing list