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

Issue 443133003: Revert of Wrap NV_path_rendering API with GrGLPathRendering (Closed)

Created:
6 years, 4 months ago by bungeman-skia
Modified:
6 years, 2 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Revert of Wrap NV_path_rendering API with GrGLPathRendering (https://codereview.chromium.org/437473002/) Reason for revert: This appears to be blocking the Skia roll by causing failures in the blink layout tests on the canvas-lost-gpu-context.html test. The bisect for this can be seen at: https://codereview.chromium.org/449473002/ Original issue's description: > 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. > > Committed: https://skia.googlesource.com/skia/+/5672da0fa54f31c9727568e9dd5fe82c6e1585bc TBR=bsalomon@google.com,kkinnunen@nvidia.com,markkilgard@gmail.com,cdalton@nvidia.com NOTREECHECKS=true NOTRY=true

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -490 lines) Patch
M gyp/gpu.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLAssembleInterface.cpp View 3 chunks +111 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 2 chunks +12 lines, -21 lines 0 comments Download
M src/gpu/gl/GrGLPath.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLPath.cpp View 4 chunks +21 lines, -13 lines 0 comments Download
M src/gpu/gl/GrGLPathRange.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLPathRange.cpp View 3 chunks +15 lines, -6 lines 0 comments Download
D src/gpu/gl/GrGLPathRendering.h View 1 chunk +0 lines, -108 lines 0 comments Download
D src/gpu/gl/GrGLPathRendering.cpp View 1 chunk +0 lines, -281 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 10 chunks +70 lines, -42 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bungeman-skia
Created Revert of Wrap NV_path_rendering API with GrGLPathRendering
6 years, 4 months ago (2014-08-06 14:48:02 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bungeman@google.com/443133003/1
6 years, 4 months ago (2014-08-06 14:48:37 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 14:48:42 UTC) #3
commit-bot: I haz the power
Failed to apply patch for src/gpu/gl/GrGLPath.cpp: While running git apply --index -p1; error: patch failed: ...
6 years, 4 months ago (2014-08-06 14:48:43 UTC) #4
bungeman-skia
6 years, 4 months ago (2014-08-06 15:21:10 UTC) #5
On 2014/08/06 14:48:43, I haz the power (commit-bot) wrote:
> Failed to apply patch for src/gpu/gl/GrGLPath.cpp:
> While running git apply --index -p1;
>   error: patch failed: src/gpu/gl/GrGLPath.cpp:81
>   error: src/gpu/gl/GrGLPath.cpp: patch does not apply
> 

This change had a future change 61bff7097251755bf9fa9a4ec60cc057c766b4a4 which
depended on it.

61bff7097251755bf9fa9a4ec60cc057c766b4a4 reverted with
af13c7c50efa5fda8a12a720dc77b8bc36d966a9
5672da0fa54f31c9727568e9dd5fe82c6e1585bc reverted with
760ba8d39293cf60a516d03a2acd8492f9f5effa

Before re-landing the change in 5672da0fa54f31c9727568e9dd5fe82c6e1585bc, please
ensure that canvas-lost-gpu-context.html passes on the blink layout test bots.

Powered by Google App Engine
This is Rietveld 408576698