projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a1a5a
)
i965: comments for brw_SAMPLE()
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Mar 2009 00:05:53 +0000
(18:05 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 3 Apr 2009 15:07:03 +0000
(09:07 -0600)
src/mesa/drivers/dri/i965/brw_eu_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_eu_emit.c
b/src/mesa/drivers/dri/i965/brw_eu_emit.c
index 6dce1ca48e8e524f8cc30fc00a8ba444843c9cd5..4becdf069fa4dec23f7d19c6dc27eef0a79070db 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_eu_emit.c
+++ b/
src/mesa/drivers/dri/i965/brw_eu_emit.c
@@
-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,