From 703a51e4c06b4177a23a36861ace2516b8b5b1bf Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 11 Jun 2013 08:33:56 -0500 Subject: [PATCH] [Android] Start of *working* GLES3 support. Needs to be able to compile in Windows still. --- Source/Android/.idea/workspace.xml | 392 ++++++++---------- Source/Android/res/values/prefvalues.xml | 2 +- Source/Core/VideoCommon/CMakeLists.txt | 1 + Source/Core/VideoCommon/Src/DriverDetails.cpp | 69 +++ Source/Core/VideoCommon/Src/DriverDetails.h | 52 +++ .../Core/VideoCommon/Src/VertexShaderGen.cpp | 20 +- Source/Plugins/Plugin_VideoOGL/CMakeLists.txt | 3 +- .../Plugin_VideoOGL/Src/GLFunctions.cpp | 93 +++++ .../Plugins/Plugin_VideoOGL/Src/GLFunctions.h | 90 ++++ Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h | 3 + .../Src/ProgramShaderCache.cpp | 7 +- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 53 ++- 12 files changed, 563 insertions(+), 222 deletions(-) create mode 100644 Source/Core/VideoCommon/Src/DriverDetails.cpp create mode 100644 Source/Core/VideoCommon/Src/DriverDetails.h create mode 100644 Source/Plugins/Plugin_VideoOGL/Src/GLFunctions.cpp create mode 100644 Source/Plugins/Plugin_VideoOGL/Src/GLFunctions.h diff --git a/Source/Android/.idea/workspace.xml b/Source/Android/.idea/workspace.xml index fa89dca9a9..d695fc4924 100644 --- a/Source/Android/.idea/workspace.xml +++ b/Source/Android/.idea/workspace.xml @@ -35,24 +35,6 @@ - - - - - - - - - - - - - - - - - -