Reviewed-by: Iago Toral Quiroga
On Thu, 2018-01-18 at 14:03 -0800, Kenneth Graunke wrote:
> 'aux' is a very generic name, suggesting it can be a bunch of things.
> However, it's always the brw_*_prog_data structure. So, call it
> that.
> ---
> src/mesa/drivers/dri/i965/brw_program_cache.c | 31
'aux' is a very generic name, suggesting it can be a bunch of things.
However, it's always the brw_*_prog_data structure. So, call it that.
---
src/mesa/drivers/dri/i965/brw_program_cache.c | 31 ++-
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/src/mesa/