projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59012c3
)
glsl: remove trailing comma to silence warning
author
Brian Paul
<brianp@vmware.com>
Tue, 8 Nov 2011 15:23:16 +0000
(08:23 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 8 Nov 2011 20:51:50 +0000
(13:51 -0700)
src/glsl/ir_uniform.h
patch
|
blob
|
history
diff --git
a/src/glsl/ir_uniform.h
b/src/glsl/ir_uniform.h
index f53388c5e4d5837e5a0497d1c114382d4a5189d1..be9f6b254378c0f318c6d45f553b6639f409e453 100644
(file)
--- a/
src/glsl/ir_uniform.h
+++ b/
src/glsl/ir_uniform.h
@@
-47,7
+47,7
@@
enum gl_uniform_driver_format {
/**
* Store boolean data as integer using ~0 for \c true.
*/
- uniform_bool_int_0_not0
,
+ uniform_bool_int_0_not0
};
struct gl_uniform_driver_storage {