Re: [Mesa-dev] [PATCH 16/19] i965: Add brw_populate_default_key

2018-06-29 Thread Timothy Arceri
On 15/05/18 02:52, Jordan Justen wrote: We will need to populate the default key for ARB_get_program_binary to allow us to retrieve the default gen program to store save in the store save - > store ??? program binary. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_cs.c

[Mesa-dev] [PATCH 16/19] i965: Add brw_populate_default_key

2018-05-14 Thread Jordan Justen
We will need to populate the default key for ARB_get_program_binary to allow us to retrieve the default gen program to store save in the program binary. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_cs.c | 15 ++--- src/mesa/drivers/dri/i965/brw_cs.h | 4 +++ src/