quakeforge/libs/video/renderer/vulkan
Bill Currie 6e0312658d [vulkan] Fix sky depth issues
There were actually several problems: translucency wasn't using or
depending on the depth buffer, and the depth buffer wasn't marked as
read-only in the g-buffer pass. Getting that correct seems to have given
bigass1 a 0.5% boost (hard to say, could be the usual noise).
2021-03-23 11:26:24 +09:00
..
shader [vulkan] Early out from lights that are too distant 2021-03-22 20:33:42 +09:00
test [build] Create static libs for render targets 2021-03-03 16:34:16 +09:00
vkgen [build] Create static libs for render targets 2021-03-03 16:34:16 +09:00
barrier.c [vulkan] Clear scrap image on creation 2021-01-21 21:24:19 +09:00
buffer.c Rework much of the Vulkan array handling 2020-02-17 20:29:35 +09:00
command.c [vulkan] Use darray size to control cmd buffer count 2021-01-15 22:45:49 +09:00
deferred.plist [vulkan] Fix sky depth issues 2021-03-23 11:26:24 +09:00
descriptor.c [vulkan] Clean up some tangled dependencies 2021-01-04 17:26:39 +09:00
device.c [vulkan] Convert bsp and draw to deferred 2021-02-19 11:14:54 +09:00
image.c [vulkan] Move mip map generation commands to image 2021-02-02 00:04:45 +09:00
instance.c Fix a pile of leaks and uninit errors 2021-03-21 19:56:17 +09:00
memory.c Rework much of the Vulkan array handling 2020-02-17 20:29:35 +09:00
pipeline.c [vulkan] Destroy pipeline on shutdown 2021-01-05 23:54:22 +09:00
qfpipeline.plist [vulkan] Fix sky depth issues 2021-03-23 11:26:24 +09:00
renderpass.c [vulkan] Use the msaaSamples cvar 2021-02-03 00:08:33 +09:00
scrap.c [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
shader.c [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
staging.c [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
swapchain.c Fix a pile of double semicolons 2021-01-09 20:42:23 +09:00
util.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
util.h Fix a couple more optimization warnings 2020-02-11 15:59:12 +09:00
vkparse.c Fix a pile of leaks and uninit errors 2021-03-21 19:56:17 +09:00
vkparse.h [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
vkparse.plist [vulkan] Parse clear values 2021-02-23 14:37:48 +09:00
vulkan_alias.c [vulkan] Fix sky depth issues 2021-03-23 11:26:24 +09:00
vulkan_bsp.c [vulkan] Use correct vertex shader for skys 2021-03-23 08:25:56 +09:00
vulkan_compose.c [vulkan] Add a position buffer to the g-buffer 2021-02-25 13:46:33 +09:00
vulkan_draw.c [vulkan] Use the correct character data 2021-03-21 11:37:36 +09:00
vulkan_lighting.c [vulkan] Implement deferred emission (fullbrights) 2021-03-22 19:08:16 +09:00
vulkan_lightmap.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
vulkan_main.c [vulkan] Disable lightmap support 2021-03-20 18:02:27 +09:00
vulkan_matrices.c [vulkan] Silence the matrix dump 2021-02-01 12:24:27 +09:00
vulkan_particles.c [vulkan] Make some little cleanups 2021-01-20 01:23:24 +09:00
vulkan_texture.c [util] Rename qfplist.[ch] 2021-03-21 16:13:03 +09:00
vulkan_vid_common.c Fix a pile of leaks and uninit errors 2021-03-21 19:56:17 +09:00