Mesa (master): i965: comments

Brian Paul brianp at kemper.freedesktop.org
Fri Mar 13 00:34:24 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar 11 14:32:45 2009 -0600

i965: comments

---

 src/mesa/drivers/dri/i965/brw_wm_emit.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_wm_emit.c b/src/mesa/drivers/dri/i965/brw_wm_emit.c
index 281ffe0..f2dca9c 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_emit.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_emit.c
@@ -885,6 +885,9 @@ static void emit_aa( struct brw_wm_compile *c,
 
 /* Post-fragment-program processing.  Send the results to the
  * framebuffer.
+ * \param arg0  the fragment color
+ * \param arg1  the pass-through depth value
+ * \param arg2  the shader-computed depth value
  */
 static void emit_fb_write( struct brw_wm_compile *c,
 			   struct brw_reg *arg0,




More information about the mesa-commit mailing list