Mesa (master): gallium: updated PIPE_CAP_x comments

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 10 16:44:01 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun  9 11:10:09 2009 -0600

gallium: updated PIPE_CAP_x comments

---

 src/gallium/include/pipe/p_defines.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 47c24f3..9924046 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -273,9 +273,8 @@ enum pipe_transfer_usage {
 
 
 /**
- * Implementation capabilities/limits
- * Passed to pipe->get_param()
- * XXX this will need some fine tuning...
+ * Implementation capabilities/limits which are queried through
+ * pipe_screen::get_param() and pipe_screen::get_paramf().
  */
 #define PIPE_CAP_MAX_TEXTURE_IMAGE_UNITS 1
 #define PIPE_CAP_NPOT_TEXTURES           2




More information about the mesa-commit mailing list