[Mesa-dev] [PATCH 1/6] i965: Correct the comment about fb write payload
Francisco Jerez
currojerez at riseup.net
Wed Oct 21 03:08:24 PDT 2015
Ben Widawsky <benjamin.widawsky at intel.com> writes:
> Cc: Francisco Jerez <currojerez at riseup.net>
> Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
> ---
> src/mesa/drivers/dri/i965/brw_defines.h | 4 ++--
> 1 file 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).
> */
Looks good, thanks,
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
> --
> 2.6.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151021/0cf6b2db/attachment.sig>
More information about the mesa-dev
mailing list