mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
20c861027e
This fixes the segfault due to the world entity not actually existing, without adding a world entity. It takes advantage of the ECS in that the edge renderer needs only the world matrix, brush model pointer, and the animation frame number (which is just 0/1 for brush models), thus the inherent SOA of ECS helps out, though benchmarking is needed to see if it made any real difference. With this, all 4 renderers are working again. |
||
---|---|---|
.. | ||
glsl_alias.c | ||
glsl_bsp.c | ||
glsl_draw.c | ||
glsl_fisheye.c | ||
glsl_iqm.c | ||
glsl_lightmap.c | ||
glsl_main.c | ||
glsl_particles.c | ||
glsl_shader.c | ||
glsl_sprite.c | ||
glsl_textures.c | ||
glsl_warp.c | ||
qfglsl.c | ||
quakeforge.glsl | ||
vid_common_glsl.c |