mesa/src
Brian Paul ebccb250f7 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.
2009-01-09 11:16:40 +00:00
..
driclient g3dvl: Cleanup. 2008-09-12 12:33:52 -04:00
egl egl: fix egl closure 2008-12-23 15:33:46 +00:00
gallium gdi: Add newline at end of file. 2009-01-08 12:42:00 +00:00
glu Merge commit 'origin/master' into gallium-0.2 2009-01-06 08:15:54 -07:00
glut glut: Unlist file. 2009-01-08 12:42:25 +00:00
glw Merge commit 'origin/master' into gallium-0.2 2008-12-15 11:16:03 +00:00
glx Merge commit 'origin/master' into gallium-0.2 2008-12-15 11:16:03 +00:00
libXvMC g3dvl: Bad test, use proper picture height. 2008-10-17 17:31:26 -04:00
mesa glsl: fix broken +=, -=, *=, /= operators 2009-01-09 11:16:40 +00:00
Makefile Create $(TOP)/$(LIB_DIR) for install, too 2008-06-23 08:14:49 -06:00
SConscript glut: MinGW portability fixes. 2008-12-12 16:06:42 +09:00