summaryrefslogtreecommitdiffstats
path: root/docs/RELNOTES-3.1
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2011-10-01 21:06:12 -0700
committerTom Stellard <[email protected]>2011-10-02 15:21:15 -0700
commitb5ecf5ba466c3e1872dc9281b01f4e59ca1a388b (patch)
treed51245dfb836c79bbc6c22a759e9f019682774d9 /docs/RELNOTES-3.1
parente7c2b711a3b01cbeb0bf93d5442599457e7f8f51 (diff)
r300/compiler: Use consistent src swizzles for transcendent instructions
Source swizzles for transcendent instructions were being stored in the X channel regardless of what channel the instruction was writing. This was causing problems for some helper functions that were expecting source swizzles to occupy channels corresponding to the instruction's writemask. This commit makes transcendent instructions follow the same convention as normal instructions for representing source swizzles. Previous behavior: LG2 temp[0].y, input[0].x___; Current behavior: LG2 temp[0].y, input[0]._x__;
Diffstat (limited to 'docs/RELNOTES-3.1')
0 files changed, 0 insertions, 0 deletions