Create GPU-less build of Skia.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Aug 2012 14:03:32 +0000 (14:03 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Aug 2012 14:03:32 +0000 (14:03 +0000)
commitcf8fb1f6f03fc77f9927564f9ef9abeeeec508d2
tree7534f5f2edd97cd61f18ee35ae4a14407a53453e
parentf2a9e58858423be9cbfa72e01e8284754e7d6381
Create GPU-less build of Skia.

git-svn-id: http://skia.googlecode.com/svn/trunk@4912 2bbb7eff-a529-9590-31e7-b0007b416f81
50 files changed:
bench/BenchTimer.cpp
bench/BenchTimer.h
bench/GrMemoryPoolBench.cpp
bench/benchmain.cpp
gm/gmmain.cpp
gm/ninepatchstretch.cpp
gm/texdata.cpp
gyp/SampleApp.gyp
gyp/bench.gyp
gyp/common_conditions.gypi
gyp/common_variables.gypi
gyp/debugger.gyp
gyp/effects.gyp
gyp/gm.gyp
gyp/gpu.gyp
gyp/shapeops_demo.gyp
gyp/shapeops_edge.gyp
gyp/tests.gyp
gyp/views.gyp
include/config/SkUserConfig.h
include/core/SkPostConfig.h
include/views/SkOSWindow_Mac.h
include/views/SkOSWindow_Win.h
samplecode/SampleApp.cpp
samplecode/SampleApp.h
samplecode/SampleBitmapRect.cpp
samplecode/SampleNinePatch.cpp
src/effects/SkBlurImageFilter.cpp
src/effects/SkLightingImageFilter.cpp
src/effects/SkMorphologyImageFilter.cpp
src/effects/gradients/SkGradientShader.cpp
src/effects/gradients/SkGradientShaderPriv.h
src/effects/gradients/SkLinearGradient.cpp
src/effects/gradients/SkRadialGradient.cpp
src/effects/gradients/SkSweepGradient.cpp
src/effects/gradients/SkTwoPointConicalGradient.cpp
src/effects/gradients/SkTwoPointRadialGradient.cpp
src/views/mac/SkNSView.h
src/views/mac/SkNSView.mm
src/views/mac/SkOSWindow_Mac.mm
src/views/win/SkOSWindow_win.cpp
tests/ClipCacheTest.cpp
tests/GLInterfaceValidation.cpp
tests/GLProgramsTest.cpp
tests/GrMemoryPoolTest.cpp
tests/PremulAlphaRoundTripTest.cpp
tests/ReadPixelsTest.cpp
tests/ReadWriteAlphaTest.cpp
tests/Test.cpp
tests/WritePixelsTest.cpp