Re: [Mesa-dev] [PATCH 71/88] i965: create populate key functions for tcs and tes

2016-09-25 Thread Kenneth Graunke
On Saturday, September 24, 2016 3:25:52 PM PDT Timothy Arceri wrote: > These will be used by the on disk shader cache. > --- > src/mesa/drivers/dri/i965/brw_program.h | 10 ++-- > src/mesa/drivers/dri/i965/brw_state_upload.c | 18 +-- > src/mesa/drivers/dri/i965/brw_tcs.c | 70 >

[Mesa-dev] [PATCH 71/88] i965: create populate key functions for tcs and tes

2016-09-23 Thread Timothy Arceri
These will be used by the on disk shader cache. --- src/mesa/drivers/dri/i965/brw_program.h | 10 ++-- src/mesa/drivers/dri/i965/brw_state_upload.c | 18 +-- src/mesa/drivers/dri/i965/brw_tcs.c | 70 +--- src/mesa/drivers/dri/i965/brw_tes.c | 58 +