dolphin/Source/Core
Stenzek 38c48ff72e VertexLoaderManager: Add methods to generate "uber" vertex formats
These vertex formats enable all attributes. Inactive attributes are set
to offset=0, and the smallest type possible. This "optimization" stops
the NV compiler from generating variants of vertex shaders.
2017-07-30 17:43:59 +10:00
..
AudioCommon
Common EGLInterface: Create shared context with same attributes as main context 2017-07-30 12:38:50 +10:00
Core Merge pull request #5832 from stenzek/ubershader-prereq 2017-07-30 00:42:36 -07:00
DiscIO Merge pull request #5795 from JosJuice/gc-region-detection 2017-07-20 14:13:11 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinWX DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
InputCommon Make DolphinWX strings more like DolphinQt2 strings 2017-07-26 08:04:10 +02:00
UICommon LogManager: use layered config 2017-07-09 16:28:54 -07:00
VideoBackends XFMemory: Convert several registers to bitfields 2017-07-30 17:43:59 +10:00
VideoCommon VertexLoaderManager: Add methods to generate "uber" vertex formats 2017-07-30 17:43:59 +10:00
CMakeLists.txt