.. |
bc7e.ispc
|
Add GECompressorBPTCBC7
|
2022-08-25 15:13:23 +08:00 |
ge_compressor_astc_4x4.cpp
|
Update for the latest MoltenVK and astcenc
|
2023-06-25 16:36:45 +08:00 |
ge_compressor_astc_4x4.hpp
|
Add GECompressorASTC4x4
|
2022-08-07 15:33:54 +08:00 |
ge_compressor_bptc_bc7.cpp
|
Fix uninitialized m_compressed_data
|
2022-08-25 15:20:04 +08:00 |
ge_compressor_bptc_bc7.hpp
|
Add GECompressorBPTCBC7
|
2022-08-25 15:13:23 +08:00 |
ge_compressor_s3tc_bc3.cpp
|
Add GECompressorS3TCBC3
|
2022-08-06 09:48:11 +08:00 |
ge_compressor_s3tc_bc3.hpp
|
Add GECompressorS3TCBC3
|
2022-08-06 09:48:11 +08:00 |
ge_culling_tool.cpp
|
Add billboard rendering in vulkan
|
2022-09-14 16:19:38 +08:00 |
ge_culling_tool.hpp
|
Add billboard rendering in vulkan
|
2022-09-14 16:19:38 +08:00 |
ge_dx9_texture.cpp
|
Revert "Remove DX9 leftovers"
|
2023-12-18 10:32:29 +08:00 |
ge_dx9_texture.hpp
|
Revert "Remove DX9 leftovers"
|
2023-12-18 10:32:29 +08:00 |
ge_gl_texture.cpp
|
Add loadingFailed function for ITexture
|
2022-04-08 14:56:24 +08:00 |
ge_gl_texture.hpp
|
Fix mismatched max size for background.jpg when reloading
|
2022-04-03 10:54:27 +08:00 |
ge_main.cpp
|
Add pbr texture handling for vulkan engine
|
2023-03-19 11:35:11 +08:00 |
ge_mipmap_generator.hpp
|
Add GECompressorS3TCBC3
|
2022-08-06 09:48:11 +08:00 |
ge_spm_buffer.cpp
|
Add missing includes to fix the build with gcc 13
|
2023-01-26 16:35:54 +01:00 |
ge_spm.cpp
|
Add code to render vbo and ibo individually for some devices
|
2022-08-02 10:21:07 +08:00 |
ge_texture.cpp
|
Revert "Remove DX9 leftovers"
|
2023-12-18 10:32:29 +08:00 |
ge_vma.cpp
|
Add Vulkan Memory Allocator
|
2022-07-11 12:58:03 +08:00 |
ge_vulkan_2d_renderer.cpp
|
Allow creating different buffer sizes in GEVulkanDynamicBuffer
|
2022-10-05 11:08:52 +08:00 |
ge_vulkan_2d_renderer.hpp
|
Use GEVulkanTextureDescriptor on GEVulkan2dRenderer
|
2022-07-16 09:54:40 +08:00 |
ge_vulkan_animated_mesh_scene_node.cpp
|
Add animation support in GEVulkanAnimatedMeshSceneNode
|
2022-07-26 00:12:35 +08:00 |
ge_vulkan_animated_mesh_scene_node.hpp
|
Add animated mesh rendering
|
2022-07-26 12:47:31 +08:00 |
ge_vulkan_array_texture.cpp
|
Add missing includes to fix the build with gcc 13
|
2023-01-26 16:35:54 +01:00 |
ge_vulkan_array_texture.hpp
|
Implement GEVulkanTexture::getTextureSize correctly
|
2022-08-31 13:09:41 +08:00 |
ge_vulkan_billboard_buffer.cpp
|
Add billboard rendering in vulkan
|
2022-09-14 16:19:38 +08:00 |
ge_vulkan_billboard_buffer.hpp
|
Add billboard rendering in vulkan
|
2022-09-14 16:19:38 +08:00 |
ge_vulkan_camera_scene_node.cpp
|
Fix vulkan projection matrix
|
2022-09-17 16:26:10 +08:00 |
ge_vulkan_camera_scene_node.hpp
|
Add GEVulkanSkyBoxRenderer
|
2022-08-21 14:09:56 +08:00 |
ge_vulkan_command_loader.cpp
|
gcc13 fixes
|
2023-02-23 08:56:27 -06:00 |
ge_vulkan_command_loader.hpp
|
Wait for GEVulkanCommandLoader to finish task before deleting textures
|
2022-08-10 11:07:54 +08:00 |
ge_vulkan_depth_texture.cpp
|
gcc13 fixes
|
2023-02-23 08:56:27 -06:00 |
ge_vulkan_depth_texture.hpp
|
Add srgb image view for vulkan engine
|
2023-03-20 10:08:18 +08:00 |
ge_vulkan_draw_call.cpp
|
Fix possibly missed dynamic spm buffer rendering
|
2024-05-23 08:43:52 +00:00 |
ge_vulkan_draw_call.hpp
|
Fix possibly missed dynamic spm buffer rendering
|
2024-05-23 08:43:52 +00:00 |
ge_vulkan_driver.cpp
|
Add pbr texture handling for vulkan engine
|
2023-03-19 11:35:11 +08:00 |
ge_vulkan_dynamic_buffer.cpp
|
Allow GEVulkanDynamicBuffer to use a specific frame
|
2022-10-11 12:05:47 +08:00 |
ge_vulkan_dynamic_buffer.hpp
|
Allow GEVulkanDynamicBuffer to use a specific frame
|
2022-10-11 12:05:47 +08:00 |
ge_vulkan_dynamic_spm_buffer.cpp
|
Add setDirtyOffset for GEVulkanDynamicSPMBuffer
|
2022-12-05 16:32:00 +08:00 |
ge_vulkan_fbo_texture.cpp
|
Add missing includes to fix the build with gcc 13
|
2023-01-26 16:35:54 +01:00 |
ge_vulkan_fbo_texture.hpp
|
Add srgb image view for vulkan engine
|
2023-03-20 10:08:18 +08:00 |
ge_vulkan_features.cpp
|
Reduce instance data size
|
2022-10-02 16:41:09 +08:00 |
ge_vulkan_mesh_cache.cpp
|
gcc13 fixes
|
2023-02-23 08:56:27 -06:00 |
ge_vulkan_mesh_cache.hpp
|
Reduce vram usage by removing bones data in static spm
|
2022-07-27 11:45:09 +08:00 |
ge_vulkan_mesh_scene_node.cpp
|
Add minimap rendering
|
2022-07-25 09:41:35 +08:00 |
ge_vulkan_mesh_scene_node.hpp
|
Add minimap rendering
|
2022-07-25 09:41:35 +08:00 |
ge_vulkan_scene_manager.cpp
|
Move m_current_buffer_idx to GEVulkanDriver
|
2022-11-30 10:41:39 +08:00 |
ge_vulkan_shader_manager.cpp
|
Add missing exception handling in shader loading threads
|
2023-04-14 09:56:06 +08:00 |
ge_vulkan_shader_manager.hpp
|
Remove bundled shaderc
|
2023-01-03 10:01:41 +08:00 |
ge_vulkan_skybox_renderer.cpp
|
gcc13 fixes
|
2023-02-23 08:56:27 -06:00 |
ge_vulkan_skybox_renderer.hpp
|
Add GEVulkanSkyBoxRenderer
|
2022-08-21 14:09:56 +08:00 |
ge_vulkan_texture_descriptor.cpp
|
Add srgb image view for vulkan engine
|
2023-03-20 10:08:18 +08:00 |
ge_vulkan_texture.cpp
|
Fix missing srgb for compressed textures
|
2023-04-13 12:56:06 +08:00 |
ge_vulkan_texture.hpp
|
Fix missing srgb for compressed textures
|
2023-04-13 12:56:06 +08:00 |
gl.c
|
Replace glew with glad with vulkan support
|
2020-12-04 09:39:06 +08:00 |
vulkan.c
|
Replace glew with glad with vulkan support
|
2020-12-04 09:39:06 +08:00 |