diff options
author | Tom Stellard <[email protected]> | 2012-02-13 21:27:28 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-02-26 09:18:41 -0500 |
commit | 342cac71669662abad3435fd13ecf28d073874c3 (patch) | |
tree | da096b98757fdc88d3c8b3afc4884d74bd833e24 /tests/glx | |
parent | 2a97a00e28db330b8061c73ea6f1a7b7ad9d245f (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