Move SkGLContext and some GrGLInterface implementations to skgputest module
authorbsalomon <bsalomon@google.com>
Wed, 30 Mar 2016 15:35:09 +0000 (08:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 30 Mar 2016 15:35:09 +0000 (08:35 -0700)
commitfe3456cb006110d045b26ff3f8681b893a757b58
tree8d07fbc43230b807d0cf7174c79d5757c397b07f
parentb4a7f144b41dbe8341d26abb71d87b13d072a5cf
Move SkGLContext and some GrGLInterface implementations to skgputest module

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1815823002
CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot

Review URL: https://codereview.chromium.org/1815823002
86 files changed:
bench/nanobench.cpp
bench/nanobench.h
cmake/CMakeLists.txt
dm/DM.cpp
dm/DMGpuSupport.h
dm/DMSrcSink.cpp
dm/DMSrcSink.h
gm/image.cpp
gyp/SampleApp.gyp
gyp/flags.gyp
gyp/gpu.gyp
gyp/gpu.gypi
gyp/gputest.gyp
gyp/kilobench.gyp
gyp/pathops_unittest.gyp
gyp/skiaserve.gyp
gyp/visualbench.gyp
include/gpu/gl/GrGLInterface.h
include/gpu/gl/SkNullGLContext.h [deleted file]
include/gpu/gl/angle/SkANGLEGLContext.h [deleted file]
include/gpu/gl/command_buffer/SkCommandBufferGLContext.h [deleted file]
samplecode/SampleApp.cpp
src/gpu/gl/GrGLTestInterface.h
src/gpu/gl/SkNullGLContext.cpp [deleted file]
src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp [deleted file]
src/gpu/gl/debug/SkDebugGLContext.cpp [deleted file]
src/gpu/gl/debug/SkDebugGLContext.h [deleted file]
src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp [deleted file]
src/gpu/gl/mesa/SkMesaGLContext.h [deleted file]
src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp [deleted file]
src/views/win/SkOSWindow_win.cpp
tests/EGLImageTest.cpp
tests/GLProgramsTest.cpp
tests/GrContextFactoryTest.cpp
tests/GrPorterDuffTest.cpp
tests/ImageTest.cpp
tests/RectangleTextureTest.cpp
tests/Test.h
tests/TestConfigParsing.cpp
tests/TestTest.cpp
tests/TextureStorageAllocator.cpp
tests/skia_test.cpp
tools/VisualBench/VisualBench.h
tools/flags/SkCommonFlagsConfig.cpp
tools/flags/SkCommonFlagsConfig.h
tools/gpu/GrContextFactory.cpp [moved from src/gpu/GrContextFactory.cpp with 79% similarity]
tools/gpu/GrContextFactory.h [moved from src/gpu/GrContextFactory.h with 90% similarity]
tools/gpu/GrTest.cpp [moved from src/gpu/GrTest.cpp with 100% similarity]
tools/gpu/GrTest.h [moved from src/gpu/GrTest.h with 100% similarity]
tools/gpu/gl/GLContext.cpp [moved from src/gpu/gl/SkGLContext.cpp with 81% similarity]
tools/gpu/gl/GLContext.h [moved from include/gpu/gl/SkGLContext.h with 65% similarity]
tools/gpu/gl/angle/GLContext_angle.cpp [moved from src/gpu/gl/angle/SkANGLEGLContext.cpp with 58% similarity]
tools/gpu/gl/angle/GLContext_angle.h [new file with mode: 0644]
tools/gpu/gl/command_buffer/GLContext_command_buffer.cpp [moved from src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp with 86% similarity]
tools/gpu/gl/command_buffer/GLContext_command_buffer.h [new file with mode: 0644]
tools/gpu/gl/debug/DebugGLContext.cpp [moved from src/gpu/gl/debug/GrGLCreateDebugInterface.cpp with 76% similarity]
tools/gpu/gl/debug/DebugGLContext.h [new file with mode: 0644]
tools/gpu/gl/debug/GrBufferObj.cpp [moved from src/gpu/gl/debug/GrBufferObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrBufferObj.h [moved from src/gpu/gl/debug/GrBufferObj.h with 98% similarity]
tools/gpu/gl/debug/GrFBBindableObj.h [moved from src/gpu/gl/debug/GrFBBindableObj.h with 99% similarity]
tools/gpu/gl/debug/GrFakeRefObj.h [moved from src/gpu/gl/debug/GrFakeRefObj.h with 100% similarity]
tools/gpu/gl/debug/GrFrameBufferObj.cpp [moved from src/gpu/gl/debug/GrFrameBufferObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrFrameBufferObj.h [moved from src/gpu/gl/debug/GrFrameBufferObj.h with 99% similarity]
tools/gpu/gl/debug/GrProgramObj.cpp [moved from src/gpu/gl/debug/GrProgramObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrProgramObj.h [moved from src/gpu/gl/debug/GrProgramObj.h with 99% similarity]
tools/gpu/gl/debug/GrRenderBufferObj.h [moved from src/gpu/gl/debug/GrRenderBufferObj.h with 99% similarity]
tools/gpu/gl/debug/GrShaderObj.cpp [moved from src/gpu/gl/debug/GrShaderObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrShaderObj.h [moved from src/gpu/gl/debug/GrShaderObj.h with 96% similarity]
tools/gpu/gl/debug/GrTextureObj.cpp [moved from src/gpu/gl/debug/GrTextureObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrTextureObj.h [moved from src/gpu/gl/debug/GrTextureObj.h with 99% similarity]
tools/gpu/gl/debug/GrTextureUnitObj.cpp [moved from src/gpu/gl/debug/GrTextureUnitObj.cpp with 99% similarity]
tools/gpu/gl/debug/GrTextureUnitObj.h [moved from src/gpu/gl/debug/GrTextureUnitObj.h with 100% similarity]
tools/gpu/gl/debug/GrVertexArrayObj.h [moved from src/gpu/gl/debug/GrVertexArrayObj.h with 100% similarity]
tools/gpu/gl/egl/CreatePlatformGLContext_egl.cpp [moved from src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp with 95% similarity]
tools/gpu/gl/glx/CreatePlatformGLContext_glx.cpp [moved from src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp with 97% similarity]
tools/gpu/gl/iOS/CreatePlatformGLContext_iOS.mm [moved from src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm with 89% similarity]
tools/gpu/gl/mac/CreatePlatformGLContext_mac.cpp [moved from src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp with 91% similarity]
tools/gpu/gl/mesa/GLContext_mesa.cpp [moved from src/gpu/gl/mesa/SkMesaGLContext.cpp with 52% similarity]
tools/gpu/gl/mesa/GLContext_mesa.h [new file with mode: 0644]
tools/gpu/gl/mesa/osmesa_wrapper.h [new file with mode: 0644]
tools/gpu/gl/null/NullGLContext.cpp [new file with mode: 0644]
tools/gpu/gl/null/NullGLContext.h [new file with mode: 0644]
tools/gpu/gl/win/CreatePlatformGLContext_win.cpp [moved from src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp with 94% similarity]
tools/kilobench/kilobench.cpp
tools/skiaserve/Request.cpp
tools/skiaserve/Request.h