GPU: Add a simplified OpenGL ES renderer

Seems this is the only way to get semi-decent performance out of Mali
drivers :/
This commit is contained in:
Connor McLaughlin
2019-12-07 01:37:27 +10:00
parent b53e32e84f
commit c284d3835f
9 changed files with 761 additions and 17 deletions

View File

@ -136,6 +136,9 @@ public:
// gpu_hw_opengl.cpp
static std::unique_ptr<GPU> CreateHardwareOpenGLRenderer();
// gpu_hw_opengl_es.cpp
static std::unique_ptr<GPU> CreateHardwareOpenGLESRenderer();
// gpu_sw.cpp
static std::unique_ptr<GPU> CreateSoftwareRenderer();