diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-08 15:32:02 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-08 15:35:23 -0700 |
commit | 730a407ca288bdd0120b9bb436ae716bfb9415f5 (patch) | |
tree | d6f66db498fda1cbe8102bf78ab2da920377f9c9 /docs/glfbdev-driver.html | |
parent | 19c877c3278f5bfc48f55b2ee35ec5f6769e4c90 (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/glfbdev-driver.html')
0 files changed, 0 insertions, 0 deletions