Move PowerVR samples to /third_party/PowerVR_SDK. Bug 28616401 Change-Id: I888ac3dd3186206c7745c23a542b91510a461f45 Reviewed-on: https://swiftshader-review.googlesource.com/5310 Tested-by: Nicolas Capens <capn@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97bd0fd..d31c3eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -98,7 +98,7 @@ set(OPENGL_COMPILER_DIR ${OPENGL_DIR}/compiler) set(LLVM_DIR ${SOURCE_DIR}/LLVM) set(TESTS_DIR ${CMAKE_SOURCE_DIR}/tests) -set(HELLO2_DIR ${TESTS_DIR}/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2) +set(HELLO2_DIR ${CMAKE_SOURCE_DIR}/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2) ########################################################### # Compile flags
diff --git a/src/SwiftShader.sln b/src/SwiftShader.sln index 6ccd296..887e91c 100644 --- a/src/SwiftShader.sln +++ b/src/SwiftShader.sln
@@ -205,37 +205,11 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "preprocessor", "OpenGL\compiler\preprocessor\preprocessor.vcxproj", "{92940255-AB4B-42FB-A2C4-0FAB19C3C48A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2HelloAPI", "..\tests\third_party\PowerVR\Examples\Beginner\01_HelloAPI\OGLES2\Build\WindowsVC2010\OGLES2HelloAPI.vcxproj", "{9DAFEE32-19F6-4410-AA09-2B564FB86F62}" - ProjectSection(ProjectDependencies) = postProject - {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} - {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2ChameleonMan", "..\tests\third_party\PowerVR\Examples\Advanced\ChameleonMan\OGLES2\Build\WindowsVC2010\OGLES2ChameleonMan.vcxproj", "{9CF4408B-9B08-481F-95DA-3DF0846DABE4}" - ProjectSection(ProjectDependencies) = postProject - {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} - {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2Tools", "..\tests\third_party\PowerVR\Tools\OGLES2\Build\WindowsVC2010\OGLES2Tools.vcxproj", "{09ABE661-9BC0-4152-A820-1FB0522CAC01}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2DisplacementMap", "..\tests\third_party\PowerVR\Examples\Intermediate\DisplacementMap\OGLES2\Build\WindowsVC2010\OGLES2DisplacementMap.vcxproj", "{04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}" - ProjectSection(ProjectDependencies) = postProject - {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} - {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} - EndProjectSection -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libGLES_CM", "OpenGL\libGLES_CM\libGLES_CM.vcxproj", "{235B1D85-E6B6-45E2-BA5D-5C60396428FF}" ProjectSection(ProjectDependencies) = postProject {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLESBasicTnL", "..\tests\third_party\PowerVR\Examples\Beginner\04_BasicTnL\OGLES\Build\WindowsVC2010\OGLESBasicTnL.vcxproj", "{AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}" - ProjectSection(ProjectDependencies) = postProject - {235B1D85-E6B6-45E2-BA5D-5C60396428FF} = {235B1D85-E6B6-45E2-BA5D-5C60396428FF} - {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} - EndProjectSection -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{B7E24D8E-6BE9-4DEF-A8B9-6A6E60CA60E9}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libGL", "OpenGL\libGL\libGL.vcxproj", "{3EF851E7-4AAB-4C7C-9A79-3122CEA1EB67}" @@ -247,13 +221,39 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3D9", "D3D9\D3D9.vcxproj", "{F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES3ColourGrading", "..\tests\third_party\PowerVR\Examples\Intermediate\ColourGrading\OGLES3\Build\WindowsVC2010\OGLES3ColourGrading.vcxproj", "{2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2ChameleonMan", "..\third_party\PowerVR_SDK\Examples\Advanced\ChameleonMan\OGLES2\Build\WindowsVC2010\OGLES2ChameleonMan.vcxproj", "{9CF4408B-9B08-481F-95DA-3DF0846DABE4}" ProjectSection(ProjectDependencies) = postProject {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES3Tools", "..\tests\third_party\PowerVR\Tools\OGLES3\Build\WindowsVC2010\OGLES3Tools.vcxproj", "{9088FC9E-9843-4E0D-85D0-1B657AFC480A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2HelloAPI", "..\third_party\PowerVR_SDK\Examples\Beginner\01_HelloAPI\OGLES2\Build\WindowsVC2010\OGLES2HelloAPI.vcxproj", "{9DAFEE32-19F6-4410-AA09-2B564FB86F62}" + ProjectSection(ProjectDependencies) = postProject + {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} + {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLESBasicTnL", "..\third_party\PowerVR_SDK\Examples\Beginner\04_BasicTnL\OGLES\Build\WindowsVC2010\OGLESBasicTnL.vcxproj", "{AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}" + ProjectSection(ProjectDependencies) = postProject + {235B1D85-E6B6-45E2-BA5D-5C60396428FF} = {235B1D85-E6B6-45E2-BA5D-5C60396428FF} + {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES3ColourGrading", "..\third_party\PowerVR_SDK\Examples\Intermediate\ColourGrading\OGLES3\Build\WindowsVC2010\OGLES3ColourGrading.vcxproj", "{2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}" + ProjectSection(ProjectDependencies) = postProject + {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} + {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2DisplacementMap", "..\third_party\PowerVR_SDK\Examples\Intermediate\DisplacementMap\OGLES2\Build\WindowsVC2010\OGLES2DisplacementMap.vcxproj", "{04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}" + ProjectSection(ProjectDependencies) = postProject + {B5871A7A-968C-42E3-A33B-981E6F448E78} = {B5871A7A-968C-42E3-A33B-981E6F448E78} + {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} = {E746FCA9-64C3-433E-85E8-9A5A67AB7ED6} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES2Tools", "..\third_party\PowerVR_SDK\Tools\OGLES2\Build\WindowsVC2010\OGLES2Tools.vcxproj", "{09ABE661-9BC0-4152-A820-1FB0522CAC01}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OGLES3Tools", "..\third_party\PowerVR_SDK\Tools\OGLES3\Build\WindowsVC2010\OGLES3Tools.vcxproj", "{9088FC9E-9843-4E0D-85D0-1B657AFC480A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -589,54 +589,6 @@ {92940255-AB4B-42FB-A2C4-0FAB19C3C48A}.Release|Win32.Build.0 = Release|Win32 {92940255-AB4B-42FB-A2C4-0FAB19C3C48A}.Release|x64.ActiveCfg = Release|x64 {92940255-AB4B-42FB-A2C4-0FAB19C3C48A}.Release|x64.Build.0 = Release|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|Win32.ActiveCfg = Debug|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|Win32.Build.0 = Debug|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|x64.ActiveCfg = Debug|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|x64.Build.0 = Debug|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|Win32.ActiveCfg = Release|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|Win32.Build.0 = Release|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|x64.ActiveCfg = Release|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|x64.Build.0 = Release|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|Win32.ActiveCfg = Release|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|Win32.Build.0 = Release|Win32 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|x64.ActiveCfg = Release|x64 - {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|x64.Build.0 = Release|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|Win32.ActiveCfg = Debug|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|Win32.Build.0 = Debug|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|x64.ActiveCfg = Debug|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|x64.Build.0 = Debug|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|Win32.ActiveCfg = Release|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|Win32.Build.0 = Release|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|x64.ActiveCfg = Release|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|x64.Build.0 = Release|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|Win32.ActiveCfg = Release|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|Win32.Build.0 = Release|Win32 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|x64.ActiveCfg = Release|x64 - {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|x64.Build.0 = Release|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|Win32.ActiveCfg = Debug|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|Win32.Build.0 = Debug|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|x64.ActiveCfg = Debug|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|x64.Build.0 = Debug|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|Win32.ActiveCfg = Release|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|Win32.Build.0 = Release|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|x64.ActiveCfg = Release|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|x64.Build.0 = Release|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|Win32.ActiveCfg = Release|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|Win32.Build.0 = Release|Win32 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|x64.ActiveCfg = Release|x64 - {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|x64.Build.0 = Release|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|Win32.ActiveCfg = Debug|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|Win32.Build.0 = Debug|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|x64.ActiveCfg = Debug|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|x64.Build.0 = Debug|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|Win32.ActiveCfg = Release|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|Win32.Build.0 = Release|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|x64.ActiveCfg = Release|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|x64.Build.0 = Release|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|Win32.ActiveCfg = Release|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|Win32.Build.0 = Release|Win32 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|x64.ActiveCfg = Release|x64 - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|x64.Build.0 = Release|x64 {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Debug|Win32.ActiveCfg = Debug|Win32 {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Debug|Win32.Build.0 = Debug|Win32 {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Debug|x64.ActiveCfg = Debug|x64 @@ -649,18 +601,6 @@ {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Release|Win32.Build.0 = Release|Win32 {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Release|x64.ActiveCfg = Release|x64 {235B1D85-E6B6-45E2-BA5D-5C60396428FF}.Release|x64.Build.0 = Release|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|Win32.ActiveCfg = Debug|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|Win32.Build.0 = Debug|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|x64.ActiveCfg = Debug|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|x64.Build.0 = Debug|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|Win32.ActiveCfg = Release|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|Win32.Build.0 = Release|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|x64.ActiveCfg = Release|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|x64.Build.0 = Release|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|Win32.ActiveCfg = Release|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|Win32.Build.0 = Release|Win32 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|x64.ActiveCfg = Release|x64 - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|x64.Build.0 = Release|x64 {3EF851E7-4AAB-4C7C-9A79-3122CEA1EB67}.Debug|Win32.ActiveCfg = Debug|Win32 {3EF851E7-4AAB-4C7C-9A79-3122CEA1EB67}.Debug|Win32.Build.0 = Debug|Win32 {3EF851E7-4AAB-4C7C-9A79-3122CEA1EB67}.Debug|x64.ActiveCfg = Debug|x64 @@ -697,6 +637,42 @@ {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|Win32.Build.0 = Release|Win32 {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x64.ActiveCfg = Release|x64 {F18D5ABF-CA3A-4B74-BDB2-4A1957C86F18}.Release|x64.Build.0 = Release|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|Win32.ActiveCfg = Debug|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|Win32.Build.0 = Debug|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|x64.ActiveCfg = Debug|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Debug|x64.Build.0 = Debug|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|Win32.ActiveCfg = Release|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|Win32.Build.0 = Release|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|x64.ActiveCfg = Release|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Profile|x64.Build.0 = Release|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|Win32.ActiveCfg = Release|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|Win32.Build.0 = Release|Win32 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|x64.ActiveCfg = Release|x64 + {9CF4408B-9B08-481F-95DA-3DF0846DABE4}.Release|x64.Build.0 = Release|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|Win32.ActiveCfg = Debug|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|Win32.Build.0 = Debug|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|x64.ActiveCfg = Debug|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Debug|x64.Build.0 = Debug|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|Win32.ActiveCfg = Release|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|Win32.Build.0 = Release|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|x64.ActiveCfg = Release|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Profile|x64.Build.0 = Release|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|Win32.ActiveCfg = Release|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|Win32.Build.0 = Release|Win32 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|x64.ActiveCfg = Release|x64 + {9DAFEE32-19F6-4410-AA09-2B564FB86F62}.Release|x64.Build.0 = Release|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|Win32.ActiveCfg = Debug|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|Win32.Build.0 = Debug|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|x64.ActiveCfg = Debug|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Debug|x64.Build.0 = Debug|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|Win32.ActiveCfg = Release|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|Win32.Build.0 = Release|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|x64.ActiveCfg = Release|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Profile|x64.Build.0 = Release|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|Win32.ActiveCfg = Release|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|Win32.Build.0 = Release|Win32 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|x64.ActiveCfg = Release|x64 + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5}.Release|x64.Build.0 = Release|x64 {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Debug|Win32.ActiveCfg = Debug|Win32 {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Debug|Win32.Build.0 = Debug|Win32 {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Debug|x64.ActiveCfg = Debug|x64 @@ -709,6 +685,30 @@ {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Release|Win32.Build.0 = Release|Win32 {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Release|x64.ActiveCfg = Release|x64 {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}.Release|x64.Build.0 = Release|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|Win32.ActiveCfg = Debug|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|Win32.Build.0 = Debug|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|x64.ActiveCfg = Debug|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Debug|x64.Build.0 = Debug|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|Win32.ActiveCfg = Release|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|Win32.Build.0 = Release|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|x64.ActiveCfg = Release|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Profile|x64.Build.0 = Release|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|Win32.ActiveCfg = Release|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|Win32.Build.0 = Release|Win32 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|x64.ActiveCfg = Release|x64 + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733}.Release|x64.Build.0 = Release|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|Win32.ActiveCfg = Debug|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|Win32.Build.0 = Debug|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|x64.ActiveCfg = Debug|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Debug|x64.Build.0 = Debug|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|Win32.ActiveCfg = Release|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|Win32.Build.0 = Release|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|x64.ActiveCfg = Release|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Profile|x64.Build.0 = Release|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|Win32.ActiveCfg = Release|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|Win32.Build.0 = Release|Win32 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|x64.ActiveCfg = Release|x64 + {09ABE661-9BC0-4152-A820-1FB0522CAC01}.Release|x64.Build.0 = Release|x64 {9088FC9E-9843-4E0D-85D0-1B657AFC480A}.Debug|Win32.ActiveCfg = Debug|Win32 {9088FC9E-9843-4E0D-85D0-1B657AFC480A}.Debug|Win32.Build.0 = Debug|Win32 {9088FC9E-9843-4E0D-85D0-1B657AFC480A}.Debug|x64.ActiveCfg = Debug|x64 @@ -751,16 +751,16 @@ {1F8587CB-0779-44BB-AFA4-03DD8A036D75} = {B408B98A-E888-4ECF-81E0-7A37A6854B17} {5B3A6DB8-1E7E-40D7-92B9-DA8AAE619FAD} = {D33114D7-E582-4D61-B27D-FAB0297C43FF} {92940255-AB4B-42FB-A2C4-0FAB19C3C48A} = {D33114D7-E582-4D61-B27D-FAB0297C43FF} - {9DAFEE32-19F6-4410-AA09-2B564FB86F62} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} - {9CF4408B-9B08-481F-95DA-3DF0846DABE4} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} - {09ABE661-9BC0-4152-A820-1FB0522CAC01} = {B7E24D8E-6BE9-4DEF-A8B9-6A6E60CA60E9} - {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} {235B1D85-E6B6-45E2-BA5D-5C60396428FF} = {D33114D7-E582-4D61-B27D-FAB0297C43FF} - {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} {B7E24D8E-6BE9-4DEF-A8B9-6A6E60CA60E9} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} {3EF851E7-4AAB-4C7C-9A79-3122CEA1EB67} = {D33114D7-E582-4D61-B27D-FAB0297C43FF} {27E15292-4A8D-4BA0-8D9B-5D1ECFF85747} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} + {9CF4408B-9B08-481F-95DA-3DF0846DABE4} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} + {9DAFEE32-19F6-4410-AA09-2B564FB86F62} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} + {AB1EB229-D86C-41B3-8E20-7A7E1FF5DDF5} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} {2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} + {04FC5430-3F1B-42A2-A18A-D8BB7E5B2733} = {ED25C308-5BDB-43A7-BED6-C2C059FC2D7D} + {09ABE661-9BC0-4152-A820-1FB0522CAC01} = {B7E24D8E-6BE9-4DEF-A8B9-6A6E60CA60E9} {9088FC9E-9843-4E0D-85D0-1B657AFC480A} = {B7E24D8E-6BE9-4DEF-A8B9-6A6E60CA60E9} EndGlobalSection EndGlobal
diff --git a/src/SwiftShader.workspace b/src/SwiftShader.workspace index fe7f333..2e3696c 100644 --- a/src/SwiftShader.workspace +++ b/src/SwiftShader.workspace
@@ -9,11 +9,11 @@ <Depends filename="LLVM/LLVM.cbp" /> </Project> <Project filename="LLVM/LLVM.cbp" /> - <Project filename="../tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp"> + <Project filename="../third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp"> <Depends filename="OpenGL/libEGL/libEGL.cbp" /> <Depends filename="OpenGL/libGLESv2/libGLESv2.cbp" /> </Project> - <Project filename="../tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp"> + <Project filename="../third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp"> <Depends filename="OpenGL/libEGL/libEGL.cbp" /> <Depends filename="OpenGL/libGLES_CM/libGLES_CM.cbp" /> </Project>
diff --git a/tests/third_party/PowerVR/Builds/Include/EGL/egl.h b/third_party/PowerVR_SDK/Builds/Include/EGL/egl.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/EGL/egl.h rename to third_party/PowerVR_SDK/Builds/Include/EGL/egl.h
diff --git a/tests/third_party/PowerVR/Builds/Include/EGL/eglext.h b/third_party/PowerVR_SDK/Builds/Include/EGL/eglext.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/EGL/eglext.h rename to third_party/PowerVR_SDK/Builds/Include/EGL/eglext.h
diff --git a/tests/third_party/PowerVR/Builds/Include/EGL/eglplatform.h b/third_party/PowerVR_SDK/Builds/Include/EGL/eglplatform.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/EGL/eglplatform.h rename to third_party/PowerVR_SDK/Builds/Include/EGL/eglplatform.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES/egl.h b/third_party/PowerVR_SDK/Builds/Include/GLES/egl.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES/egl.h rename to third_party/PowerVR_SDK/Builds/Include/GLES/egl.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES/gl.h b/third_party/PowerVR_SDK/Builds/Include/GLES/gl.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES/gl.h rename to third_party/PowerVR_SDK/Builds/Include/GLES/gl.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES/glext.h b/third_party/PowerVR_SDK/Builds/Include/GLES/glext.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES/glext.h rename to third_party/PowerVR_SDK/Builds/Include/GLES/glext.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES/glplatform.h b/third_party/PowerVR_SDK/Builds/Include/GLES/glplatform.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES/glplatform.h rename to third_party/PowerVR_SDK/Builds/Include/GLES/glplatform.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES2/gl2.h b/third_party/PowerVR_SDK/Builds/Include/GLES2/gl2.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES2/gl2.h rename to third_party/PowerVR_SDK/Builds/Include/GLES2/gl2.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES2/gl2ext.h b/third_party/PowerVR_SDK/Builds/Include/GLES2/gl2ext.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES2/gl2ext.h rename to third_party/PowerVR_SDK/Builds/Include/GLES2/gl2ext.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES2/gl2extimg.h b/third_party/PowerVR_SDK/Builds/Include/GLES2/gl2extimg.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES2/gl2extimg.h rename to third_party/PowerVR_SDK/Builds/Include/GLES2/gl2extimg.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES2/gl2platform.h b/third_party/PowerVR_SDK/Builds/Include/GLES2/gl2platform.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES2/gl2platform.h rename to third_party/PowerVR_SDK/Builds/Include/GLES2/gl2platform.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES3/gl3.h b/third_party/PowerVR_SDK/Builds/Include/GLES3/gl3.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES3/gl3.h rename to third_party/PowerVR_SDK/Builds/Include/GLES3/gl3.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES3/gl3ext.h b/third_party/PowerVR_SDK/Builds/Include/GLES3/gl3ext.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES3/gl3ext.h rename to third_party/PowerVR_SDK/Builds/Include/GLES3/gl3ext.h
diff --git a/tests/third_party/PowerVR/Builds/Include/GLES3/gl3platform.h b/third_party/PowerVR_SDK/Builds/Include/GLES3/gl3platform.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/GLES3/gl3platform.h rename to third_party/PowerVR_SDK/Builds/Include/GLES3/gl3platform.h
diff --git a/tests/third_party/PowerVR/Builds/Include/KHR/khrplatform.h b/third_party/PowerVR_SDK/Builds/Include/KHR/khrplatform.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/KHR/khrplatform.h rename to third_party/PowerVR_SDK/Builds/Include/KHR/khrplatform.h
diff --git a/tests/third_party/PowerVR/Builds/Include/PVRScopeComms.h b/third_party/PowerVR_SDK/Builds/Include/PVRScopeComms.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/PVRScopeComms.h rename to third_party/PowerVR_SDK/Builds/Include/PVRScopeComms.h
diff --git a/tests/third_party/PowerVR/Builds/Include/PVRScopeStats.h b/third_party/PowerVR_SDK/Builds/Include/PVRScopeStats.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/PVRScopeStats.h rename to third_party/PowerVR_SDK/Builds/Include/PVRScopeStats.h
diff --git a/tests/third_party/PowerVR/Builds/Include/sdkver.h b/third_party/PowerVR_SDK/Builds/Include/sdkver.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Include/sdkver.h rename to third_party/PowerVR_SDK/Builds/Include/sdkver.h
diff --git a/tests/third_party/PowerVR/Builds/Windows/Resources/resource.h b/third_party/PowerVR_SDK/Builds/Windows/Resources/resource.h similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/Resources/resource.h rename to third_party/PowerVR_SDK/Builds/Windows/Resources/resource.h
diff --git a/tests/third_party/PowerVR/Builds/Windows/Resources/sdk.ico b/third_party/PowerVR_SDK/Builds/Windows/Resources/sdk.ico similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/Resources/sdk.ico rename to third_party/PowerVR_SDK/Builds/Windows/Resources/sdk.ico Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/Resources/shared.rc b/third_party/PowerVR_SDK/Builds/Windows/Resources/shared.rc similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/Resources/shared.rc rename to third_party/PowerVR_SDK/Builds/Windows/Resources/shared.rc
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libEGL.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libEGL.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libEGL.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libEGL.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libGLES_CM.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libGLES_CM.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libGLES_CM.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libGLES_CM.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libGLESv2.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libGLESv2.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libGLESv2.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_32/Lib/libGLESv2.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libEGL.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libEGL.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libEGL.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libEGL.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libGLES_CM.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libGLES_CM.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libGLES_CM.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libGLES_CM.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libGLESv2.lib b/third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libGLESv2.lib similarity index 100% rename from tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libGLESv2.lib rename to third_party/PowerVR_SDK/Builds/Windows/x86_64/Lib/libGLESv2.lib Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/ChameleonMan.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ChameleonMan.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/ChameleonMan.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ChameleonMan.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/ChameleonMan.txt b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ChameleonMan.txt similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/ChameleonMan.txt rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ChameleonMan.txt
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/ChameleonBelt.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/ChameleonBelt.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/ChameleonBelt.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/ChameleonBelt.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/ChameleonManScene.max b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/ChameleonManScene.max similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/ChameleonManScene.max rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/ChameleonManScene.max Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/FinalChameleonManHeadBody.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/FinalChameleonManHeadBody.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/FinalChameleonManHeadBody.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/FinalChameleonManHeadBody.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/FinalChameleonManLegs.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/FinalChameleonManLegs.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/FinalChameleonManLegs.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/FinalChameleonManLegs.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_BeltMap.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_BeltMap.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_BeltMap.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_BeltMap.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_BodyMap.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_BodyMap.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_BodyMap.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_BodyMap.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_LegsMap.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_LegsMap.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Tang_space_LegsMap.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Tang_space_LegsMap.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Wall_diffuse_baked.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Wall_diffuse_baked.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/Wall_diffuse_baked.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/Wall_diffuse_baked.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/lamp.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/lamp.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/lamp.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/lamp.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/skyline.png b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/skyline.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/Media/skyline.png rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/Media/skyline.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.filters b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.filters rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.user b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.user similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.user rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/OGLES2ChameleonMan.vcxproj.user
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/ChameleonBelt.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ChameleonBelt.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/ChameleonBelt.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ChameleonBelt.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/ChameleonScene.pod b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ChameleonScene.pod similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/ChameleonScene.pod rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ChameleonScene.pod Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonBelt.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonBelt.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonBelt.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonBelt.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonScene.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonScene.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonScene.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/ChameleonScene.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultFragShader.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultFragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultFragShader.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultFragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultVertShader.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultVertShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultVertShader.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/DefaultVertShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManHeadBody.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManHeadBody.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManHeadBody.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManHeadBody.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManLegs.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManLegs.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManLegs.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/FinalChameleonManLegs.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedFragShader.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedFragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedFragShader.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedFragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedVertShader.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedVertShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedVertShader.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/SkinnedVertShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BeltMap.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BeltMap.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BeltMap.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BeltMap.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BodyMap.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BodyMap.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BodyMap.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_BodyMap.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_LegsMap.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_LegsMap.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_LegsMap.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Tang_space_LegsMap.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Wall_diffuse_baked.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Wall_diffuse_baked.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/Wall_diffuse_baked.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/Wall_diffuse_baked.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/lamp.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/lamp.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/lamp.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/lamp.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/skyline.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/skyline.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Content/skyline.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/skyline.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/DefaultFragShader.fsh b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/DefaultFragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/DefaultFragShader.fsh rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/DefaultFragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/DefaultVertShader.vsh b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/DefaultVertShader.vsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/DefaultVertShader.vsh rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/DefaultVertShader.vsh
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManHeadBody.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManHeadBody.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManHeadBody.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManHeadBody.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManLegs.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManLegs.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManLegs.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/FinalChameleonManLegs.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/OGLES2ChameleonMan.cpp b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/OGLES2ChameleonMan.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/OGLES2ChameleonMan.cpp rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/OGLES2ChameleonMan.cpp
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/SkinnedFragShader.fsh b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/SkinnedFragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/SkinnedFragShader.fsh rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/SkinnedFragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/SkinnedVertShader.vsh b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/SkinnedVertShader.vsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/SkinnedVertShader.vsh rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/SkinnedVertShader.vsh
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BeltMap.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BeltMap.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BeltMap.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BeltMap.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BodyMap.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BodyMap.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BodyMap.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_BodyMap.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_LegsMap.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_LegsMap.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_LegsMap.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Tang_space_LegsMap.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Wall_diffuse_baked.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Wall_diffuse_baked.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/Wall_diffuse_baked.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Wall_diffuse_baked.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/lamp.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/lamp.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/lamp.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/lamp.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/skyline.pvr b/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/skyline.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Advanced/ChameleonMan/OGLES2/skyline.pvr rename to third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/skyline.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.png b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/HelloAPI.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.png rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/HelloAPI.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.txt b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/HelloAPI.txt similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.txt rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/HelloAPI.txt
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp similarity index 89% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp index 8bd82e5..1e38370 100644 --- a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp +++ b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp
@@ -17,7 +17,7 @@ </Compiler> <Linker> <Add option="-m32" /> - <Add directory="../../../../../../../../lib/Debug_x86" /> + <Add directory="../../../../../../../lib/Debug_x86" /> </Linker> </Target> <Target title="Release x86"> @@ -32,7 +32,7 @@ <Linker> <Add option="-s" /> <Add option="-m32" /> - <Add directory="../../../../../../../../lib/Release_x86" /> + <Add directory="../../../../../../../lib/Release_x86" /> </Linker> </Target> <Target title="Debug x64"> @@ -44,7 +44,7 @@ <Add option="-g" /> </Compiler> <Linker> - <Add directory="../../../../../../../../lib/Debug_x64" /> + <Add directory="../../../../../../../lib/Debug_x64" /> </Linker> </Target> <Target title="Release x64"> @@ -57,7 +57,7 @@ </Compiler> <Linker> <Add option="-s" /> - <Add directory="../../../../../../../../lib/Release_x64" /> + <Add directory="../../../../../../../lib/Release_x64" /> </Linker> </Target> </Build>
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Info.plist b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Info.plist similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Info.plist rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Info.plist
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/project.pbxproj b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/project.pbxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/project.pbxproj rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/project.pbxproj
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Prefix.pch b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Prefix.pch similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Prefix.pch rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/Prefix.pch
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/InfoPlist.strings b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/InfoPlist.strings similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/InfoPlist.strings rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/InfoPlist.strings
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/MainMenu.xib b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/MainMenu.xib similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/MainMenu.xib rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/en.lproj/MainMenu.xib
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.filters b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.filters rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.user b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.user similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.user rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.user
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Info.plist b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Info.plist similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Info.plist rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Info.plist
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_LinuxX11.cpp b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_LinuxX11.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_LinuxX11.cpp rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_LinuxX11.cpp
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_OSX.mm b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_OSX.mm similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_OSX.mm rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_OSX.mm
diff --git a/tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_Windows.cpp b/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_Windows.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_Windows.cpp rename to third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_Windows.cpp
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/BasicTnL.png b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/BasicTnL.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/BasicTnL.png rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/BasicTnL.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/BasicTnL.txt b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/BasicTnL.txt similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/BasicTnL.txt rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/BasicTnL.txt
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp similarity index 90% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp index dd5f835..c288e5d 100644 --- a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp +++ b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/OGLESBasicTnL.cbp
@@ -17,7 +17,7 @@ </Compiler> <Linker> <Add option="-m32" /> - <Add directory="../../../../../../../../lib/Debug_x86" /> + <Add directory="../../../../../../../lib/Debug_x86" /> </Linker> </Target> <Target title="Release x86"> @@ -32,7 +32,7 @@ <Linker> <Add option="-s" /> <Add option="-m32" /> - <Add directory="../../../../../../../../lib/Release_x86" /> + <Add directory="../../../../../../../lib/Release_x86" /> </Linker> </Target> <Target title="Debug x64"> @@ -44,7 +44,7 @@ <Add option="-g" /> </Compiler> <Linker> - <Add directory="../../../../../../../../lib/Debug_x64" /> + <Add directory="../../../../../../../lib/Debug_x64" /> </Linker> </Target> <Target title="Release x64"> @@ -57,7 +57,7 @@ </Compiler> <Linker> <Add option="-s" /> - <Add directory="../../../../../../../../lib/Release_x64" /> + <Add directory="../../../../../../../lib/Release_x64" /> </Linker> </Target> </Build>
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.filters b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.filters rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.user b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.user similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.user rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/Build/WindowsVC2010/OGLESBasicTnL.vcxproj.user
diff --git a/tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/OGLESBasicTnL.cpp b/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/OGLESBasicTnL.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Beginner/04_BasicTnL/OGLES/OGLESBasicTnL.cpp rename to third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/OGLESBasicTnL.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/ColourGrading.png b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/ColourGrading.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/ColourGrading.png rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/ColourGrading.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/ColourGrading.txt b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/ColourGrading.txt similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/ColourGrading.txt rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/ColourGrading.txt
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/Media/Background.png b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/Media/Background.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/Media/Background.png rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/Media/Background.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/Media/MaskTexture.png b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/Media/MaskTexture.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/Media/MaskTexture.png rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/Media/MaskTexture.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Background.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Background.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Background.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Background.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/BackgroundFragShader.fsh b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/BackgroundFragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/BackgroundFragShader.fsh rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/BackgroundFragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.sln b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.sln similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.sln rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.sln
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.filters b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.filters rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.user b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.user similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.user rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.user
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Background.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/Background.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Background.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/Background.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/BackgroundFragShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/BackgroundFragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/BackgroundFragShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/BackgroundFragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/FragShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/FragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/FragShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/FragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Mask.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/Mask.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Mask.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/Mask.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/MaskTexture.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/MaskTexture.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/MaskTexture.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/MaskTexture.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneFragShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneFragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneFragShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneFragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneVertShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneVertShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneVertShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneVertShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/VertShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/VertShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/VertShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/VertShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bluewhitegradient.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/bluewhitegradient.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bluewhitegradient.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/bluewhitegradient.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bw.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/bw.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bw.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/bw.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/cooler.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/cooler.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/cooler.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/cooler.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/highcontrast.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/highcontrast.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/highcontrast.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/highcontrast.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/identity.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/identity.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/identity.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/identity.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/inverted.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/inverted.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/inverted.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/inverted.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/sepia.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/sepia.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/sepia.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/sepia.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/warmer.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/warmer.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/warmer.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Content/warmer.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/FragShader.fsh b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/FragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/FragShader.fsh rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/FragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Mask.pod b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Mask.pod similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Mask.pod rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Mask.pod Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/MaskTexture.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/MaskTexture.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/MaskTexture.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/MaskTexture.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/OGLES3ColourGrading.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/OGLES3ColourGrading.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/OGLES3ColourGrading.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/OGLES3ColourGrading.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneFragShader.fsh b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/SceneFragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneFragShader.fsh rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/SceneFragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneVertShader.vsh b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/SceneVertShader.vsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneVertShader.vsh rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/SceneVertShader.vsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/VertShader.vsh b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/VertShader.vsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/VertShader.vsh rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/VertShader.vsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bluewhitegradient.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/bluewhitegradient.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bluewhitegradient.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/bluewhitegradient.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bw.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/bw.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bw.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/bw.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/content.mak b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/content.mak similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/content.mak rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/content.mak
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/cooler.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/cooler.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/cooler.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/cooler.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/highcontrast.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/highcontrast.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/highcontrast.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/highcontrast.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/identity.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/identity.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/identity.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/identity.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/inverted.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/inverted.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/inverted.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/inverted.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/sepia.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/sepia.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/sepia.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/sepia.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/warmer.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/warmer.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/warmer.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/warmer.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/DisplacementMap.png b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/DisplacementMap.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/DisplacementMap.png rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/DisplacementMap.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/DisplacementMap.txt b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/DisplacementMap.txt similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/DisplacementMap.txt rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/DisplacementMap.txt
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/Cow.png b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/Cow.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/Cow.png rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/Cow.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/DisMap.png b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/DisMap.png similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/DisMap.png rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/DisMap.png Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/DisplacementMapScene.max b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/DisplacementMapScene.max similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/Media/DisplacementMapScene.max rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/Media/DisplacementMapScene.max Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.filters b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.filters rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.user b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.user similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.user rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/OGLES2DisplacementMap.vcxproj.user
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/Cow.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/Cow.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/Cow.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/Cow.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMap.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMap.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMap.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMap.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMapScene.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMapScene.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMapScene.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/DisMapScene.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/FragShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/FragShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/FragShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/FragShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/VertShader.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/VertShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Content/VertShader.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Content/VertShader.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Cow.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Cow.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/Cow.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Cow.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/DisMap.pvr b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/DisMap.pvr similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/DisMap.pvr rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/DisMap.pvr Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/DisMapScene.pod b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/DisMapScene.pod similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/DisMapScene.pod rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/DisMapScene.pod Binary files differ
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/FragShader.fsh b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/FragShader.fsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/FragShader.fsh rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/FragShader.fsh
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/OGLES2DisplacementMap.cpp b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/OGLES2DisplacementMap.cpp similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/OGLES2DisplacementMap.cpp rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/OGLES2DisplacementMap.cpp
diff --git a/tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/VertShader.vsh b/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/VertShader.vsh similarity index 100% rename from tests/third_party/PowerVR/Examples/Intermediate/DisplacementMap/OGLES2/VertShader.vsh rename to third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/VertShader.vsh
diff --git a/tests/third_party/PowerVR/License.txt b/third_party/PowerVR_SDK/License.txt similarity index 100% rename from tests/third_party/PowerVR/License.txt rename to third_party/PowerVR_SDK/License.txt
diff --git a/tests/third_party/PowerVR/Shell/API/KEGL/PVRShellAPI.cpp b/third_party/PowerVR_SDK/Shell/API/KEGL/PVRShellAPI.cpp similarity index 100% rename from tests/third_party/PowerVR/Shell/API/KEGL/PVRShellAPI.cpp rename to third_party/PowerVR_SDK/Shell/API/KEGL/PVRShellAPI.cpp
diff --git a/tests/third_party/PowerVR/Shell/API/KEGL/PVRShellAPI.h b/third_party/PowerVR_SDK/Shell/API/KEGL/PVRShellAPI.h similarity index 100% rename from tests/third_party/PowerVR/Shell/API/KEGL/PVRShellAPI.h rename to third_party/PowerVR_SDK/Shell/API/KEGL/PVRShellAPI.h
diff --git a/tests/third_party/PowerVR/Shell/OS/LinuxX11/PVRShellOS.cpp b/third_party/PowerVR_SDK/Shell/OS/LinuxX11/PVRShellOS.cpp similarity index 100% rename from tests/third_party/PowerVR/Shell/OS/LinuxX11/PVRShellOS.cpp rename to third_party/PowerVR_SDK/Shell/OS/LinuxX11/PVRShellOS.cpp
diff --git a/tests/third_party/PowerVR/Shell/OS/LinuxX11/PVRShellOS.h b/third_party/PowerVR_SDK/Shell/OS/LinuxX11/PVRShellOS.h similarity index 100% rename from tests/third_party/PowerVR/Shell/OS/LinuxX11/PVRShellOS.h rename to third_party/PowerVR_SDK/Shell/OS/LinuxX11/PVRShellOS.h
diff --git a/tests/third_party/PowerVR/Shell/OS/Windows/PVRShellOS.cpp b/third_party/PowerVR_SDK/Shell/OS/Windows/PVRShellOS.cpp similarity index 100% rename from tests/third_party/PowerVR/Shell/OS/Windows/PVRShellOS.cpp rename to third_party/PowerVR_SDK/Shell/OS/Windows/PVRShellOS.cpp
diff --git a/tests/third_party/PowerVR/Shell/OS/Windows/PVRShellOS.h b/third_party/PowerVR_SDK/Shell/OS/Windows/PVRShellOS.h similarity index 100% rename from tests/third_party/PowerVR/Shell/OS/Windows/PVRShellOS.h rename to third_party/PowerVR_SDK/Shell/OS/Windows/PVRShellOS.h
diff --git a/tests/third_party/PowerVR/Shell/PVRShell.cpp b/third_party/PowerVR_SDK/Shell/PVRShell.cpp similarity index 100% rename from tests/third_party/PowerVR/Shell/PVRShell.cpp rename to third_party/PowerVR_SDK/Shell/PVRShell.cpp
diff --git a/tests/third_party/PowerVR/Shell/PVRShell.h b/third_party/PowerVR_SDK/Shell/PVRShell.h similarity index 100% rename from tests/third_party/PowerVR/Shell/PVRShell.h rename to third_party/PowerVR_SDK/Shell/PVRShell.h
diff --git a/tests/third_party/PowerVR/Shell/PVRShellImpl.h b/third_party/PowerVR_SDK/Shell/PVRShellImpl.h similarity index 100% rename from tests/third_party/PowerVR/Shell/PVRShellImpl.h rename to third_party/PowerVR_SDK/Shell/PVRShellImpl.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj b/third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj rename to third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj.filters b/third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj.filters rename to third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/OGLES2Tools.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/OGLES2Tools.h b/third_party/PowerVR_SDK/Tools/OGLES2/OGLES2Tools.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/OGLES2Tools.h rename to third_party/PowerVR_SDK/Tools/OGLES2/OGLES2Tools.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTBackground.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTBackground.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTBackground.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTBackground.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTBackgroundShaders.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTBackgroundShaders.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTBackgroundShaders.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTBackgroundShaders.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTContext.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTContext.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTContext.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTContext.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXParserAPI.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXParserAPI.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXParserAPI.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXParserAPI.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXParserAPI.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXParserAPI.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXParserAPI.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXParserAPI.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXSemantics.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXSemantics.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXSemantics.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXSemantics.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXSemantics.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXSemantics.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPFXSemantics.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPFXSemantics.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPrint3DAPI.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPrint3DAPI.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPrint3DAPI.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPrint3DAPI.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTPrint3DShaders.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTPrint3DShaders.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTPrint3DShaders.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTPrint3DShaders.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTShader.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTShader.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTShader.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTShader.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTShader.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTShader.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTShader.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTShader.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTTextureAPI.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTTextureAPI.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTTextureAPI.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTTextureAPI.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTTextureAPI.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTTextureAPI.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTTextureAPI.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTTextureAPI.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTgles2Ext.cpp b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTgles2Ext.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTgles2Ext.cpp rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTgles2Ext.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES2/PVRTgles2Ext.h b/third_party/PowerVR_SDK/Tools/OGLES2/PVRTgles2Ext.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES2/PVRTgles2Ext.h rename to third_party/PowerVR_SDK/Tools/OGLES2/PVRTgles2Ext.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.sln b/third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.sln similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.sln rename to third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.sln
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj b/third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj rename to third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj.filters b/third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj.filters similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj.filters rename to third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj.filters
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/OGLES31Tools.h b/third_party/PowerVR_SDK/Tools/OGLES3/OGLES31Tools.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/OGLES31Tools.h rename to third_party/PowerVR_SDK/Tools/OGLES3/OGLES31Tools.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/OGLES3Tools.h b/third_party/PowerVR_SDK/Tools/OGLES3/OGLES3Tools.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/OGLES3Tools.h rename to third_party/PowerVR_SDK/Tools/OGLES3/OGLES3Tools.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.cpp b/third_party/PowerVR_SDK/Tools/OGLES3/PVRTTextureAPI.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.cpp rename to third_party/PowerVR_SDK/Tools/OGLES3/PVRTTextureAPI.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.h b/third_party/PowerVR_SDK/Tools/OGLES3/PVRTTextureAPI.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.h rename to third_party/PowerVR_SDK/Tools/OGLES3/PVRTTextureAPI.h
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.cpp b/third_party/PowerVR_SDK/Tools/OGLES3/PVRTgles3Ext.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.cpp rename to third_party/PowerVR_SDK/Tools/OGLES3/PVRTgles3Ext.cpp
diff --git a/tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.h b/third_party/PowerVR_SDK/Tools/OGLES3/PVRTgles3Ext.h similarity index 100% rename from tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.h rename to third_party/PowerVR_SDK/Tools/OGLES3/PVRTgles3Ext.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTArray.h b/third_party/PowerVR_SDK/Tools/PVRTArray.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTArray.h rename to third_party/PowerVR_SDK/Tools/PVRTArray.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTBackground.h b/third_party/PowerVR_SDK/Tools/PVRTBackground.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTBackground.h rename to third_party/PowerVR_SDK/Tools/PVRTBackground.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTBoneBatch.cpp b/third_party/PowerVR_SDK/Tools/PVRTBoneBatch.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTBoneBatch.cpp rename to third_party/PowerVR_SDK/Tools/PVRTBoneBatch.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTBoneBatch.h b/third_party/PowerVR_SDK/Tools/PVRTBoneBatch.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTBoneBatch.h rename to third_party/PowerVR_SDK/Tools/PVRTBoneBatch.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTDecompress.cpp b/third_party/PowerVR_SDK/Tools/PVRTDecompress.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTDecompress.cpp rename to third_party/PowerVR_SDK/Tools/PVRTDecompress.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTDecompress.h b/third_party/PowerVR_SDK/Tools/PVRTDecompress.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTDecompress.h rename to third_party/PowerVR_SDK/Tools/PVRTDecompress.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTError.cpp b/third_party/PowerVR_SDK/Tools/PVRTError.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTError.cpp rename to third_party/PowerVR_SDK/Tools/PVRTError.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTError.h b/third_party/PowerVR_SDK/Tools/PVRTError.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTError.h rename to third_party/PowerVR_SDK/Tools/PVRTError.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTFixedPoint.cpp b/third_party/PowerVR_SDK/Tools/PVRTFixedPoint.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTFixedPoint.cpp rename to third_party/PowerVR_SDK/Tools/PVRTFixedPoint.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTFixedPoint.h b/third_party/PowerVR_SDK/Tools/PVRTFixedPoint.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTFixedPoint.h rename to third_party/PowerVR_SDK/Tools/PVRTFixedPoint.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTGeometry.cpp b/third_party/PowerVR_SDK/Tools/PVRTGeometry.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTGeometry.cpp rename to third_party/PowerVR_SDK/Tools/PVRTGeometry.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTGeometry.h b/third_party/PowerVR_SDK/Tools/PVRTGeometry.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTGeometry.h rename to third_party/PowerVR_SDK/Tools/PVRTGeometry.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTGlobal.h b/third_party/PowerVR_SDK/Tools/PVRTGlobal.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTGlobal.h rename to third_party/PowerVR_SDK/Tools/PVRTGlobal.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTHash.h b/third_party/PowerVR_SDK/Tools/PVRTHash.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTHash.h rename to third_party/PowerVR_SDK/Tools/PVRTHash.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTMap.h b/third_party/PowerVR_SDK/Tools/PVRTMap.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMap.h rename to third_party/PowerVR_SDK/Tools/PVRTMap.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTMathTable.h b/third_party/PowerVR_SDK/Tools/PVRTMathTable.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMathTable.h rename to third_party/PowerVR_SDK/Tools/PVRTMathTable.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTMatrix.h b/third_party/PowerVR_SDK/Tools/PVRTMatrix.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMatrix.h rename to third_party/PowerVR_SDK/Tools/PVRTMatrix.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTMatrixF.cpp b/third_party/PowerVR_SDK/Tools/PVRTMatrixF.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMatrixF.cpp rename to third_party/PowerVR_SDK/Tools/PVRTMatrixF.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTMatrixX.cpp b/third_party/PowerVR_SDK/Tools/PVRTMatrixX.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMatrixX.cpp rename to third_party/PowerVR_SDK/Tools/PVRTMatrixX.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTMemoryFileSystem.h b/third_party/PowerVR_SDK/Tools/PVRTMemoryFileSystem.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMemoryFileSystem.h rename to third_party/PowerVR_SDK/Tools/PVRTMemoryFileSystem.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTMisc.cpp b/third_party/PowerVR_SDK/Tools/PVRTMisc.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMisc.cpp rename to third_party/PowerVR_SDK/Tools/PVRTMisc.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTMisc.h b/third_party/PowerVR_SDK/Tools/PVRTMisc.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTMisc.h rename to third_party/PowerVR_SDK/Tools/PVRTMisc.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTModelPOD.cpp b/third_party/PowerVR_SDK/Tools/PVRTModelPOD.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTModelPOD.cpp rename to third_party/PowerVR_SDK/Tools/PVRTModelPOD.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTModelPOD.h b/third_party/PowerVR_SDK/Tools/PVRTModelPOD.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTModelPOD.h rename to third_party/PowerVR_SDK/Tools/PVRTModelPOD.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTPFXParser.cpp b/third_party/PowerVR_SDK/Tools/PVRTPFXParser.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPFXParser.cpp rename to third_party/PowerVR_SDK/Tools/PVRTPFXParser.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTPFXParser.h b/third_party/PowerVR_SDK/Tools/PVRTPFXParser.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPFXParser.h rename to third_party/PowerVR_SDK/Tools/PVRTPFXParser.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTPrint3D.cpp b/third_party/PowerVR_SDK/Tools/PVRTPrint3D.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPrint3D.cpp rename to third_party/PowerVR_SDK/Tools/PVRTPrint3D.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTPrint3D.h b/third_party/PowerVR_SDK/Tools/PVRTPrint3D.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPrint3D.h rename to third_party/PowerVR_SDK/Tools/PVRTPrint3D.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTPrint3DHelveticaBold.h b/third_party/PowerVR_SDK/Tools/PVRTPrint3DHelveticaBold.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPrint3DHelveticaBold.h rename to third_party/PowerVR_SDK/Tools/PVRTPrint3DHelveticaBold.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTPrint3DIMGLogo.h b/third_party/PowerVR_SDK/Tools/PVRTPrint3DIMGLogo.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTPrint3DIMGLogo.h rename to third_party/PowerVR_SDK/Tools/PVRTPrint3DIMGLogo.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTQuaternion.h b/third_party/PowerVR_SDK/Tools/PVRTQuaternion.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTQuaternion.h rename to third_party/PowerVR_SDK/Tools/PVRTQuaternion.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTQuaternionF.cpp b/third_party/PowerVR_SDK/Tools/PVRTQuaternionF.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTQuaternionF.cpp rename to third_party/PowerVR_SDK/Tools/PVRTQuaternionF.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTQuaternionX.cpp b/third_party/PowerVR_SDK/Tools/PVRTQuaternionX.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTQuaternionX.cpp rename to third_party/PowerVR_SDK/Tools/PVRTQuaternionX.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTResourceFile.cpp b/third_party/PowerVR_SDK/Tools/PVRTResourceFile.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTResourceFile.cpp rename to third_party/PowerVR_SDK/Tools/PVRTResourceFile.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTResourceFile.h b/third_party/PowerVR_SDK/Tools/PVRTResourceFile.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTResourceFile.h rename to third_party/PowerVR_SDK/Tools/PVRTResourceFile.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTShadowVol.cpp b/third_party/PowerVR_SDK/Tools/PVRTShadowVol.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTShadowVol.cpp rename to third_party/PowerVR_SDK/Tools/PVRTShadowVol.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTShadowVol.h b/third_party/PowerVR_SDK/Tools/PVRTShadowVol.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTShadowVol.h rename to third_party/PowerVR_SDK/Tools/PVRTShadowVol.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTSingleton.h b/third_party/PowerVR_SDK/Tools/PVRTSingleton.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTSingleton.h rename to third_party/PowerVR_SDK/Tools/PVRTSingleton.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTSkipGraph.h b/third_party/PowerVR_SDK/Tools/PVRTSkipGraph.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTSkipGraph.h rename to third_party/PowerVR_SDK/Tools/PVRTSkipGraph.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTString.cpp b/third_party/PowerVR_SDK/Tools/PVRTString.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTString.cpp rename to third_party/PowerVR_SDK/Tools/PVRTString.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTString.h b/third_party/PowerVR_SDK/Tools/PVRTString.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTString.h rename to third_party/PowerVR_SDK/Tools/PVRTString.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTStringHash.cpp b/third_party/PowerVR_SDK/Tools/PVRTStringHash.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTStringHash.cpp rename to third_party/PowerVR_SDK/Tools/PVRTStringHash.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTStringHash.h b/third_party/PowerVR_SDK/Tools/PVRTStringHash.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTStringHash.h rename to third_party/PowerVR_SDK/Tools/PVRTStringHash.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTTexture.cpp b/third_party/PowerVR_SDK/Tools/PVRTTexture.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTexture.cpp rename to third_party/PowerVR_SDK/Tools/PVRTTexture.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTTexture.h b/third_party/PowerVR_SDK/Tools/PVRTTexture.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTexture.h rename to third_party/PowerVR_SDK/Tools/PVRTTexture.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTTrans.cpp b/third_party/PowerVR_SDK/Tools/PVRTTrans.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTrans.cpp rename to third_party/PowerVR_SDK/Tools/PVRTTrans.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTTrans.h b/third_party/PowerVR_SDK/Tools/PVRTTrans.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTrans.h rename to third_party/PowerVR_SDK/Tools/PVRTTrans.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTTriStrip.cpp b/third_party/PowerVR_SDK/Tools/PVRTTriStrip.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTriStrip.cpp rename to third_party/PowerVR_SDK/Tools/PVRTTriStrip.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTTriStrip.h b/third_party/PowerVR_SDK/Tools/PVRTTriStrip.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTTriStrip.h rename to third_party/PowerVR_SDK/Tools/PVRTTriStrip.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTUnicode.cpp b/third_party/PowerVR_SDK/Tools/PVRTUnicode.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTUnicode.cpp rename to third_party/PowerVR_SDK/Tools/PVRTUnicode.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTUnicode.h b/third_party/PowerVR_SDK/Tools/PVRTUnicode.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTUnicode.h rename to third_party/PowerVR_SDK/Tools/PVRTUnicode.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTVector.cpp b/third_party/PowerVR_SDK/Tools/PVRTVector.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTVector.cpp rename to third_party/PowerVR_SDK/Tools/PVRTVector.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTVector.h b/third_party/PowerVR_SDK/Tools/PVRTVector.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTVector.h rename to third_party/PowerVR_SDK/Tools/PVRTVector.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTVertex.cpp b/third_party/PowerVR_SDK/Tools/PVRTVertex.cpp similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTVertex.cpp rename to third_party/PowerVR_SDK/Tools/PVRTVertex.cpp
diff --git a/tests/third_party/PowerVR/Tools/PVRTVertex.h b/third_party/PowerVR_SDK/Tools/PVRTVertex.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTVertex.h rename to third_party/PowerVR_SDK/Tools/PVRTVertex.h
diff --git a/tests/third_party/PowerVR/Tools/PVRTools.h b/third_party/PowerVR_SDK/Tools/PVRTools.h similarity index 100% rename from tests/third_party/PowerVR/Tools/PVRTools.h rename to third_party/PowerVR_SDK/Tools/PVRTools.h
diff --git a/tests/third_party/PowerVR/Utilities/Filewrap/Windows_x86_32/Filewrap.exe b/third_party/PowerVR_SDK/Utilities/Filewrap/Windows_x86_32/Filewrap.exe similarity index 100% rename from tests/third_party/PowerVR/Utilities/Filewrap/Windows_x86_32/Filewrap.exe rename to third_party/PowerVR_SDK/Utilities/Filewrap/Windows_x86_32/Filewrap.exe Binary files differ