- Apr 25, 2018
- Apr 24, 2018
-
-
bunnei authored
GPU: Added asserts to our code for handling the QUERY_GET GPU command.
-
bunnei authored
service: Move logging macros over to the new fmt-compatible ones
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
Service/FS: implement IFileSystem::RenameFile
-
mailwl authored
-
bunnei authored
GPU: Support multiple enabled vertex arrays.
-
- Apr 23, 2018
-
-
Subv authored
This is based on research from nouveau. Many things are currently unknown and will require hwtests in the future. This commit also stubs QueryMode::Write2 to do the same as Write. Nouveau code treats them interchangeably, it is currently unknown what the difference is.
-
bunnei authored
Kernel: Reworked the new kernel synchronization primitives.
-
bunnei authored
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
-
bunnei authored
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
-
bunnei authored
GPU: Make the GPU virtual memory manager use 16 page bits and 10 pagetable bits.
-
bunnei authored
GPU: Implement the RGB10_A2 RenderTarget format
-
Subv authored
The vertex arrays will be copied to the stream buffer one after the other, and the attributes will be set using the ARB_vertex_attrib_binding extension. yuzu now thus requires OpenGL 4.3 or the ARB_vertex_attrib_binding extension.
-