On Mon, Nov 13, 2017 at 4:33 PM, Kenneth Graunke
wrote:
> On Monday, November 6, 2017 1:38:55 PM PST Jason Ekstrand wrote:
> > In theory, this will let us track the depth and render caches
> > separately. Right now, they're just wrappers around
> > brw_render_cache_set_*
> > ---
> > src/mesa/dr
On Monday, November 6, 2017 1:38:55 PM PST Jason Ekstrand wrote:
> In theory, this will let us track the depth and render caches
> separately. Right now, they're just wrappers around
> brw_render_cache_set_*
> ---
> src/mesa/drivers/dri/i965/brw_draw.c | 12 +--
> src/mesa/driver
In theory, this will let us track the depth and render caches
separately. Right now, they're just wrappers around
brw_render_cache_set_*
---
src/mesa/drivers/dri/i965/brw_draw.c | 12 +--
src/mesa/drivers/dri/i965/brw_misc_state.c| 4 ++--
src/mesa/drivers/dri/i965/genX_blor