Mesa (master): gallium: update comment for enum pipe_format

Brian Paul brianp at kemper.freedesktop.org
Mon Sep 22 22:59:46 UTC 2014


Module: Mesa
Branch: master
Commit: 6addb7f42baf84c1a3cca2b281a444006baa6058
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6addb7f42baf84c1a3cca2b281a444006baa6058

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Sep 20 08:32:39 2014 -0600

gallium: update comment for enum pipe_format

Reviewed-by: Roland Scheidegger <sroland at vmware.com>

---

 src/gallium/include/pipe/p_format.h |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h
index b007229..3f505f2 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,




More information about the mesa-commit mailing list