projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03dae29
)
gallium: remove trailing comma to silence warning
author
Brian Paul
<brianp@vmware.com>
Sun, 29 Jan 2012 22:02:43 +0000
(15:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sun, 29 Jan 2012 22:02:43 +0000
(15:02 -0700)
src/gallium/include/pipe/p_defines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_defines.h
b/src/gallium/include/pipe/p_defines.h
index 000be3d86cf660924021a31783240c5a0cfdc64e..88bd66c816a5ab4c43d3acd0aa4ece5cbbce3eb8 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-488,7
+488,7
@@
enum pipe_cap {
PIPE_CAP_TGSI_CAN_COMPACT_CONSTANTS = 59, /* temporary */
PIPE_CAP_VERTEX_COLOR_UNCLAMPED = 60,
PIPE_CAP_VERTEX_COLOR_CLAMPED = 61,
- PIPE_CAP_GLSL_FEATURE_LEVEL = 62
,
+ PIPE_CAP_GLSL_FEATURE_LEVEL = 62
};
/**