projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
401b118
)
mesa: reorder prog_instruction
author
Dave Airlie
<airlied@redhat.com>
Fri, 20 Mar 2015 06:26:59 +0000
(16:26 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 20 Mar 2015 22:14:05 +0000
(08:14 +1000)
reduces size from 64 to 56 bytes.
Acked-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Alex Deucher alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.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 0957bd9d77982a4756c59f2097271c65b57499f4..ab3acbc02dd77425038014a5dee02e1546659735 100644
(file)
--- a/
src/mesa/program/prog_instruction.h
+++ b/
src/mesa/program/prog_instruction.h
@@
-366,11
+366,11
@@
struct prog_instruction
*/
GLint BranchTarget;
- /** for debugging purposes */
- const char *Comment;
-
/** for driver use (try to remove someday) */
GLint Aux;
+
+ /** for debugging purposes */
+ const char *Comment;
};