we ralloc steal things, which makes it a little bogus
enum iris_program_cache_id cache_id,
const void *key,
const void *assembly,
- const struct brw_stage_prog_data *prog_data);
+ struct brw_stage_prog_data *prog_data);
const void *iris_find_previous_compile(struct iris_program_cache *cache,
enum iris_program_cache_id cache_id,
unsigned program_string_id);
enum iris_program_cache_id cache_id,
const void *key,
const void *assembly,
- const struct brw_stage_prog_data *prog_data)
+ struct brw_stage_prog_data *prog_data)
{
struct iris_screen *screen = (void *) ice->ctx.screen;
struct gen_device_info *devinfo = &screen->devinfo;