quakeforge/libs/video/renderer
Bill Currie 2ca9f80d56 [vulkan] Split up vkgen
It worked as a proof of concept, but as the code itself needs to be a
bit smarter, it would be a lot smarter to break up that code to make it
easier to work on the individual parts.
2020-07-05 16:53:35 +09:00
..
gl Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
glsl Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
sw Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
sw32 Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
vulkan [vulkan] Split up vkgen 2020-07-05 16:53:35 +09:00
crosshair.c Add a new crosshair. 2012-12-12 19:36:50 +09:00
Makemodule.am [vulkan] Add a tool for making vulkan enum tables 2020-06-28 19:08:18 +09:00
noisetextures.c Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
r_alias.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_bsp.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_cvar.c Force a refdef update when nearclip or farclip change. 2012-08-29 09:55:17 +09:00
r_dyn_textures.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_efrag.c Allow iqm models when storing efrags. 2012-05-15 21:08:45 +09:00
r_ent.c Do not try to lerp entities when their model changes. 2012-04-25 10:09:23 +09:00
r_graph.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_init.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
r_iqm.c Switch QF's quaterions from wxyz to xyzw. 2018-10-12 14:33:55 +09:00
r_light.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
r_main.c Call R_SetFrustum in all renderers. 2012-07-03 15:57:33 +09:00
r_part.c Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
r_progs.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
r_screen.c Clean up vid access a little 2019-07-07 15:38:29 +09:00
vid_common.c Clean up vid access a little 2019-07-07 15:38:29 +09:00
vid_render_gl.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_render_glsl.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_render_sw.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_render_sw32.c Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
vid_render_vulkan.c Use the render pass to clear the window 2020-02-18 17:48:22 +09:00