summaryrefslogtreecommitdiff
path: root/docs/relnotes-7.3.html
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-08 15:32:02 -0700
committerBrian Paul <brianp@vmware.com>2009-01-08 15:35:23 -0700
commit730a407ca288bdd0120b9bb436ae716bfb9415f5 (patch)
treed6f66db498fda1cbe8102bf78ab2da920377f9c9 /docs/relnotes-7.3.html
parent19c877c3278f5bfc48f55b2ee35ec5f6769e4c90 (diff)
glsl: fix broken +=, -=, *=, /= operators
These functions need to return the final computed value. Now expressions such as a = (b += c) work properly. Also, no need to use __asm intrinsics in these functions. The resulting code is the same when using ordinary arithmetic operators and is more legible.
Diffstat (limited to 'docs/relnotes-7.3.html')
0 files changed, 0 insertions, 0 deletions