quakeforge/libs/video/renderer/gl
Bill Currie 5a57280aa9 [gl] Use glGenTextures to allocate texture numbers
While the scheme of using our own allocated did work just fine, fisheye
rendering uses glGenTextures which caused a texture id clash and thus
invalid operations (the cube map texture happened to be the same as the
console background texture). Sure, I could have just "fixed" the fisheye
init code, but this brings gl closer in line with glsl (which makes
extensive use of glGenTextures and glDeleteTextures). This doesn't fix
any texture leaks gl has (plenty, I imagine), but it's a step in the
right direction.
2022-03-15 13:29:05 +09:00
..
gl_draw.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_dyn_lights.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
gl_dyn_part.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
gl_dyn_textures.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_fog.c [renderer] Merge the fog support code 2022-03-08 02:28:19 +09:00
gl_graph.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_lightmap.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_mod_alias.c [renderer] move r_worldentity and r_viewleaf into refdef 2022-03-14 15:27:43 +09:00
gl_mod_iqm.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
gl_mod_sprite.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
gl_rmain.c [gl] Move error check support into a better place 2022-03-15 12:33:25 +09:00
gl_rmisc.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_rsurf.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_screen.c [renderer] Move frame rendering out a layer. 2022-03-08 01:04:40 +09:00
gl_sky.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_sky_clip.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
gl_textures.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
gl_warp.c [renderer] Remove namehack.h 2022-03-14 14:31:23 +09:00
qfgl_ext.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_common_gl.c [gl] Use glGenTextures to allocate texture numbers 2022-03-15 13:29:05 +09:00
vtxarray.c Fix a bunch of dead increments. 2018-09-09 11:12:04 +09:00