Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 163913007: Implement support for CHROMIUM_NV_path_rendering pseudo extension (Closed)

Created:
6 years, 10 months ago by Kimmo Kinnunen
Modified:
6 years, 1 month ago
Reviewers:
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@nv-pr-00-use-attribs
Visibility:
Public.

Description

Implement support for CHROMIUM_path_rendering pseudo extension Implement support for NV_path_rendering by using CHROMIUM_path_rendering pseudo-extension. The pseudo-extension brings following into GL ES context: * the needed NV_path_rendering functions * the needed matrix functions * gl_TexCoord in GLSL, as long as #extension CHROMIUM_path_rendering is specified. The pseudo-extension is advertised with "GL_CHROMIUM_path_rendering" extension string. BUG=chromium:344330

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -11 lines) Patch
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 chunks +12 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 3 chunks +28 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698