yuzu/src/video_core/engines
Subv 9531a29283 GPU: Support multiple enabled vertex arrays.
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.
2018-04-23 11:34:50 -05:00
..
fermi_2d.cpp GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
fermi_2d.h GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
maxwell_3d.cpp GPU: Pitch textures are now supported, don't assert when encountering them. 2018-04-18 12:52:53 -05:00
maxwell_3d.h GPU: Support multiple enabled vertex arrays. 2018-04-23 11:34:50 -05:00
maxwell_compute.cpp GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
maxwell_compute.h GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
shader_bytecode.h shader_bytecode: Add several more instruction decodings. 2018-04-20 22:30:56 -04:00