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

Author: Eric Anholt <e...@anholt.net>
Date:   Wed Nov 11 16:50:29 2015 -0800

vc4: Fix documentation on vc4_qir_lower_uniforms.c.

---

 src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c 
b/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
index f087c3b..29e3ee3 100644
--- a/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
+++ b/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c
@@ -22,14 +22,10 @@
  */
 
 /**
- * @file vc4_opt_algebraic.c
+ * @file vc4_qir_lower_uniforms.c
  *
- * This is the optimization pass for miscellaneous changes to instructions
- * where we can simplify the operation by some knowledge about the specific
- * operations.
- *
- * Mostly this will be a matter of turning things into MOVs so that they can
- * later be copy-propagated out.
+ * This is the pre-code-generation pass for fixing up instructions that try to
+ * read from multiple uniform values.
  */
 
 #include "vc4_qir.h"

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to