4676 Commits (bea9ed2548abfa738d3381a152e7ece42efbf08d)

Author SHA1 Message Date
Lioncash 6c53edd4d3 vulkan: Remove unnecessary includes 6 years ago
ReinUsesLisp 871aadbe36 shader/arithmetic_integer: Fix tracking issue in temporary 6 years ago
Fernando Sahmkow 9df67b2095 Clang Format and Documentation. 6 years ago
Fernando Sahmkow 37c690576f MaxwellDMA: Optimize micro copies. 6 years ago
ReinUsesLisp d6a24b4a5b vk_rasterizer: Skip index buffer setup when vertices are zero 6 years ago
ReinUsesLisp fe931ac976 {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers 6 years ago
Fernando Sahmkow b87422a86f VideoCore/GPU: Delegate subchannel engines to the dma pusher. 6 years ago
Fernando Sahmkow 90e5694230 VideoCore/Engines: Refactor Engines CallMethod. 6 years ago
ReinUsesLisp bb1ed66d99 maxwell_3d: Fix depth clamping register 6 years ago
ReinUsesLisp 8da16cf9fb texture_cache: Reintroduce preserve_contents accurately 6 years ago
ReinUsesLisp ddd82ef42b shader/memory_util: Deduplicate code 6 years ago
ReinUsesLisp e895a4e2d7 shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented 6 years ago
ReinUsesLisp 2a96bea6a7 shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow 6 years ago
ReinUsesLisp c788f9c0bd shader/arithmetic_integer: Implement IADD.X 6 years ago
ReinUsesLisp 255197e643 shader/arithmetic_integer: Implement CC for IADD 6 years ago
ReinUsesLisp ffc5ec6fa8 decode/register_set_predicate: Implement CC 6 years ago
ReinUsesLisp d523734266 decode/register_set_predicate: Use move for shared pointers 6 years ago
ReinUsesLisp 527a1574c3 vk_rasterizer: Pack texceptions and color formats on invalid formats 6 years ago
Fernando Sahmkow d8a961cd6c Revert: shader_decode: Fix LD, LDG when track constant buffer. 6 years ago
Markus Wick e717a1df20 Fix -Wdeprecated-copy warning. 6 years ago
Markus Wick c499c22cf7 Fix -Werror=conversion error. 6 years ago
ReinUsesLisp dbaebd8582 decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits 6 years ago
ReinUsesLisp 4fb921ff6b shader/texture: Support multiple unknown sampler properties 6 years ago
ReinUsesLisp 72deb773fd shader_ir: Turn classes into data structures 6 years ago
ReinUsesLisp 3e35101895 vk_rasterizer: Fix framebuffer creation validation errors 6 years ago
ReinUsesLisp 8c37cd1af6 vk_pipeline_cache: Unify pipeline cache keys into a single operation 6 years ago
ReinUsesLisp f665c92114 vk_renderpass_cache: Pack renderpass cache key to 12 bytes 6 years ago
bunnei ff0c49e1ce
kernel: memory: Improve implementation of device shared memory. (#3707) 6 years ago
Fernando Sahmkow 5c9feaebb6 Clang Format. 6 years ago
Fernando Sahmkow b8aef40c56 GPU: Add Fast GPU Time Option. 6 years ago
Fernando Sahmkow 18a88d19dc Maxwell3D: Process Macros on MultiMethod. 6 years ago
Fernando Sahmkow 3fedcc2f6e DMAPusher: Propagate multimethod writes into the engines. 6 years ago
ReinUsesLisp d9463f4562 vk_pipeline_cache: Fix unintentional memcpy into optional 6 years ago
Fernando Sahmkow c043ac4f13 GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, 6 years ago
Fernando Sahmkow 4e37f1b113 Address Feedback. 6 years ago
Fernando Sahmkow 39e5b72948 Async GPU: Correct flushing behavior to be similar to old async GPU behavior. 6 years ago
Fernando Sahmkow 1b3be8a8f8 MaxwellDMA: Correct copying on accuracy level. 6 years ago
Fernando Sahmkow 644588fd88 ShaderCache/PipelineCache: Cache null shaders. 6 years ago
Fernando Sahmkow f616dc0b59 Address Feedback. 6 years ago
Fernando Sahmkow ec2f3e48e1 Fix GCC error. 6 years ago
Fernando Sahmkow b3e5f177ba QueryCache: Only do async flushes on async gpu. 6 years ago
Fernando Sahmkow f4ab223ef0 Async GPU: Only do reactive flushing on Extreme Level. 6 years ago
ReinUsesLisp b752faf2d3 vk_fence_manager: Initial implementation 6 years ago
Fernando Sahmkow 0649f05900 QueryCache: Implement Async Flushes. 6 years ago
Fernando Sahmkow 131b342130 OpenGL: Guarantee writes to Buffers. 6 years ago
Fernando Sahmkow 1fb516cd97 GPU: Implement Flush Requests for Async mode. 6 years ago
Fernando Sahmkow b7bc3c2549 FenceManager: Manage syncpoints and rename fences to semaphores. 6 years ago
Fernando Sahmkow 96bb961a64 BufferCache: Refactor async managing. 6 years ago
Fernando Sahmkow b10db7e4a5 FenceManager: Implement async buffer cache flushes on High settings 6 years ago
Fernando Sahmkow 4adfc9bb08 Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. 6 years ago