mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 14:40:40 +02:00
Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"
This reverts commit cd2857fae1.
It breaks Unigine Heaven.
This commit is contained in:
parent
9305922563
commit
d2afae33f8
1 changed files with 1 additions and 2 deletions
|
|
@ -600,8 +600,7 @@ static void is_rgb_to_alpha_possible(
|
|||
struct rc_reader_data * reader_data = userdata;
|
||||
|
||||
if (!can_remap(inst->U.P.RGB.Opcode)
|
||||
|| !can_remap(inst->U.P.Alpha.Opcode)
|
||||
|| inst->U.P.Alpha.Opcode != RC_OPCODE_NOP) {
|
||||
|| !can_remap(inst->U.P.Alpha.Opcode)) {
|
||||
reader_data->Abort = 1;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue