diff options
author | Jason Ekstrand <[email protected]> | 2017-08-21 20:00:30 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-11-07 10:37:52 -0800 |
commit | d4de813d86c38121649f11306080ebda193236a0 (patch) | |
tree | 1d837a82c46f3b2e257f42be9c7fa75cc525382a /src/intel/compiler/brw_compiler.h | |
parent | b1a9cdede4b500560ba6b44761296f09b4a7558f (diff) |
intel/cs: Stop setting dispatch_grf_start_reg
Nothing ever reads it for compute shaders because it's always 1.
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index ede3d1508a1..662f645e183 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -745,7 +745,6 @@ struct brw_push_const_block { struct brw_cs_prog_data { struct brw_stage_prog_data base; - GLuint dispatch_grf_start_reg_16; unsigned local_size[3]; unsigned simd_size; unsigned threads; |