From ded4f4b163f5aa19c22c871178c55ecb34623846 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 28 Jun 2012 18:48:06 +0000 Subject: Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. http://codereview.appspot.com/6349049/ git-svn-id: http://skia.googlecode.com/svn/trunk@4390 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common_variables.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp/common_variables.gypi') diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi index 69cd50962b..ee00a342c5 100644 --- a/gyp/common_variables.gypi +++ b/gyp/common_variables.gypi @@ -61,6 +61,7 @@ 'skia_scalar%': 'float', 'skia_mesa%': 0, + 'skia_nv_path_rendering%': 0, # Do not turn on 'skia_angle' - it is currently experimental 'skia_angle%': 0, 'skia_arch_type%': 'x86', @@ -73,6 +74,7 @@ 'os_posix%': '<(os_posix)', 'skia_scalar%': '<(skia_scalar)', 'skia_mesa%': '<(skia_mesa)', + 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)', 'skia_angle%': '<(skia_angle)', 'skia_arch_type%': '<(skia_arch_type)', 'skia_arch_width%': '<(skia_arch_width)', -- cgit v1.2.3