| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-24 | Merge pull request #9194 from FernandoS27/yfc-fermi2d | liamwhite | |
| YFC - Fermi2D: Rework blit engine and add a software blitter. | |||
| 2022-11-24 | Fermi2D: Cleanup and address feedback. | Fernando Sahmkow | |
| 2022-11-24 | GPU: Fix buffer cache issue, engine upload not inlining memory in multiline ↵ | Fernando Sahmkow | |
| and pessismistic invalidation. | |||
| 2022-11-24 | GPU: Implement additional render target formats. | Fernando Sahmkow | |
| 2022-11-24 | MaxwellDMA: Implement BlockLinear to BlockLinear copies. | Fernando Sahmkow | |
| 2022-11-24 | Fermi2D: Implement Bilinear software filtering and address feedback. | Fernando Sahmkow | |
| 2022-11-24 | Fermi2D: Rework blit engine and add a software blitter. | Fernando Sahmkow | |
| 2022-11-19 | Merge pull request #9252 from liamwhite/radv-superiority | bunnei | |
| maxwell3d: HLE multi-layer clear macro | |||
| 2022-11-17 | Merge pull request #9229 from Docteh/achy_breaky_heart | Morph | |
| Add break for default cases | |||
| 2022-11-17 | maxwell3d: full HLE for multi-layer clears | Liam | |
| 2022-11-16 | maxwell3d: HLE multi-layer clear macro | Liam | |
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-11-12 | Merge pull request #9226 from Kelebek1/regs_regression | bunnei | |
| [video_core] Fix a couple regs regressions | |||
| 2022-11-11 | Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crash | liamwhite | |
| video_core: Fix dma copy 1D random crash | |||
| 2022-11-11 | Fix regs regression with OpenGL two-sided stencil, and re-add data ↵ | Kelebek1 | |
| invalidation reg | |||
| 2022-11-11 | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | |
| 2022-11-11 | video_core: Fix dma copy 1D random crash | FengChen | |
| 2022-10-31 | video_core: Fix drawing trigger mechanism regression | FengChen | |
| 2022-10-27 | video_core: Fix drawing trigger mechanism regression | FengChen | |
| 2022-10-25 | Merge pull request #9112 from vonchenplus/deferred_draw | liamwhite | |
| video_core: Reimplementing the maxwell drawing trigger mechanism | |||
| 2022-10-22 | Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad | Fernando S | |
| Maxwell3D/Puller: Fix regressions and syncing issues. | |||
| 2022-10-22 | video_core: Implement maxwell inline_index method | FengChen | |
| 2022-10-21 | video_coare: Reimplementing the maxwell drawing trigger mechanism | FengChen | |
| 2022-10-19 | Maxwell3D/Puller: Fix regressions and syncing issues. | Fernando Sahmkow | |
| 2022-10-17 | video_core: implement 1D copies based on VMM 'kind' | FengChen | |
| 2022-10-13 | renderer_(opengl/vulkan): Fix tessellation clockwise parameter | Morph | |
| This should be assigned CW only on Triangles_CW rather than not Triangles_CCW, making CCW the default winding order rather than CW. | |||
| 2022-10-10 | Fix stencil func registers, make clip control equivalent to how it was ↵ | Kelebek1 | |
| before, but surely wrong. | |||
| 2022-10-07 | Update 3D regs | Kelebek1 | |
| 2022-10-06 | maxwell_dma: remove warnings from implemented functionality | Liam | |
| 2022-10-06 | General: address feedback | Fernando Sahmkow | |
| 2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | |
| 2022-10-06 | NVDRV: Further improvements. | Fernando Sahmkow | |
| 2022-10-06 | DMA & InlineToMemory Engines Rework. | bunnei | |
| 2022-10-06 | Maxwell3D: Add small_index_2 | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Refactor fencing system. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | |
| 2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | |
| 2022-06-13 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | |
| 2022-06-02 | Maxwell3D: Fix 3D semaphore counter type 0 handling | Billy Laws | |
| Counter type 0 actually releases the semaphore payload rather than a constant zero as was previously thought. This is required by Skyrim. | |||
| 2022-05-11 | Merge pull request #8313 from liamwhite/dma-bpp | Morph | |
| maxwell_dma: fix bytes_per_pixel | |||
| 2022-05-10 | maxwell_dma: use fallback if remapping is enabled | Liam | |
| 2022-05-10 | video_core/macro: clear code on upload address assignment | Liam | |
| 2022-05-06 | maxwell_dma: fix bytes per pixel | Liam | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-04-14 | maxwell3d: add small_index_2 register | Liam | |
| 2022-03-19 | video_core: Reduce unused includes | ameerj | |
| 2022-03-16 | Merge pull request #8023 from ameerj/kirby-pop-in | Fernando S | |
| maxwell_3d: Implement a safer CB data upload | |||
| 2022-03-14 | maxwell_3d: Implement a safer CB data upload | ameerj | |
| This makes constant buffer uploads safer and more accurate by updating the GPU memory as soon as the CB Data method is invoked. The previous implementation was deferring the updates until a different maxwell 3d method was detected, then writing all CB data at once. | |||
| 2022-03-14 | Maxwell3D: Link to override constant definition in nouveau | byte[] | |
