summaryrefslogtreecommitdiff
path: root/src/video_core/engines
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-27vk_rasterizer: flip scissor y on lower left origin mode (#13122)liamwhite
2024-02-19scope_exit: Make constexprFearlessTobi
2024-02-02Merge pull request #12761 from liamwhite/mp-compositeFernando S
2024-01-31SwBlitter: Fix Pitch linear reading/writtingFernando Sahmkow
2024-01-31renderer_vulkan: implement layer stack compositionLiam
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-07Fix typos in video_coreViktor Szépe
2023-12-31MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow
2023-12-19OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...Ameer J
2023-11-18Buffer Cache: Eliminate clears on Indirect buffersFernando Sahmkow
2023-11-18shader_recompiler: Fix spelling of "derivate" (#12067)Ameer J
2023-10-14Implement vertex array first and subsequent drawsKelebek1
2023-09-23Query Cache: Fix guest side sample countingFernando Sahmkow
2023-09-23Query Cache: address issuesFernando Sahmkow
2023-09-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-21Fix DMA engine register offsetsKelebek1
2023-09-02Merge pull request #11383 from FernandoS27/are-you-a-wabbitliamwhite
2023-08-27Maxwell3D: Improve Index buffer size estimation.Fernando Sahmkow
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2023-08-09general: fix apple clang buildLiam
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-30maxwell_dma: Specify dst_operand.pitch instead of a temp varMorph
2023-06-26Use safe reads in DMA engineKelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-16video_core: drawtexture support upscaleFeng Chen
2023-06-03android: video_core: Disable some problematic things on GPU Normal.bunnei
2023-05-11Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Kelebek1
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-04-29Maxwell3D: only update parameters on HighFernando Sahmkow
2023-04-24Merge pull request #10069 from liamwhite/logFernando S
2023-04-22maxwell_3d: fix out of bounds array access in size estimationLiam
2023-04-21Account for a pre-added offset when using Corner sample mode for 2D blitsKelebek1
2023-03-31video_core: Keep the definition of DimensionControl consistent with nvidia op...Feng Chen
2023-03-13Merge pull request #9943 from vonchenplus/gentlemanliamwhite
2023-03-12general: fix spelling mistakesLiam
2023-03-12video_core: Invalid index_buffer flag when inline_index drawFengChen
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-02-16Merge pull request #9802 from Kelebek1/wait_data_cachebunnei
2023-02-14Reimplement the invalidate_texture_data_cache registerKelebek1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-01-19Merge pull request #9556 from vonchenplus/draw_textureliamwhite
2023-01-18Demote maxwell3d Firmware4 call log to debugKelebek1
2023-01-16Address feedbackFeng Chen