mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
llvmpipe: blend comments
This commit is contained in:
parent
8329e59958
commit
0f6c621aee
1 changed files with 7 additions and 0 deletions
|
|
@ -155,6 +155,13 @@ lp_build_blend_soa_factor(struct lp_build_blend_soa_context *bld,
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Generate blend code in SOA mode.
|
||||
* \param src src/fragment color
|
||||
* \param dst dst/framebuffer color
|
||||
* \param con constant blend color
|
||||
* \param res the result/output
|
||||
*/
|
||||
void
|
||||
lp_build_blend_soa(LLVMBuilderRef builder,
|
||||
const struct pipe_blend_state *blend,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue