You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Refresh/src
cosmonaut 1f9f7e0939
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Memory Management Rewrite (#41)
Various changes to reduce and optimize memory usage.

- Defragmenter
- Allocate 4 16MB transfer buffers for pool
- If transfer is larger than 16MB, create temporary transfer buffer
- Fixed some issues with CopyTextureToTexture

Reviewed-on: #41
2 weeks ago
..
Refresh.c Shader cross-compiler (#34) 4 months ago
Refresh_Driver.h Remove fixed command buffers + minor cleanup (#33) 5 months ago
Refresh_Driver_Template.txt Remove SRC1 blend factors and depthClampEnable flag 5 months ago
Refresh_Driver_Vulkan.c Memory Management Rewrite (#41) 2 weeks ago
Refresh_Driver_Vulkan_vkfuncs.h Memory Management Rewrite (#41) 2 weeks ago
Refresh_Image.c Redesign image API to be format agnostic (#40) 2 months ago
miniz.h image load and save 2 years ago
stb_image.h Redesign image API to be format agnostic (#40) 2 months ago
stb_image_write.h image load and save 2 years ago