mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
r300g: fix reading from the destination buffer in blending
This commit is contained in:
parent
63c9450ae7
commit
a8f85dceb5
1 changed files with 2 additions and 0 deletions
|
|
@ -75,7 +75,9 @@ static void* r300_create_blend_state(struct pipe_context* pipe,
|
|||
srcRGB == PIPE_BLENDFACTOR_DST_ALPHA ||
|
||||
srcRGB == PIPE_BLENDFACTOR_INV_DST_COLOR ||
|
||||
srcRGB == PIPE_BLENDFACTOR_INV_DST_ALPHA ||
|
||||
srcA == PIPE_BLENDFACTOR_DST_COLOR ||
|
||||
srcA == PIPE_BLENDFACTOR_DST_ALPHA ||
|
||||
srcA == PIPE_BLENDFACTOR_INV_DST_COLOR ||
|
||||
srcA == PIPE_BLENDFACTOR_INV_DST_ALPHA)
|
||||
blend->blend_control |= R300_READ_ENABLE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue