Ryan C. Gordon <icculus@icculus.org> [Wed, 30 Apr 2008 01:35:46 -0400] rev 255
Fixed logic bug in uniform setting.
Should have chosen the MINIMUM value, not the maximum.
Ryan C. Gordon <icculus@icculus.org> [Wed, 30 Apr 2008 01:22:45 -0400] rev 254
More Windows patches.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 20:46:43 -0400] rev 253
Get that typedef, too...
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 20:45:52 -0400] rev 252
Whoops, left a typedef keyword floating out there.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 20:39:04 -0400] rev 251
Fixed NULL dereference.
Can happen if fail() happens during the building of uniform/attribute/sample
for parseData...you have a NULL array, but we think there are items in
the array to free.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 20:33:02 -0400] rev 250
Visual C++ fixes.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 05:44:40 -0400] rev 249
Cleanups for building as C++ code.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 04:47:32 -0400] rev 248
Don't overload meaning of RegisterList::usage for loop tests.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 04:18:35 -0400] rev 247
finderrors.c shouldn't include OpenGL headers now.
It uses the GL glue layer instead.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2008 04:16:38 -0400] rev 246
Moved gl*.h into GL directory.