summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-09-20 08:32:39 -0600
committerBrian Paul <[email protected]>2014-09-22 16:59:48 -0600
commit6addb7f42baf84c1a3cca2b281a444006baa6058 (patch)
treea8b93aab10fd55d724c41e4c034e75249d59a593 /src/gallium/include
parente7a614c60c21a961d88f8cfd78969052fa7a2685 (diff)
gallium: update comment for enum pipe_format
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_format.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h
index b007229a215..3f505f2d3f5 100644
--- 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,