| Age | Commit message (Collapse) | Author |
|
|
|
|
|
[video_core] Fix a couple regs regressions
|
|
video_core: Fix dma copy 1D random crash
|
|
invalidation reg
|
|
|
|
|
|
|
|
|
|
video_core: Reimplementing the maxwell drawing trigger mechanism
|
|
Maxwell3D/Puller: Fix regressions and syncing issues.
|
|
|
|
|
|
|
|
|
|
This should be assigned CW only on Triangles_CW rather than not Triangles_CCW, making CCW the default winding order rather than CW.
|
|
before, but surely wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Counter type 0 actually releases the semaphore payload rather than a constant zero as was previously thought. This is required by Skyrim.
|
|
maxwell_dma: fix bytes_per_pixel
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
maxwell_3d: Implement a safer CB data upload
|
|
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.
|
|
|
|
|
|
This fixes some incorrect rendering in Sunshine
|
|
|
|
|
|
This allows Galaxy and Sunshine to render for the first time.
|
|
|
|
|
|
|
|
|
|
Simplifies the function interface.
|