Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Revert incorrect copyright attribution for non-contributed files | Zephyron | |
- 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-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-02-27 | vk_rasterizer: flip scissor y on lower left origin mode (#13122) | liamwhite | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-02 | Merge pull request #12761 from liamwhite/mp-composite | Fernando S | |
video_core: rewrite presentation for layer composition | |||
2024-01-31 | SwBlitter: Fix Pitch linear reading/writting | Fernando Sahmkow | |
2024-01-31 | renderer_vulkan: implement layer stack composition | Liam | |
2024-01-18 | Core: Eliminate core/memory dependancies. | Fernando Sahmkow | |
2024-01-18 | Core: Clang format and other small issues. | Fernando Sahmkow | |
2024-01-18 | SMMU: Initial adaptation to video_core. | Fernando Sahmkow | |
2024-01-07 | Fix typos in video_core | Viktor Szépe | |
2023-12-31 | MaxwellDMA: Don't flush the outputs of a dma copy. | Fernando Sahmkow | |
2023-12-19 | OpenGL: Add GL_PRIMITIVES_GENERATED and ↵ | Ameer J | |
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | |||
2023-11-18 | Buffer Cache: Eliminate clears on Indirect buffers | Fernando Sahmkow | |
2023-11-18 | shader_recompiler: Fix spelling of "derivate" (#12067) | Ameer J | |
2023-10-14 | Implement vertex array first and subsequent draws | Kelebek1 | |
2023-09-23 | Query Cache: Fix guest side sample counting | Fernando Sahmkow | |
2023-09-23 | Query Cache: address issues | Fernando Sahmkow | |
2023-09-23 | Macro HLE: Add DrawIndirectByteCount | Fernando Sahmkow | |
2023-09-23 | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | |
2023-09-21 | Fix DMA engine register offsets | Kelebek1 | |
2023-09-02 | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | liamwhite | |
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes | |||
2023-08-27 | Maxwell3D: Improve Index buffer size estimation. | Fernando Sahmkow | |
2023-08-27 | VideoCore: Implement DispatchIndirect | Fernando Sahmkow | |
2023-08-09 | general: fix apple clang build | Liam | |
2023-07-02 | Use spans over guest memory where possible instead of copying data. | Kelebek1 | |
2023-06-30 | maxwell_dma: Specify dst_operand.pitch instead of a temp var | Morph | |
2023-06-26 | Use safe reads in DMA engine | Kelebek1 | |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
2023-06-16 | video_core: drawtexture support upscale | Feng Chen | |
2023-06-03 | android: video_core: Disable some problematic things on GPU Normal. | bunnei | |
2023-05-11 | Allow 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-07 | Texture cache: Only force flush the dma downloads | Fernando Sahmkow | |
2023-05-07 | GPU: Add Reactive flushing | Fernando Sahmkow | |
2023-04-29 | Maxwell3D: only update parameters on High | Fernando Sahmkow | |
2023-04-24 | Merge pull request #10069 from liamwhite/log | Fernando S | |
maxwell_3d: fix out of bounds array access in size estimation | |||
2023-04-22 | maxwell_3d: fix out of bounds array access in size estimation | Liam | |
2023-04-21 | Account for a pre-added offset when using Corner sample mode for 2D blits | Kelebek1 | |
2023-03-31 | video_core: Keep the definition of DimensionControl consistent with nvidia ↵ | Feng Chen | |
open doc | |||
2023-03-13 | Merge pull request #9943 from vonchenplus/gentleman | liamwhite | |
video_core: Fix inline_index and draw_texture error | |||
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-03-12 | video_core: Invalid index_buffer flag when inline_index draw | FengChen | |
2023-03-05 | Engines: Implement Accelerate DMA Texture. | Fernando Sahmkow | |
2023-02-16 | Merge pull request #9802 from Kelebek1/wait_data_cache | bunnei | |
Re-add the invalidate_texture_data_cache register | |||
2023-02-14 | Reimplement the invalidate_texture_data_cache register | Kelebek1 | |
2023-02-14 | remove 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-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
2023-01-19 | Merge pull request #9556 from vonchenplus/draw_texture | liamwhite | |
video_core: Implement maxwell3d draw texture method | |||
2023-01-18 | Demote maxwell3d Firmware4 call log to debug | Kelebek1 | |
2023-01-16 | Address feedback | Feng Chen | |