Re: [Mesa-dev] [PATCH 2/4] i965: Add more precise cache tracking helpers

2017-11-13 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 2/4] i965: Add more precise cache tracking helpers

2017-11-13 Thread Kenneth Graunke
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

[Mesa-dev] [PATCH 2/4] i965: Add more precise cache tracking helpers

2017-11-06 Thread Jason Ekstrand
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