mesa/src
Brian Paul 1efbad7499 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-08 15:52:06 -07:00
..
egl egl: check for null ptr/name 2008-09-26 20:51:13 -06:00
gallium wgl: Do not provide DllMain inside the state tracker. 2009-01-06 18:23:17 +00:00
glu mesa: Update ignores a bit 2008-09-19 12:43:47 +02:00
glut glut: Fix build. 2009-01-06 18:23:16 +00:00
glw fix DESTDIR omissions 2008-08-15 17:14:54 -06:00
glx fix compilation 2008-08-13 07:14:47 -04:00
mesa glsl: fix broken +=, -=, *=, /= operators 2009-01-08 15:52:06 -07: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