ioq3quest/code/renderercommon
Zack Middleton 20573bce43 Don't link to libGL at compile time
Get all OpenGL functions using SDL_GL_GetProcAddress(). This makes it
easier to cross-arch compile on Linux and add support for OpenGL ES
in the future.

Users still have to supply their own libSDL2 for cross-arch compiling
on Linux. But now the user does not have to re-install libgl1-mesa-dev
package for i386 or amd64 on Debian when switching between compiling
ioquake3 for x86 and x86_64.
2017-10-01 23:07:33 -05:00
..
iqm.h renderer -> renderergl1, rend2 -> renderergl2 2013-02-15 23:46:37 +00:00
qgl.h Don't link to libGL at compile time 2017-10-01 23:07:33 -05:00
tr_common.h Fix floating point precision loss in renderer [part 2] 2017-08-03 00:14:22 -05:00
tr_font.c Fix saving/loading glyph 255 in RegisterFont 2014-12-01 22:04:40 -06:00
tr_image_bmp.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
tr_image_jpg.c Fix error handling in RE_SaveJPGToBuffer(). 2015-12-21 01:05:55 -08:00
tr_image_pcx.c Add renderercommon/tr_common.h 2013-02-16 20:58:04 +00:00
tr_image_png.c Fix PNG tRNS length checks 2014-01-10 12:34:48 -06:00
tr_image_tga.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
tr_noise.c Fix floating point precision loss in renderer [part 2] 2017-08-03 00:14:22 -05:00
tr_public.h Add facility to describe cvars 2014-09-26 14:29:51 +01:00
tr_types.h Bunch of comment fixes 2014-03-13 02:20:54 +01:00