| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vk_rasterizer: flip scissor y on lower left origin mode (#13122) | 2024-02-27 | 1 | -7/+4 | |
| | | |||||
| * | scope_exit: Make constexpr | 2024-02-19 | 1 | -1/+3 | |
| | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | Merge pull request #12761 from liamwhite/mp-composite | 2024-02-02 | 1 | -0/+1 | |
| |\ | | | | | video_core: rewrite presentation for layer composition | ||||
| | * | renderer_vulkan: implement layer stack composition | 2024-01-31 | 1 | -0/+1 | |
| | | | |||||
| * | | SwBlitter: Fix Pitch linear reading/writting | 2024-01-31 | 1 | -18/+19 | |
| |/ | |||||
| * | Core: Eliminate core/memory dependancies. | 2024-01-18 | 2 | -2/+0 | |
| | | |||||
| * | Core: Clang format and other small issues. | 2024-01-18 | 1 | -1/+1 | |
| | | |||||
| * | SMMU: Initial adaptation to video_core. | 2024-01-18 | 3 | -16/+19 | |
| | | |||||
| * | Fix typos in video_core | 2024-01-07 | 2 | -9/+9 | |
| | | |||||
| * | MaxwellDMA: Don't flush the outputs of a dma copy. | 2023-12-31 | 1 | -2/+2 | |
| | | |||||
| * | OpenGL: Add GL_PRIMITIVES_GENERATED and ↵ | 2023-12-19 | 1 | -8/+16 | |
| | | | | | GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | ||||
| * | Buffer Cache: Eliminate clears on Indirect buffers | 2023-11-18 | 1 | -1/+1 | |
| | | |||||
| * | shader_recompiler: Fix spelling of "derivate" (#12067) | 2023-11-18 | 1 | -2/+2 | |
| | | |||||
| * | Implement vertex array first and subsequent draws | 2023-10-14 | 2 | -1/+25 | |
| | | |||||
| * | Query Cache: Fix guest side sample counting | 2023-09-23 | 1 | -6/+0 | |
| | | |||||
| * | Query Cache: address issues | 2023-09-23 | 2 | -8/+4 | |
| | | |||||
| * | Macro HLE: Add DrawIndirectByteCount | 2023-09-23 | 1 | -0/+1 | |
| | | |||||
| * | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 4 | -71/+29 | |
| | | |||||
| * | Fix DMA engine register offsets | 2023-09-21 | 2 | -28/+32 | |
| | | |||||
| * | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | 2023-09-02 | 5 | -6/+62 | |
| |\ | | | | | Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes | ||||
| | * | VideoCore: Implement DispatchIndirect | 2023-08-27 | 5 | -6/+62 | |
| | | | |||||
| * | | Maxwell3D: Improve Index buffer size estimation. | 2023-08-27 | 1 | -1/+5 | |
| |/ | |||||
| * | general: fix apple clang build | 2023-08-09 | 1 | -0/+1 | |
| | | |||||
| * | Use spans over guest memory where possible instead of copying data. | 2023-07-02 | 5 | -81/+68 | |
| | | |||||
| * | maxwell_dma: Specify dst_operand.pitch instead of a temp var | 2023-06-30 | 1 | -4/+3 | |
| | | |||||
| * | Use safe reads in DMA engine | 2023-06-26 | 1 | -5/+6 | |
| | | |||||
| * | Remove memory allocations in some hot paths | 2023-06-22 | 1 | -16/+19 | |
| | | |||||
| * | video_core: drawtexture support upscale | 2023-06-16 | 1 | -3/+7 | |
| | | |||||
| * | android: video_core: Disable some problematic things on GPU Normal. | 2023-06-03 | 1 | -0/+12 | |
| | | |||||
| * | Allow Fermi blit accelerate to add src/dst to the cache if they don't exist ↵ | 2023-05-11 | 1 | -11/+14 | |
| | | | | | already. Use ScratchBuffers in the software blit path. | ||||
| * | Texture cache: Only force flush the dma downloads | 2023-05-07 | 1 | -1/+1 | |
| | | |||||
| * | GPU: Add Reactive flushing | 2023-05-07 | 1 | -6/+2 | |
| | | |||||
| * | Maxwell3D: only update parameters on High | 2023-04-29 | 1 | -0/+3 | |
| | | |||||
| * | Merge pull request #10069 from liamwhite/log | 2023-04-24 | 1 | -4/+6 | |
| |\ | | | | | maxwell_3d: fix out of bounds array access in size estimation | ||||
| | * | maxwell_3d: fix out of bounds array access in size estimation | 2023-04-22 | 1 | -4/+6 | |
| | | | |||||
| * | | Account for a pre-added offset when using Corner sample mode for 2D blits | 2023-04-21 | 1 | -4/+12 | |
| |/ | |||||
| * | video_core: Keep the definition of DimensionControl consistent with nvidia ↵ | 2023-03-31 | 1 | -4/+4 | |
| | | | | | open doc | ||||
| * | Merge pull request #9943 from vonchenplus/gentleman | 2023-03-13 | 1 | -0/+1 | |
| |\ | | | | | video_core: Fix inline_index and draw_texture error | ||||
| | * | video_core: Invalid index_buffer flag when inline_index draw | 2023-03-12 | 1 | -0/+1 | |
| | | | |||||
| * | | general: fix spelling mistakes | 2023-03-12 | 1 | -1/+1 | |
| |/ | |||||
| * | Engines: Implement Accelerate DMA Texture. | 2023-03-05 | 2 | -78/+117 | |
| | | |||||
| * | Merge pull request #9802 from Kelebek1/wait_data_cache | 2023-02-16 | 1 | -0/+4 | |
| |\ | | | | | Re-add the invalidate_texture_data_cache register | ||||
| | * | Reimplement the invalidate_texture_data_cache register | 2023-02-14 | 1 | -0/+4 | |
| | | | |||||
| * | | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 3 | -7/+7 | |
| | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 3 | -7/+7 | |
| |/ | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | Merge pull request #9556 from vonchenplus/draw_texture | 2023-01-19 | 4 | -1/+67 | |
| |\ | | | | | video_core: Implement maxwell3d draw texture method | ||||
| | * | Address feedback | 2023-01-16 | 1 | -2/+2 | |
| | | | |||||
| | * | video_core: Implement maxwell3d draw texture method | 2023-01-05 | 4 | -1/+67 | |
| | | | |||||
| * | | Demote maxwell3d Firmware4 call log to debug | 2023-01-18 | 1 | -1/+1 | |
| | | | |||||
| * | | BufferBase: Don't ignore GPU pages. | 2023-01-05 | 1 | -2/+2 | |
| | | | |||||