4701 Commits (faea0ddc85a04d15bcf410cc51a9fda26eef9e56)

Author SHA1 Message Date
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
ReinUsesLisp 7b76c67803 vk_renderpass_cache: Pack renderpass cache key to 12 bytes 6 years ago
bunnei da893629a0 kernel: memory: Improve implementation of device shared memory. (#3707) 6 years ago
Fernando Sahmkow 0cf32d6184 Clang Format. 6 years ago
Fernando Sahmkow c8f4549d43 GPU: Add Fast GPU Time Option. 6 years ago
Fernando Sahmkow 9311983f3d Maxwell3D: Process Macros on MultiMethod. 6 years ago
Fernando Sahmkow ef3a0ae64a DMAPusher: Propagate multimethod writes into the engines. 6 years ago
ReinUsesLisp 910decd9cb vk_pipeline_cache: Fix unintentional memcpy into optional 6 years ago
Fernando Sahmkow e211e30093 GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, 6 years ago