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
Add a link
Reference in a new issue