summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authortwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 02:09:29 +0000
committertwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 02:09:29 +0000
commit1e4dc692612b67c9b79325861539df8d2de526c7 (patch)
treec4fbac236c0060d65804b1b8bdd3847bbd1a228a /skia
parentdb8dc22b1f97dbff5aabdaec3b84f823bc456958 (diff)
downloadchromium_src-1e4dc692612b67c9b79325861539df8d2de526c7.zip
chromium_src-1e4dc692612b67c9b79325861539df8d2de526c7.tar.gz
chromium_src-1e4dc692612b67c9b79325861539df8d2de526c7.tar.bz2
Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execution of the layout tests (DumpRenderTree), all GL-calls are invoked via Mesa. A GL re-direction mechanism was added to skia in revision (http://code.google.com/p/skia/source/detail?r=937) These changes populate the skia re-direction interface with the gl implementation currently in use in Chrome: The app\gfx\gl bindings. R=kbr, bsalomon
Review URL: http://codereview.chromium.org/6677105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index f28ffd2..55beecb 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -25,6 +25,7 @@
'../third_party/skia/gpu/src/GrGpuFactory.cpp',
'../third_party/skia/gpu/src/GrGpuGL.cpp',
'../third_party/skia/gpu/src/GrGpuGL.h',
+ '../third_party/skia/gpu/src/GrGpuGLFixed.cpp',
'../third_party/skia/gpu/src/GrGpuGLShaders2.cpp',
'../third_party/skia/gpu/src/GrGpuGLShaders2.h',
'../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',