]> icculus.org git repositories - btb/d2x.git/history - arch/ogl/ogl.c
add "#ifdef macintosh" for carbon target
[btb/d2x.git] / arch / ogl / ogl.c
2004-08-01 Martin Schaffneradd "#ifdef macintosh" for carbon target
2004-05-31 Bradley BellXCode compilability fixes
2004-05-23 Bradley Bellmake libpng optional
2004-05-22 Bradley Bellallow for texture dimensions of 1, and fix ogl replacem...
2004-05-22 Bradley Belladd opengl replacement texture support (requires libpng...
2004-05-22 Bradley Bellopengl hardware super-transparency support using GL_NV_...
2004-05-22 Bradley Belluse GL_RGB for non-transparent textures, and fix fonts...
2004-05-22 Bradley Belldon't try to use paletted textures with mipmapping...
2004-05-22 Bradley Belladd ogl paletted texture support (d1x r1.36, r1.38...
2004-05-20 Bradley Belladd caching of weapon inner models, screen shatter...
2004-05-20 Bradley Belladd -renderstats command-line arg to activate RENDERSTA...
2004-05-20 Bradley Bellfix last commit (d1x r1.35)
2004-05-20 Bradley Belladd RENDERSTATS counter for number of textures loaded...
2004-05-20 Bradley Belluse GL_INDEX_BITS to get bpp for color buffer for rende...
2004-05-20 Bradley Belladd anisotropic texture filtering suport (d1x r1.33...
2004-05-20 Bradley Bellmake RENDERSTATS show size of color/depth buffer too...
2004-05-20 Bradley Bellutilize hardware multitexturing support if possible...
2004-05-19 Bradley Bellfix ogl gr_ucircle (d1x r1.29)
2004-05-19 Bradley Bellfix briefing spinning robot display in OGL (d1x r1...
2004-05-16 Martin Schaffnermove ogl-internal stuff from ogl interface header to...
2004-05-11 Bradley Bellfix alpha calculation in g3_draw_poly, again
2004-05-11 Bradley Bellhmm, g3_draw_transp_poly had the fade level backwards...
2004-05-11 Bradley Bellproperly render cloaked walls in OpenGL (fixes #1608)
2003-11-27 Bradley Belladded Visual C project for opengl, buncha macro fixes...
2003-11-07 Bradley Belldisable texture format verification for OS X - Textures...
2003-04-11 Bradley Belluse different defines for os x
2003-01-15 Bradley Belluse __sun__ for sunos
2003-01-15 Bradley Bellformatting, comments
2002-12-24 Bradley Bellfix compiler warnings, courtesy of maschaffner@gmx.ch
2002-08-17 Bradley Bellimplement BM_FLAG_RLE_BIG (cockpit support?)
2002-07-30 Bradley BellOSX OGL fixes
2002-07-22 Bradley BellOS X stuff
2001-10-31 Bradley BellSync with d1x
2001-10-25 Bradley BellFinished moving stuff to arch/blah. I know, it's ugly...