[Mesa-dev] [PATCH 3/3] gallium: fix function description

Vincent Lejeune vljn at ovi.com
Mon Nov 21 14:01:20 PST 2011


   ureg_DECL_constant2D does not return anything.
---
 src/gallium/auxiliary/tgsi/tgsi_ureg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
index cada435..5d8dbba 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
@@ -414,8 +414,8 @@ out:
 }
 
 
-/* Returns a new constant register.  Keep track of which have been
- * referred to so that we can emit decls later.
+/* Declare range [first...last] of register in the index2d-th constant
+ * buffer. This range can overlap previously declared range.
  *
  * Constant operands declared with this function must be addressed
  * with a two-dimensional index.
-- 
1.7.7.3



More information about the mesa-dev mailing list