projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9546c3d
)
gallium/util: quieten compiler
author
Keith Whitwell
<keithw@vmware.com>
Thu, 24 Dec 2009 12:44:12 +0000
(12:44 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Thu, 24 Dec 2009 12:53:06 +0000
(12:53 +0000)
src/gallium/auxiliary/util/u_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format.h
b/src/gallium/auxiliary/util/u_format.h
index 090183fb174194b7e57388cb9cfa62fbcf266f3f..a558923b2eda6e1e5837379dcaf134753400f8c6 100644
(file)
--- a/
src/gallium/auxiliary/util/u_format.h
+++ b/
src/gallium/auxiliary/util/u_format.h
@@
-119,7
+119,7
@@
enum util_format_colorspace {
UTIL_FORMAT_COLORSPACE_RGB = 0,
UTIL_FORMAT_COLORSPACE_SRGB = 1,
UTIL_FORMAT_COLORSPACE_YUV = 2,
- UTIL_FORMAT_COLORSPACE_ZS = 3
,
+ UTIL_FORMAT_COLORSPACE_ZS = 3
};