aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines
AgeCommit message (Collapse)Author
2023-04-29Maxwell3D: only update parameters on HighFernando Sahmkow
2023-04-24Merge pull request #10069 from liamwhite/logFernando S
maxwell_3d: fix out of bounds array access in size estimation
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 ↵Feng Chen
open doc
2023-03-13Merge pull request #9943 from vonchenplus/gentlemanliamwhite
video_core: Fix inline_index and draw_texture error
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
Re-add the invalidate_texture_data_cache register
2023-02-14Reimplement the invalidate_texture_data_cache registerKelebek1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-01-19Merge pull request #9556 from vonchenplus/draw_textureliamwhite
video_core: Implement maxwell3d draw texture method
2023-01-18Demote maxwell3d Firmware4 call log to debugKelebek1
2023-01-16Address feedbackFeng Chen
2023-01-05BufferBase: Don't ignore GPU pages.Fernando Sahmkow
2023-01-05Fermi2D: sync cache flushesFernando Sahmkow
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow
2023-01-05video_core: Implement maxwell3d draw texture methodFeng Chen
2023-01-04Video_core: Address feedbackFernando Sahmkow
2023-01-03Vulkan: rework stencil tracking.Fernando Sahmkow
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01Rasterizer: Setup skeleton for Host Conditional renderingFernando Sahmkow
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow
2023-01-01Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2023-01-01Revert Buffer cache changes and setup additional macros.Fernando Sahmkow
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2023-01-01MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow
2023-01-01MacroHLE: Add Index Buffer size estimation.Fernando Sahmkow
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj
resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
2022-12-19video_core: Add usages of ScratchBufferameerj
2022-12-12Merge pull request #9406 from vonchenplus/topologybunnei
video_core: Adjust topology update logic and Adjust Clear Manage
2022-12-09Fix compilation errorSalvage
2022-12-08video_core: Add vertex_array_instance_* sbubbed called warningFengChen
2022-12-08video_core: The draw manager manages whether Clear is required.FengChen
2022-12-08video_core: Adjust topology update logicFengChen
2022-12-08Merge pull request #9401 from vonchenplus/draw_managerFernando S
video_core: Implement maxwell3d draw manager and split draw logic
2022-12-08video_core: Implement maxwell3d draw manager and split draw logicFeng Chen
2022-12-05Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-Tliamwhite
Respect render mode override
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9353 from vonchenplus/draw_indexedliamwhite
video_core: Fine tuning the index drawing judgment logic
2022-12-01video_core: Fine tuning the index drawing judgment logicFeng Chen
2022-11-30Respect render mode overrideKelebek1
2022-11-29maxwell_3d: Mark shifted value as unsignedLioncash
Otherwise this is technically creating a signed int result that gets converted. Just a consistency change. While we're in the area, we can mark Samples() as const.
2022-11-29engines: Remove unnecessary castsLioncash
In a few cases we have some casts that can be trivially removed.