projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcefac
)
i965: Mark BRW_CONDITIONAL_R as Gen <= 5.
author
Matt Turner
<mattst88@gmail.com>
Thu, 28 Aug 2014 01:39:35 +0000
(18:39 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 29 Aug 2014 02:06:45 +0000
(19:06 -0700)
src/mesa/drivers/dri/i965/brw_defines.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_defines.h
b/src/mesa/drivers/dri/i965/brw_defines.h
index 968aba1fb222bff30d2f6e2cc6702c81630b2848..0ef43e916e30bdb4dc348a501362113d46b454e8 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_defines.h
+++ b/
src/mesa/drivers/dri/i965/brw_defines.h
@@
-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,
};