mesa/src
José Fonseca fa7a051c25 sgi: Fix MSVC build.
Including windows.h was ineffective on MSVC because we define the NOGDI macro,
which skips the wingdi.h include.

Unsetting NOGDI is also a bad idea because it causes all sort of symbol
clashes with SGI code.

The real problem is that WINGDAPI was not being defined, also due to NOGDI,
so simply define it to blank if not done already.  This seems to make
everybody happy.
2011-04-27 19:06:07 +01:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Use the right extension name in #ifdef 2011-04-25 15:34:04 -04:00
gallium svga: emit user-defined clip plane state 2011-04-27 11:51:30 -06:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Fix typos in comments. 2011-04-23 21:33:47 -07:00
glu sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
glut scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx Squashed commit of the following: 2011-04-26 14:54:41 -06:00
mapi Squashed commit of the following: 2011-04-26 14:54:41 -06:00
mesa st/mesa: raise shader MaxParameters if driver supports more 2011-04-27 11:58:42 -06:00
Makefile
SConscript scons: Build glu. 2011-04-23 13:16:03 +01:00