Skip to content
Snippets Groups Projects
Commit c8838560 authored by Dave Airlie's avatar Dave Airlie
Browse files

r600g: do all CUBE ALU operations before gradient texture operations (v2.1)


This moves all the CUBE section above the gradients section,
so that the gradient emission happens on one block which
is what sb/hardware expect.

v2: avoid changes to bytecode by using spare temps
v2.1: shame gcc, oh the shame. (uninit var warnings)

Cc: "10.4 10.3" <mesa-stable@lists.freedesktop.org>
Reviewed-by: default avatarGlenn Kennard <glenn.kennard@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 38ec1844
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment