r300/compiler: Oops, this slipped through.
This commit is contained in:
@@ -113,9 +113,11 @@ void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c)
|
|||||||
* Remember, lowering comes last! */
|
* Remember, lowering comes last! */
|
||||||
struct radeon_program_transformation common_transformations[] = {
|
struct radeon_program_transformation common_transformations[] = {
|
||||||
{ &radeonTransformTEX, c },
|
{ &radeonTransformTEX, c },
|
||||||
{ &radeonTransformALU, 0 }
|
|
||||||
};
|
};
|
||||||
radeonLocalTransform(&c->Base, 2, common_transformations);
|
radeonLocalTransform(&c->Base, 1, common_transformations);
|
||||||
|
|
||||||
|
common_transformations[0].function = &radeonTransformALU;
|
||||||
|
radeonLocalTransform(&c->Base, 1, common_transformations);
|
||||||
|
|
||||||
if (c->Base.Debug) {
|
if (c->Base.Debug) {
|
||||||
fprintf(stderr, "Fragment Program: After native rewrite:\n");
|
fprintf(stderr, "Fragment Program: After native rewrite:\n");
|
||||||
|
Reference in New Issue
Block a user