mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
i965: comments
This commit is contained in:
parent
8e1b2bac8b
commit
6c5804172a
1 changed files with 3 additions and 0 deletions
|
|
@ -885,6 +885,9 @@ static void emit_aa( struct brw_wm_compile *c,
|
|||
|
||||
/* Post-fragment-program processing. Send the results to the
|
||||
* framebuffer.
|
||||
* \param arg0 the fragment color
|
||||
* \param arg1 the pass-through depth value
|
||||
* \param arg2 the shader-computed depth value
|
||||
*/
|
||||
static void emit_fb_write( struct brw_wm_compile *c,
|
||||
struct brw_reg *arg0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue