i965: comments for brw_SAMPLE()
authorBrian Paul <brianp@vmware.com>
Wed, 25 Mar 2009 00:05:53 +0000 (18:05 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 15:07:03 +0000 (09:07 -0600)
src/mesa/drivers/dri/i965/brw_eu_emit.c

index 6dce1ca..4becdf0 100644 (file)
@@ -966,7 +966,11 @@ void brw_fb_WRITE(struct brw_compile *p,
 }
 
 
-
+/**
+ * Texture sample instruction.
+ * Note: the msg_type plus msg_length values determine exactly what kind
+ * of sampling operation is performed.  See volume 4, page 161 of docs.
+ */
 void brw_SAMPLE(struct brw_compile *p,
                struct brw_reg dest,
                GLuint msg_reg_nr,