Commit d7c09310 by Nicolas Capens

Move PowerVR samples to /third_party/PowerVR_SDK.

Bug 28616401 Change-Id: I888ac3dd3186206c7745c23a542b91510a461f45 Reviewed-on: https://swiftshader-review.googlesource.com/5310Tested-by: 's avatarNicolas Capens <capn@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent e206543e
......@@ -98,7 +98,7 @@ set(OPENGL_DIR ${SOURCE_DIR}/OpenGL)
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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment