]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix a pile of issues with calling conventions on GLES2 platforms by
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 3 Aug 2011 20:57:40 +0000 (20:57 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 14 Aug 2011 14:38:17 +0000 (16:38 +0200)
commitaeeac26bd3a4e17e0d827e7dac9587493c93cb62
tree3966e85a6b03329d7ed38000e92bc5518d62ad1c
parent4947d7429260ddca538af71ce89369accf58014a
fix a pile of issues with calling conventions on GLES2 platforms by
directly calling the gl functions on these platforms, this required
quite an overhaul in the headers and a lot of code gets disabled if
USE_GLES2 to avoid referencing undefined constants and such...

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11266 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=a15e0c4cddf4f60827a3be097197447c52b7989a
14 files changed:
cl_screen.c
cl_video.c
ft2.c
gl_backend.c
gl_draw.c
gl_rmain.c
gl_textures.c
glquake.h
model_alias.c
quakedef.h
r_shadow.c
shader_glsl.h
vid_sdl.c
vid_shared.c