mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
i965: Mark BRW_CONDITIONAL_R as Gen <= 5.
This commit is contained in:
parent
4fcefac753
commit
2cab62a68d
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ enum PACKED brw_conditional_mod {
|
|||
BRW_CONDITIONAL_GE = 4,
|
||||
BRW_CONDITIONAL_L = 5,
|
||||
BRW_CONDITIONAL_LE = 6,
|
||||
BRW_CONDITIONAL_R = 7,
|
||||
BRW_CONDITIONAL_R = 7, /* Gen <= 5 */
|
||||
BRW_CONDITIONAL_O = 8,
|
||||
BRW_CONDITIONAL_U = 9,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue