summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2015-10-20 14:29:36 -0700
committerBen Widawsky <benjamin.widawsky@intel.com>2015-10-21 11:00:00 -0700
commitc643518452ce9a0c107c5666e2caa7806a04e7d4 (patch)
tree21b696cb46d5f482ef1678dac3362dbb789f3ae0 /src
parentf1147a238ab35a56fa7d1c64f6025ff3b909dad8 (diff)
downloadexternal_mesa3d-c643518452ce9a0c107c5666e2caa7806a04e7d4.zip
external_mesa3d-c643518452ce9a0c107c5666e2caa7806a04e7d4.tar.gz
external_mesa3d-c643518452ce9a0c107c5666e2caa7806a04e7d4.tar.bz2
i965: Correct the comment about fb write payload
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index 393f17a..7a5ee1b 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -916,8 +916,8 @@ enum opcode {
* Source 0: [required] Color 0.
* Source 1: [optional] Color 1 (for dual source blend messages).
* Source 2: [optional] Src0 Alpha.
- * Source 3: [optional] Source Depth (passthrough from the thread payload).
- * Source 4: [optional] Destination Depth (gl_FragDepth).
+ * Source 3: [optional] Source Depth (gl_FragDepth)
+ * Source 4: [optional (gen4-5)] Destination Depth passthrough from thread
* Source 5: [optional] Sample Mask (gl_SampleMask).
* Source 6: [required] Number of color components (as a UD immediate).
*/