| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | This instruction is similar to the FSETP instruction, but it doesn't set a predicate, it sets the destination register to 1.0 if the condition holds, and 0 otherwise. | 
|  |  | 
|  | Refactor rasterizer cache | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | GPU: Added asserts to our code for handling the QUERY_GET GPU command. | 
|  | service: Move logging macros over to the new fmt-compatible ones | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | GPU: Support multiple enabled vertex arrays. | 
|  | 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. | 
|  | Kernel: Reworked the new kernel synchronization primitives. | 
|  | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command. | 
|  | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers. | 
|  | GPU: Make the GPU virtual memory manager use 16 page bits and 10 pagetable bits. | 
|  | 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. |