projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b06b0d
)
gallium: remove trailing comma to silence warning
author
Brian Paul
<brianp@vmware.com>
Tue, 20 Sep 2011 22:36:21 +0000
(16:36 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Sep 2011 22:36:21 +0000
(16:36 -0600)
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 1773d9d3175bc23de39ddaebbfa9297190481461..e3bc204aca9cc44d9345c99bbb18f1d5e39222b4 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-473,7
+473,7
@@
enum pipe_cap {
PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE = 48,
PIPE_CAP_SCALED_RESOLVE = 49,
PIPE_CAP_MIN_TEXEL_OFFSET = 50,
- PIPE_CAP_MAX_TEXEL_OFFSET = 51
,
+ PIPE_CAP_MAX_TEXEL_OFFSET = 51
};
/* Shader caps not specific to any single stage */