Commit graph

6 commits

Author SHA1 Message Date
GoedekenR
1f1fcb2a0e Fixed Win32 build error caused by cleanup of old zlib header files in src/liblinux/ 2010-02-23 08:29:58 -05:00
GoedekenR
5bc01ebf31 bugfix: fix fragment program combiner for Intel drivers in Win32, by ensuring that program does not allocate unused temp vars or call TEX commands for texture units that are not enabled
new feature: compile-time option for opengl debugging by calling glGetError after each opengl command (except inside of glBegin/glEnd)
2010-01-06 21:48:44 -05:00
GoedekenR
490781a08f bugfix: get release build working in VC project file
print debug message if GL_GetProcAddress() fails in OGLExtensions
use ALIGN() for aligned data member declarations in header files as well as the definitions in CPP files
2010-01-02 15:31:06 -05:00
GoedekenR
26b90952e8 Add OGLExtensions.h/cpp to the MSVC8 project file. Now this plugin builds and runs under win32 2009-12-28 03:10:37 -05:00
GoedekenR
679e67c582 Abstracted directory-handling code with new osal_files* source code.
Added libpng to MSVC8 project file
2009-12-27 17:21:49 -05:00
GoedekenR
87766526e8 Added MSVC8 project file. Fixed a bunch of small incompatibilities with VC8 compiler 2009-12-27 11:30:16 -05:00