aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2014-08-11 14:05:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-11 14:05:05 -0700
commitc7103a104fdc7150b4e3c0d3efc42735ad359616 (patch)
tree3e11441cfff0533cf05b542b9718036eb52ef757 /gyp
parent5acfea789d39106dbc706c6ee85cd8f027fce3ed (diff)
Wrap NV_path_rendering API with GrGLPathRendering
Adds a GrGLPathRendering class that wraps the NV_path_rendering extension and manages its various API versions. It also provides backup implementations when certain NVpr methods from later API versions are not present on the current system. BUG=skia: R=bungeman@google.com, bsalomon@google.com, kkinnunen@nvidia.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/444223002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 81798a1984..589cc51b1d 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -203,6 +203,8 @@
'<(skia_src_path)/gpu/gl/GrGLPath.h',
'<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
'<(skia_src_path)/gpu/gl/GrGLPathRange.h',
+ '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
+ '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
'<(skia_src_path)/gpu/gl/GrGLSLPrettyPrint.cpp',
'<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
'<(skia_src_path)/gpu/gl/GrGLProgram.h',