mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
anv/pipeline: Remove a redundant line
We set compute_sample_id based on multisample state two lines below.
This commit is contained in:
parent
72d99f8a40
commit
c8572d0f9c
1 changed files with 0 additions and 1 deletions
|
|
@ -312,7 +312,6 @@ populate_wm_prog_key(const struct brw_device_info *devinfo,
|
|||
/* We should probably pull this out of the shader, but it's fairly
|
||||
* harmless to compute it and then let dead-code take care of it.
|
||||
*/
|
||||
key->compute_sample_id = true;
|
||||
key->persample_shading = info->pMultisampleState->sampleShadingEnable;
|
||||
if (key->persample_shading)
|
||||
key->persample_2x = info->pMultisampleState->rasterSamples == 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue