projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079773d
)
i965: Reduce predicate field of backend_instruction to uint8_t.
author
Matt Turner
<mattst88@gmail.com>
Thu, 20 Feb 2014 01:21:16 +0000
(17:21 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Sat, 22 Feb 2014 06:51:32 +0000
(22:51 -0800)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_shader.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_shader.h
b/src/mesa/drivers/dri/i965/brw_shader.h
index
c76f33b
..
4c79861
100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_shader.h
+++ b/
src/mesa/drivers/dri/i965/brw_shader.h
@@
-56,7
+56,7
@@
public:
enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */
- uint
32
_t predicate;
+ uint
8
_t predicate;
bool predicate_inverse;
};