4461 Commits (61ba55fcc19e90b8541e7abc98d19c33e4c86e7d)

Author SHA1 Message Date
ReinUsesLisp 454954bcf0 format_lookup_table: Implement G24S8 format as S8Z24 6 years ago
ReinUsesLisp fb620ba4be buffer_cache: Avoid copying twice on certain cases 6 years ago
ReinUsesLisp eccf9098ae texture_cache: Use unordered_map::find instead of operator[] on hot code 6 years ago
ReinUsesLisp fa6a64eb72 texture_cache: Use small vector for surface vectors 6 years ago
ReinUsesLisp de665d6485 maxwell_3d: Initialize line widths 6 years ago
ReinUsesLisp 2dba4bc34f maxwell_3d: Initialize polygon modes 6 years ago
ReinUsesLisp 6e0420fe20 shader/other: Implement MEMBAR.CTS 6 years ago
ReinUsesLisp 387b7926c0 texture_cache: Fix layered null surfaces 6 years ago
ReinUsesLisp 11f626f034 gl_texture_cache: Implement small texture view cache for swizzles 6 years ago
ReinUsesLisp ed74f3008b texture_cache: Implement depth stencil texture swizzles 6 years ago
ReinUsesLisp d748723a77 gl_rasterizer: Port front face flip check from Vulkan 6 years ago
ReinUsesLisp c4b6e36a00 fixed_pipeline_state: Remove unnecessary check for front faces flip 6 years ago
ReinUsesLisp 1188c79557 gl_shader_manager: Unbind GLSL program when binding a host pipeline 6 years ago
ReinUsesLisp 5db0df833a shader/other: Implement BAR.SYNC 0x0 6 years ago
ReinUsesLisp c5d03c7ff1 shader/memory: Implement non-addition operations in RED 6 years ago
ReinUsesLisp d4ba9c4fe5 shader/other: Implement thread comparisons (NV_shader_thread_group) 6 years ago
ReinUsesLisp 20f8c8dfff shader_decompiler: Visit source nodes even when they assign to RZ 6 years ago
ReinUsesLisp 262aea9b19 vk_shader_decompiler: Don't assert for void returns 6 years ago
ReinUsesLisp 9223dc7a10 buffer_cache: Remove unused boost headers 6 years ago
ReinUsesLisp f8678b635a map_interval: Add interval allocator and drop hack 6 years ago
ReinUsesLisp 4d06e9f5cc buffer_cache: Use boost::container::small_vector for maps in range 6 years ago
ReinUsesLisp 7a45f97357 buffer_cache: Use boost::intrusive::set for caching 6 years ago
ReinUsesLisp c7f9bceb80 buffer_cache: Remove shared pointers 6 years ago
ReinUsesLisp 3460d01352 buffer_cache: Minor style changes 6 years ago
ReinUsesLisp a075bbcf36 renderer_opengl: Add assembly program code paths 6 years ago
Morph e54e7d322e maxwell_to_vk: Add format B8G8R8A8_SRGB 6 years ago
Fernando Sahmkow b9eff4d004 OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. 6 years ago
David Marcec 67d7c0f45e DmaPusher: Remove dead code in step 6 years ago
ReinUsesLisp 635a3add8b vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior 6 years ago
ReinUsesLisp a7c7f48177 vk_rasterizer: Implement constant attributes 6 years ago
ReinUsesLisp 305164eaac vk_rasterizer: Remove buffer check in attribute selection 6 years ago
ReinUsesLisp f39591b20a gl_shader_decompiler: Properly emulate NaN behaviour on NE 6 years ago
Fernando Sahmkow 66035b1641 RasterizerCache: Correct documentation. 6 years ago
Fernando Sahmkow 5c9ab7d1e2 VkPipelineCache: Use a null shader on invalid address. 6 years ago
Fernando Sahmkow a14e93d0ba VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation. 6 years ago
ReinUsesLisp d8598a8717 shader_ir: Separate float-point comparisons in ordered and unordered 6 years ago
bunnei 97607e0675 Update src/video_core/gpu.cpp 6 years ago
bunnei 58b467877c Update src/video_core/gpu.cpp 6 years ago
ReinUsesLisp aa86309d15 vk_sampler_cache: Use VK_EXT_custom_border_color when available 6 years ago
ReinUsesLisp 1f5d41ac05 vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp 9054f86f03 gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp ff7b0d7329 maxwell_3d: Add viewport swizzles 6 years ago
ReinUsesLisp 02e6cc9247 vk_graphics_pipeline: Implement rasterizer_enable on Vulkan 6 years ago
Jan Beich 1d30ce7b5b fixed_pipeline_state: explicitly use template keyword after be8742e286 6 years ago
Dan 712c96db1a maxwell_to_vk: implement missing signed int formats 6 years ago
Morph 6665cd04f1 texture: Implement R8G8UI 6 years ago
Lioncash a35345d217 vulkan: Remove unnecessary includes 6 years ago
ReinUsesLisp 8d28a56a6c shader/arithmetic_integer: Fix tracking issue in temporary 6 years ago
Fernando Sahmkow 9f9e662f1f Clang Format and Documentation. 6 years ago
Fernando Sahmkow 4d2b23d3c5 MaxwellDMA: Optimize micro copies. 6 years ago