summaryrefslogtreecommitdiff
path: root/src/video_core/engines
AgeCommit message (Collapse)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed.
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
2024-02-27vk_rasterizer: flip scissor y on lower left origin mode (#13122)liamwhite
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-02Merge pull request #12761 from liamwhite/mp-compositeFernando S
video_core: rewrite presentation for layer composition
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 ↵Ameer J
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
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
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes
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 ↵Kelebek1
already. Use ScratchBuffers in the software blit path.
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
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