mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
util/blit: document params to util_blit_pixels_writemask()
This commit is contained in:
parent
031f23ac3a
commit
1658f80153
1 changed files with 4 additions and 0 deletions
|
|
@ -262,6 +262,10 @@ regions_overlap(int srcX0, int srcY0,
|
|||
* Copy pixel block from src surface to dst surface.
|
||||
* Overlapping regions are acceptable.
|
||||
* Flipping and stretching are supported.
|
||||
* \param filter one of PIPE_TEX_MIPFILTER_NEAREST/LINEAR
|
||||
* \param writemask controls which channels in the dest surface are sourced
|
||||
* from the src surface. Disabled channels are sourced
|
||||
* from (0,0,0,1).
|
||||
* XXX what about clipping???
|
||||
* XXX need some control over blitting Z and/or stencil.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue