mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
Cell: comment about emit_quad() mask
This commit is contained in:
parent
44d3269356
commit
aa761b1605
1 changed files with 3 additions and 0 deletions
|
|
@ -277,6 +277,9 @@ do_depth_test(int x, int y, mask_t quadmask)
|
|||
|
||||
/**
|
||||
* Emit a quad (pass to next stage). No clipping is done.
|
||||
* Note: about 1/5 to 1/7 of the time, mask is zero and this function
|
||||
* should be skipped. But adding the test for that slows things down
|
||||
* overall.
|
||||
*/
|
||||
static INLINE void
|
||||
emit_quad( int x, int y, mask_t mask )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue