OSDN Git Service

Add the HelloAPI PowerVR sample.
authorNicolas Capens <capn@google.com>
Tue, 3 Jun 2014 04:05:08 +0000 (00:05 -0400)
committerNicolas Capens <nicolascapens@google.com>
Fri, 6 Jun 2014 02:30:04 +0000 (02:30 +0000)
commit6f1f1567b9ab9394d3048d2cdf2786bc5bd1749b
tree7e2e10101a417850f2c95b41feecc4d11abb7491
parent09eed6d1461eef9face15c23542906a59cd2136f
Add the HelloAPI PowerVR sample.

BUG=14598298

Change-Id: I9b730fb1b8fbcd5bdb2f0d8ecab3981e7dab2003
Reviewed-on: https://swiftshader-review.googlesource.com/1082
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
35 files changed:
src/GLES2/libEGL/libEGL.vcxproj
src/GLES2/libGLESv2/libGLESv2.vcxproj
src/SwiftShader.sln
tests/third_party/PowerVR/Builds/Include/EGL/egl.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/EGL/eglext.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/EGL/eglplatform.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES/egl.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES/gl.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES/glext.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES/glplatform.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES2/gl2.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES2/gl2ext.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES2/gl2extimg.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES2/gl2platform.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES3/gl3.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES3/gl3ext.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/GLES3/gl3platform.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/KHR/khrplatform.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/PVRScopeComms.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/PVRScopeStats.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Include/sdkver.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/Resources/resource.h [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/Resources/sdk.ico [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/Resources/shared.rc [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libEGL.lib [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/x86_32/Lib/libGLESv2.lib [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libEGL.lib [new file with mode: 0644]
tests/third_party/PowerVR/Builds/Windows/x86_64/Lib/libGLESv2.lib [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.png [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/HelloAPI.txt [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.filters [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/OGLES2HelloAPI.vcxproj.user [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Beginner/01_HelloAPI/OGLES2/OGLES2HelloAPI_Windows.cpp [new file with mode: 0644]
tests/third_party/PowerVR/License.txt [new file with mode: 0644]