Commit Graph

116 Commits

Author SHA1 Message Date
Denis Pauk 94954207a1 Add Khronos vendor ID's list 2021-10-03 12:34:09 +03:00
Denis Pauk 8e9933270c add const to Mod_ClusterPVS 2021-10-02 19:59:43 +03:00
Denis Pauk 75b83401dc vk: Use common RadiusFromBounds 2021-10-02 19:59:43 +03:00
Yamagi 6a646d0e4b
Merge pull request #8 from 0lvin/master
Fix xatrix intro image
2021-07-15 07:24:21 +02:00
Denis Pauk 0facda008d Fix xatrix intro image
Recreate image if initiall image has different dimention or aspects.

Possible fix for #7
2021-06-26 16:18:06 +03:00
Yamagi a7e53dd827
Merge pull request #5 from Spirrwell/master
[WIP] Fixes for Vulkan backend
2021-06-14 17:14:31 +02:00
Spirrwell f67f53aed3 (Hopefully) Fix restart loop/corruption issues by rebuilding swapchain
To fully explain, for me on KDE, when a window gets created for exclusive fullscreen, the window will be hidden/shown/resized in a weird way that leads to out of data/suboptimal swapchain errors.

The problem with simply recreating the swap chain based on old code was that it was missing QVk_UpdateTextureSampler calls for vk_colorbuffer and vk_colorbufferWarp which update the descriptor sets, which probably lead to a whole lot of problems.
2021-06-08 03:58:15 -04:00
Spirrwell c79fd42110 Realloc vk_swapchain.images so we don't leak 2021-06-08 03:54:17 -04:00
Yamagi 143cb7711c Print some build information at startup.
* The platform and the architecture.
* The build date.
* Introduce a version number and print it.
2021-06-07 07:48:09 +02:00
Yamagi e00ee16349 Add a simple .gitignore file. 2021-06-07 07:14:36 +02:00
Spirrwell 38e3d897f3 #if 0 Vk_Upload32 to silence unused warning
Could just remove Vk_Upload32, but it might be useful in the future.
2021-06-02 22:12:09 -04:00
Spirrwell 9bb0babd79 Don't use power of 2 scaling for RE_Draw_StretchRaw
Missed this when removing power of 2 scaling for issue https://github.com/yquake2/ref_vk/issues/3
2021-06-02 11:11:21 -04:00
Spirrwell b4c06b4a84 Don't scale images using nearest power of 2
This fixes issue "3" from here: https://github.com/yquake2/ref_vk/issues/3

This differs from GL3 in that it still supports vk_picmip.

Vk_Upload32 is no longer used, but I left it in case it has some use in the future.
2021-06-01 22:50:47 -04:00
Spirrwell 0f073e3b28 Disable blending for non-translucent pipeline
This should fix issue 669: https://github.com/yquake2/yquake2/issues/669
2021-05-29 05:24:23 -04:00
Yamagi 4b536019c3 Add the vkQuake2 Vulkan renderer ported to YQ2.
This was first developed in a feature branch in the main yquake2 repo.
It was merged into master in early 2021, but the experiences of the
following month showed that it is not ready for prime time. There're
glitches with 3rd party assets, restarts are still shaky, etc. Having
the code in a separate repo allows us to:

  * Release Vulkan independent if YQ2.
  * Give commit access to contributors interested in Vulkan.

This code is the same as in yquake/yquake2 ecdf912713eef55d6c5d5a772259b44e3fc232c4.
2021-05-26 10:31:01 +02:00
Yamagi 6d795b68a2 Base commit. 2021-05-25 13:18:50 +02:00