projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc3c5ff
)
i915g: remove trailing commas in enum lists to silence warnings
author
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 23:14:54 +0000
(16:14 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 23:16:30 +0000
(16:16 -0700)
src/gallium/drivers/i915/intel_winsys.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/intel_winsys.h
b/src/gallium/drivers/i915/intel_winsys.h
index 2c8dc63f3f961dab159ee43d7bb8971c2e1a3133..c6bf6e6f7f1a90834010d15b14aaf14b3dd3e6e9 100644
(file)
--- a/
src/gallium/drivers/i915/intel_winsys.h
+++ b/
src/gallium/drivers/i915/intel_winsys.h
@@
-42,21
+42,21
@@
enum intel_buffer_usage
INTEL_USAGE_2D_TARGET = 0x04,
INTEL_USAGE_2D_SOURCE = 0x08,
/* use on vertex */
- INTEL_USAGE_VERTEX = 0x10
,
+ INTEL_USAGE_VERTEX = 0x10
};
enum intel_buffer_type
{
INTEL_NEW_TEXTURE,
INTEL_NEW_SCANOUT, /**< a texture used for scanning out from */
- INTEL_NEW_VERTEX
,
+ INTEL_NEW_VERTEX
};
enum intel_buffer_tile
{
INTEL_TILE_NONE,
INTEL_TILE_X,
- INTEL_TILE_Y
,
+ INTEL_TILE_Y
};
struct intel_batchbuffer {