aboutsummaryrefslogtreecommitdiffstats
path: root/tests/glx
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-02-13 21:27:28 -0500
committerTom Stellard <[email protected]>2012-02-26 09:18:41 -0500
commit342cac71669662abad3435fd13ecf28d073874c3 (patch)
treeda096b98757fdc88d3c8b3afc4884d74bd833e24 /tests/glx
parent2a97a00e28db330b8061c73ea6f1a7b7ad9d245f (diff)
r300/compiler: Fix bug when lowering KILP on r300 cards
KILP instruction inside IF blocks were being lowered to an unconditional KIL. Since r300 doesn't support branching, when the IF's were lowered to conditional moves, the KIL would always be executed. This is not a problem with the mesa state tracker, because the GLSL compiler handles lowering IF's, but this bug was appearing in the VDPAU state tracker, which does not use the GLSL compiler. Note: This is a candidate for the stable branches.
Diffstat (limited to 'tests/glx')
0 files changed, 0 insertions, 0 deletions