mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
fix intel compiler change for 23.3
This commit is contained in:
parent
e50d06341c
commit
61f7786802
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ index b9f7366763b..5a4ec96e93f 100644
|
|||
+
|
||||
+ if (devinfo->ver <= 5) {
|
||||
+ /* redo boolean resolve on gen5 */
|
||||
+ fs_reg masked = ntb.s.vgrf(glsl_int_type());
|
||||
+ fs_reg masked = bld.vgrf(glsl_int_type());
|
||||
+ bld.AND(masked, cond_reg, brw_imm_d(1));
|
||||
+ masked.negate = true;
|
||||
+ bld.MOV(retype(cond_reg, BRW_REGISTER_TYPE_D), masked);
|
||||
|
|
Loading…
Reference in a new issue