projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608cf0c
)
gallium: remove trailing comma
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Apr 2010 22:42:13 +0000
(16:42 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 16:07:23 +0000
(10:07 -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 48edfbfcce70ef92c0b096d414d48405d5e51885..1aa54f1423aef5c9e1981b5e87ea8796d602fdca 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-269,7
+269,7
@@
enum pipe_transfer_usage {
* - pipe_context::transfer_flush_region
* - OpenGL's ARB_map_buffer_range extension, MAP_FLUSH_EXPLICIT_BIT flag.
*/
- PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11)
,
+ PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11)
};