mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
5a57280aa9
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. |
||
---|---|---|
.. | ||
alias | ||
brush | ||
iqm | ||
sprite | ||
test | ||
clip_hull.c | ||
fullbright.c | ||
gl_model_fullbright.c | ||
gl_skin.c | ||
glsl_skin.c | ||
Makemodule.am | ||
model.c | ||
null_model.c | ||
portal.c | ||
skin.c | ||
sw_skin.c | ||
trace.c | ||
vulkan_skin.c | ||
winding.c |