projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3f89e
)
program: Remove dead Aux field from prog_instruction.
author
Matt Turner
<mattst88@gmail.com>
Mon, 1 Jun 2015 23:27:46 +0000
(16:27 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 3 Jun 2015 17:40:59 +0000
(10:40 -0700)
Appears to have been last used by the i965 driver (removed by commit
098acf6c
).
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/program/prog_instruction.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_instruction.h
b/src/mesa/program/prog_instruction.h
index 3ada85750a53cac87065f6bb79c21ee76b2712e9..3518f6c69b58a49dc315ebf64c46d129f1cb44d2 100644
(file)
--- a/
src/mesa/program/prog_instruction.h
+++ b/
src/mesa/program/prog_instruction.h
@@
-356,9
+356,6
@@
struct prog_instruction
*/
GLint BranchTarget;
- /** for driver use (try to remove someday) */
- GLint Aux;
-
/** for debugging purposes */
const char *Comment;
};