OSDN Git Service

Use original PowerVR ColourGrading ES 3.0 sample.
authorNicolas Capens <capn@google.com>
Mon, 26 Oct 2015 19:13:22 +0000 (15:13 -0400)
committerNicolas Capens <capn@google.com>
Tue, 1 Dec 2015 20:09:00 +0000 (20:09 +0000)
commit4fd96650a99cd1648db8356de9871941a46a6cdb
tree837eb4bc561be22dd332305e6ba1eb9a527f9dda
parentcc6fe6594f72591d76d1971ad10cb2698d1474ff
Use original PowerVR ColourGrading ES 3.0 sample.

Change-Id: Ifff92974ea41be61244ae1c09e2d54e299c10eeb
Reviewed-on: https://swiftshader-review.googlesource.com/4160
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
58 files changed:
src/SwiftShader.sln
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/BackgroundFragShader.fsh [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/OGLES2ColourGrading.sln [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/PixelShader-00000004.txt [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/PixelShader-00000008.txt [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/PixelShader-0000000C.txt [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/PixelShader-0000000F.txt [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/PixelShader-00000013.txt [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/FragShader.fsh [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/SceneFragShader.fsh [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/VertShader.vsh [deleted file]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Background.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Background.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/BackgroundFragShader.fsh [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.sln [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/OGLES2ColourGrading.vcxproj with 95% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.filters [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/OGLES2ColourGrading.vcxproj.filters with 96% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/OGLES3ColourGrading.vcxproj.user [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Build/WindowsVC2010/OGLES2ColourGrading.vcxproj.user with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Background.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/Background.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/BackgroundFragShader.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/BackgroundFragShader.cpp with 62% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/FragShader.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/FragShader.cpp with 64% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/Mask.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/Mask.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/MaskTexture.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/MaskTexture.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneFragShader.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/SceneFragShader.cpp with 72% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/SceneVertShader.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/SceneVertShader.cpp with 79% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/VertShader.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/VertShader.cpp with 58% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bluewhitegradient.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/bluewhitegradient.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/bw.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/bw.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/cooler.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/cooler.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/highcontrast.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/highcontrast.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/identity.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/identity.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/inverted.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/inverted.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/sepia.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/sepia.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Content/warmer.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Content/warmer.cpp with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/FragShader.fsh [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/Mask.pod [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/Mask.pod with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/MaskTexture.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/MaskTexture.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/OGLES3ColourGrading.cpp [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/OGLES2ColourGrading.cpp with 78% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneFragShader.fsh [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/SceneVertShader.vsh [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/SceneVertShader.vsh with 65% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/VertShader.vsh [new file with mode: 0644]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bluewhitegradient.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/bluewhitegradient.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/bw.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/bw.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/content.mak [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/content.mak with 81% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/cooler.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/cooler.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/highcontrast.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/highcontrast.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/identity.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/identity.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/inverted.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/inverted.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/sepia.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/sepia.pvr with 100% similarity]
tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES3/warmer.pvr [moved from tests/third_party/PowerVR/Examples/Intermediate/ColourGrading/OGLES2/warmer.pvr with 100% similarity]
tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.sln [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/Build/WindowsVC2010/OGLES3Tools.vcxproj.filters [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/OGLES31Tools.h [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/OGLES3Tools.h [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.cpp [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/PVRTTextureAPI.h [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.cpp [new file with mode: 0644]
tests/third_party/PowerVR/Tools/OGLES3/PVRTgles3Ext.h [new file with mode: 0644]