projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd3272
)
mesa: whitespace changes
author
Brian Paul
<brianp@vmware.com>
Fri, 5 Aug 2011 21:01:41 +0000
(15:01 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 8 Aug 2011 14:26:49 +0000
(08:26 -0600)
src/mesa/program/prog_parameter.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_parameter.h
b/src/mesa/program/prog_parameter.h
index f858cf0fa0dbed715598d8c456b2583ebc069b44..1a5ed343937199b2cdda7505bfca2f5049642f79 100644
(file)
--- a/
src/mesa/program/prog_parameter.h
+++ b/
src/mesa/program/prog_parameter.h
@@
-46,16
+46,19
@@
#define PROG_PARAM_BIT_CYL_WRAP 0x10 /**< XXX gallium debug */
/*@}*/
+
/**
* Actual data for constant values of parameters.
*/
-typedef union gl_constant_value {
- GLfloat f;
- GLboolean b;
- GLint i;
- GLuint u;
+typedef union gl_constant_value
+{
+ GLfloat f;
+ GLboolean b;
+ GLint i;
+ GLuint u;
} gl_constant_value;
+
/**
* Program parameter.
* Used by shaders/programs for uniforms, constants, varying vars, etc.