Commit graph

6 commits

Author SHA1 Message Date
Ragnvald Maartmann-Moe IV
800ee05584 More whitespace than you can shake a shambler at. 2001-02-07 05:45:59 +00:00
Jeff Teunissen
d6241c11aa Remove special handling for the WGL extension list. It was broken, and
nobody on win32 fixed it. This made _all_ Windows GL binaries not work.
2001-01-23 04:06:35 +00:00
Bill Currie
ccba39666b #include audit 2000-12-30 02:16:36 +00:00
Dabb
c8ee33715b Include winquake.h must be BEFORE include gl/gl.h or compile WILL fail
with win32.
2000-12-10 10:54:04 +00:00
Jeff Teunissen
54e2a4d9d3 Okay, the big whitespace reformat. There is some silliness (case
statements, variable declarations), but all in all it's not bad.
2000-12-08 06:51:37 +00:00
Jeff Teunissen
732dc94090 New functionality: QuakeForge now has a general OpenGL extension-loading
interface. To detect an extension, call QFGL_ExtensionPresent(). To get
the address of an extension function, call QFGL_ExtensionAddress(). This
function uses the preferred method for finding a function, based on
whatever OS and windowing system you use.
2000-11-29 04:55:24 +00:00