소스 검색

i965: Correct the comment about fb write payload

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
tags/11.1-branchpoint
Ben Widawsky 9 년 전
부모
커밋
c643518452
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/mesa/drivers/dri/i965/brw_defines.h

+ 2
- 2
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).
*/

Loading…
취소
저장