aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLDefaultInterface_none.cpp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-10 12:13:36 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-10 12:13:36 +0000
commitd8f856c32b679d9f5a9926feac005e2c0186f83f (patch)
tree9a5c91574e05899e7a6abe3df5ce591acf898d9b /src/gpu/gl/GrGLDefaultInterface_none.cpp
parent96a162eb71a9613ebadf8689128a6b2f50fe8f0d (diff)
Move convolution from code in GrGLProgram to new GrConvolutionEffect
class. This is the first test of the new Ganesh shader pipeline. Also includes some cleanup of the gpu.gyp file: added src/gpu, allowing us to remove ../ from many #include directives. http://codereview.appspot.com/6199053/ git-svn-id: http://skia.googlecode.com/svn/trunk@3887 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGLDefaultInterface_none.cpp')
-rw-r--r--src/gpu/gl/GrGLDefaultInterface_none.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLDefaultInterface_none.cpp b/src/gpu/gl/GrGLDefaultInterface_none.cpp
index 183c4770c5..84c7f7c321 100644
--- a/src/gpu/gl/GrGLDefaultInterface_none.cpp
+++ b/src/gpu/gl/GrGLDefaultInterface_none.cpp
@@ -1,4 +1,3 @@
-
/*
* Copyright 2011 Google Inc.
*