projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a614c
)
gallium: update comment for enum pipe_format
author
Brian Paul
<brianp@vmware.com>
Sat, 20 Sep 2014 14:32:39 +0000
(08:32 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 22 Sep 2014 22:59:48 +0000
(16:59 -0600)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/include/pipe/p_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_format.h
b/src/gallium/include/pipe/p_format.h
index b007229a2156b69c9985d76d3a213e610f60d16a..3f505f2d3f5cc4692bd800e1451f060d1bf5d3ff 100644
(file)
--- a/
src/gallium/include/pipe/p_format.h
+++ b/
src/gallium/include/pipe/p_format.h
@@
-36,13
+36,8
@@
extern "C" {
#include "p_config.h"
/**
- *
Texture/surface image formats (preliminary)
+ *
Formats for textures, surfaces and vertex data
*/
-
-/* KW: Added lots of surface formats to support vertex element layout
- * definitions, and eventually render-to-vertex-buffer.
- */
-
enum pipe_format {
PIPE_FORMAT_NONE = 0,
PIPE_FORMAT_B8G8R8A8_UNORM = 1,