projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee98ae5
)
gallium: updated PIPE_CAP_x comments
author
Brian Paul
<brianp@vmware.com>
Tue, 9 Jun 2009 17:10:09 +0000
(11:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Jun 2009 14:12:19 +0000
(08:12 -0600)
src/gallium/include/pipe/p_defines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_defines.h
b/src/gallium/include/pipe/p_defines.h
index 47c24f30862e223b655f0a5c7ed376eadb32ce26..9924046cb2f53d2ed33294bae9f3b3241a5a9ff5 100644
(file)
--- 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