summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | general: Reduce core.h includesGravatar ameerj2022-03-184-5/+0
| |/ / |/| |
* | | Merge pull request #8030 from liamwhite/s8d24-conversionGravatar Fernando S2022-03-185-2/+41
|\ \ \
| * | | Address review commentsGravatar Liam2022-03-162-2/+2
| * | | Vulkan: convert S8D24 <-> ABGR8Gravatar Liam2022-03-155-2/+41
* | | | Merge pull request #8023 from ameerj/kirby-pop-inGravatar Fernando S2022-03-162-70/+12
|\ \ \ \ | |/ / / |/| | |
| * | | maxwell_3d: Implement a safer CB data uploadGravatar ameerj2022-03-142-70/+12
* | | | Merge pull request #8000 from liamwhite/hagiGravatar Fernando S2022-03-153-3/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Maxwell3D: Link to override constant definition in nouveauGravatar byte[]2022-03-141-0/+2
| * | | Maxwell3D: restore original topology when topology overrides are disabledGravatar byte[]2022-03-141-0/+2
| * | | Maxwell3D: Use override constants from nouveauGravatar Liam2022-03-142-2/+37
| * | | Maxwell3D: Restrict topology override effect to after the register is setGravatar Liam2022-03-112-1/+5
| * | | Maxwell3D: mark index buffers as dirty after updating countsGravatar Liam2022-03-111-0/+2
| * | | TextureCacheRuntime: allow converting D24S8 to ABGR8Gravatar Liam2022-03-101-1/+2
| * | | Maxwell3D: read small-index draw and primitive topology override registersGravatar Liam2022-03-102-2/+30
* | | | emit_spirv, vk_compute_pass: Resolve VS2022 compiler errorsGravatar ameerj2022-03-121-1/+2
|/ / /
* | | Merge pull request #7986 from lat9nq/vk-callbackGravatar bunnei2022-03-081-0/+1
|\ \ \
| * | | video_core: Cancel Scoped's exit call on GPU failureGravatar lat9nq2022-03-071-0/+1
* | | | Merge pull request #7930 from asLody/dma-semaphoreGravatar Fernando S2022-03-072-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | MaxwellDMA: Implement semaphore operationsGravatar Lody2022-03-072-1/+21
* | | | gl_graphics_pipeline: Improve shader builder synchronization using fences (#7...Gravatar Ameer J2022-03-062-21/+32
* | | | gl_fence_manager: Minor optimization to signal queryingGravatar ameerj2022-02-271-2/+1
* | | | Merge pull request #7953 from ameerj/radv-rdna2-crashGravatar bunnei2022-02-261-4/+21
|\ \ \ \
| * | | | vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_stateGravatar Ameer J2022-02-251-4/+21
* | | | | Merge pull request #7948 from Morph1984/11-11-10-floatGravatar Mai M2022-02-262-0/+4
|\ \ \ \ \
| * | | | | maxwell_to_(gl/vk): Add 11_11_10 float vertex formatGravatar Morph2022-02-252-0/+4
| |/ / / /
* / / / / vk_blit_screen: Add missing format bgra8Gravatar Lody2022-02-241-0/+2
|/ / / /
* / / / vulkan_device: fix missing format in ANVGravatar voidanix2022-02-213-2/+21
|/ / /
* | | Merge pull request #7814 from FernandoS27/another-bug-in-my-scheduleGravatar bunnei2022-02-022-4/+6
|\ \ \
| * | | Vulkan: Fix Scheduler Chunks when their FuncType is 0.Gravatar Fernando Sahmkow2022-01-312-4/+6
| | |/ | |/|
* | | general: Replace NonCopyable struct with equivalentsGravatar Lioncash2022-02-022-15/+43
| |/ |/|
* | Merge pull request #7824 from lioncash/scacheGravatar Morph2022-02-012-4/+3
|\ \
| * | video_core/shader_cache: Remove unused algorithm includeGravatar Lioncash2022-02-011-1/+0
| * | video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Gravatar Lioncash2022-02-012-3/+3
| |/
* | Rasterizer: Refactor inlineToMemory.Gravatar Fernando Sahmkow2022-02-019-15/+16
* | GPU: Improve syncing.Gravatar Fernando Sahmkow2022-01-291-3/+10
* | Rasterizer: Implement Inline2Memory Acceleration.Gravatar Fernando Sahmkow2022-01-2914-6/+122
* | Inline2Memory: Flush before writting buffer.Gravatar Fernando Sahmkow2022-01-292-2/+3
|/
* buffer_cache: Reduce stream buffer allocations when expanding from the leftGravatar ameerj2022-01-271-0/+2
* common/xbyak_api: Make BuildRegSet() constexprGravatar Lioncash2022-01-261-1/+1
* Merge pull request #7780 from lioncash/macroGravatar bunnei2022-01-269-213/+204
|\
| * video_core/macro: Add missing <cstring> headerGravatar Lioncash2022-01-251-2/+3
| * video_core/macro_interpreter: Move impl class to the cpp fileGravatar Lioncash2022-01-252-84/+86
| * video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Gravatar Lioncash2022-01-253-7/+7
| * video_core/macro: Remove unused parameter from Execute()Gravatar Lioncash2022-01-253-4/+3
| * video_core/macro_jit_x64: Remove unused impl class memberGravatar Lioncash2022-01-251-1/+0
| * video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implGravatar Lioncash2022-01-251-5/+4
| * video_core/macro_jit_x64: Move impl class into cpp fileGravatar Lioncash2022-01-252-87/+86
| * video_core/macro_hle: Move impl class into cpp fileGravatar Lioncash2022-01-252-27/+19
* | Merge pull request #7779 from lioncash/gpu-ifaceGravatar Morph2022-01-251-16/+0
|\ \
| * | gpu: Tidy up forward declarationsGravatar Lioncash2022-01-251-10/+0