i965: Correct the comment about fb write payload
authorBen Widawsky <benjamin.widawsky@intel.com>
Tue, 20 Oct 2015 21:29:36 +0000 (14:29 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Wed, 21 Oct 2015 18:00:00 +0000 (11:00 -0700)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/drivers/dri/i965/brw_defines.h

index 393f17ac98c6abb9c8a1e27707d920b3b1798e5a..7a5ee1b1756b9a381c737f51b0a30614c2061458 100644 (file)
@@ -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).
     */