aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Expand)Author
2020-05-30Add xbyak externalDavid Marcec
2020-05-21map_interval: Add interval allocator and drop hackReinUsesLisp
2020-05-05Merge pull request #3815 from FernandoS27/command-list-2bunnei
2020-04-28Clang Format and Documentation.Fernando Sahmkow
2020-04-26shader/memory_util: Deduplicate codeReinUsesLisp
2020-04-22Merge pull request #3677 from FernandoS27/better-syncbunnei
2020-04-22vk_fence_manager: Initial implementationReinUsesLisp
2020-04-22GPU: Implement a Fence Manager.Fernando Sahmkow
2020-04-14renderer_vulkan: Integrate Nvidia Nsight Aftermath on WindowsReinUsesLisp
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-04-07video_core/texture: Use a LUT to convert sRGB texture bordersReinUsesLisp
2020-03-27renderer_vulkan/wrapper: Add ToString function for VkResultReinUsesLisp
2020-03-27renderer_vulkan/wrapper: Add Vulakn wrapper and a span helperReinUsesLisp
2020-03-13shader/transform_feedback: Add host API friendly TFB builderReinUsesLisp
2020-03-09video_core: Rename "const buffer locker" to "registry"ReinUsesLisp
2020-03-09gl_shader_cache: Rework shader cache and remove post-specializationsReinUsesLisp
2020-02-28dirty_flags: Deduplicate code between OpenGL and VulkanReinUsesLisp
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp
2020-02-28gl_state: Remove completelyReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-02-14vk_query_cache: Implement generic query cache on VulkanReinUsesLisp
2020-02-14query_cache: Abstract OpenGL implementationReinUsesLisp
2020-02-14maxwell_3d: Slow implementation of passed samples (query 21)ReinUsesLisp
2020-02-03Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow
2020-01-19vk_blit_screen: Initial implementationReinUsesLisp
2020-01-16vk_rasterizer: Implement Vulkan's rasterizerReinUsesLisp
2020-01-16renderer_vulkan: Add header as placeholderReinUsesLisp
2020-01-13vk_texture_cache: Implement generic texture cache on VulkanReinUsesLisp
2020-01-08vk_compute_pass: Add compute passes to emulate missing Vulkan featuresReinUsesLisp
2020-01-08vk_shader_util: Add helper to build SPIR-V shadersReinUsesLisp
2020-01-06vk_graphics_pipeline: Initial implementationReinUsesLisp
2020-01-06vk_compute_pipeline: Initial implementationReinUsesLisp
2020-01-06vk_pipeline_cache: Add file and define descriptor update template fillerReinUsesLisp
2020-01-06vk_rasterizer: Add placeholderReinUsesLisp
2020-01-06vk_renderpass_cache: Initial implementationReinUsesLisp
2020-01-06vk_update_descriptor: Initial implementationReinUsesLisp
2020-01-05Merge pull request #3264 from ReinUsesLisp/vk-descriptor-poolFernando Sahmkow
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2020-01-01vk_descriptor_pool: Initial implementationReinUsesLisp
2019-12-30Merge pull request #3248 from ReinUsesLisp/vk-imageFernando Sahmkow
2019-12-25vk_staging_buffer_pool: Add a staging pool for temporary operationsReinUsesLisp
2019-12-25vk_image: Add an image object abstractionReinUsesLisp
2019-12-22fixed_pipeline_state: Define structure and loadersReinUsesLisp
2019-11-22video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp
2019-11-14texture_cache: Use a table instead of switch for texture formatsReinUsesLisp
2019-11-11video_core: Enable sign conversion warningsRodrigo Locatti
2019-11-08video_core: Treat implicit conversions as errorsReinUsesLisp