diff options
author | Francisco Jerez <[email protected]> | 2016-04-25 17:20:35 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-06-28 13:19:38 -0700 |
commit | 5b6e91dd35a54297d28e086d1791a97be68c4c9e (patch) | |
tree | d9dbbb198e45da14f3f3def89821d26dc52f514c /src/intel/compiler/brw_fs.h | |
parent | a14fb0184a0c9a5ef175bacee6e5658348ddf321 (diff) |
intel/fs: Remove program key argument from generator.
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r-- | src/intel/compiler/brw_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h index 36c37c10f17..260e40ef37d 100644 --- a/src/intel/compiler/brw_fs.h +++ b/src/intel/compiler/brw_fs.h @@ -387,7 +387,6 @@ class fs_generator public: fs_generator(const struct brw_compiler *compiler, void *log_data, void *mem_ctx, - const void *key, struct brw_stage_prog_data *prog_data, unsigned promoted_constants, bool runtime_check_aads_emit, @@ -485,7 +484,6 @@ private: const struct gen_device_info *devinfo; struct brw_codegen *p; - const void * const key; struct brw_stage_prog_data * const prog_data; unsigned dispatch_width; /**< 8, 16 or 32 */ |