4635 Commits (582ac799583646eb67d529a829792bb7cc90dd73)

Author SHA1 Message Date
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
ReinUsesLisp 6e79375f46 vk_rasterizer: Skip index buffer setup when vertices are zero 6 years ago
ReinUsesLisp 8835d40024 {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers 6 years ago
Fernando Sahmkow 4c11487d1e VideoCore/GPU: Delegate subchannel engines to the dma pusher. 6 years ago
Fernando Sahmkow b916b58702 VideoCore/Engines: Refactor Engines CallMethod. 6 years ago
ReinUsesLisp b82e61dff0 maxwell_3d: Fix depth clamping register 6 years ago
ReinUsesLisp 8e3af5d3ca texture_cache: Reintroduce preserve_contents accurately 6 years ago
ReinUsesLisp 9b433b2467 shader/memory_util: Deduplicate code 6 years ago
ReinUsesLisp 7442f21c5b shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented 6 years ago
ReinUsesLisp 45cb8fc72a shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow 6 years ago
ReinUsesLisp 6404cd824b shader/arithmetic_integer: Implement IADD.X 6 years ago
ReinUsesLisp 7e8f51273c shader/arithmetic_integer: Implement CC for IADD 6 years ago
ReinUsesLisp 26dc95c7bc decode/register_set_predicate: Implement CC 6 years ago
ReinUsesLisp 491e2cbfd7 decode/register_set_predicate: Use move for shared pointers 6 years ago
ReinUsesLisp 88a6c10687 vk_rasterizer: Pack texceptions and color formats on invalid formats 6 years ago
Fernando Sahmkow b19e1d2c09 Revert: shader_decode: Fix LD, LDG when track constant buffer. 6 years ago
Markus Wick 1acd6b34e9 Fix -Wdeprecated-copy warning. 6 years ago
Markus Wick ac24f0506c Fix -Werror=conversion error. 6 years ago
ReinUsesLisp 3e808936a8 decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits 6 years ago
ReinUsesLisp 0034e6310d shader/texture: Support multiple unknown sampler properties 6 years ago
ReinUsesLisp c9b4c56d69 shader_ir: Turn classes into data structures 6 years ago
ReinUsesLisp f78f26b75a vk_rasterizer: Fix framebuffer creation validation errors 6 years ago
ReinUsesLisp ab7eae6fff vk_pipeline_cache: Unify pipeline cache keys into a single operation 6 years ago