mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:45:47 -04:00
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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user