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

Issue 754653002: Add gpu support for Apple specific 'Vertex Arrays' functions (Closed)

Created:
6 years, 1 month ago by paraboul
Modified:
6 years ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add gpu support for Apple specific 'Vertex Arrays' functions BUG=skia: Committed: https://skia.googlesource.com/skia/+/af000f469e1b0153ce445c96ca3d20e6d12224cc

Patch Set 1 #

Patch Set 2 : Check for 'GL_APPLE_vertex_array_object' support in GrGLCaps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLAssembleInterface.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
paraboul
note : I forgot to add my name to the AUTHORS file. Anthony Catel <paraboul@gmail.com>
6 years, 1 month ago (2014-11-23 20:33:31 UTC) #2
bsalomon
lgtm, but don't we need to add a check in GrGLCaps.cpp to look for the ...
6 years ago (2014-11-24 14:14:01 UTC) #3
paraboul
Check for 'GL_APPLE_vertex_array_object' support in GrGLCaps
6 years ago (2014-11-24 14:42:41 UTC) #4
bsalomon
lgtm
6 years ago (2014-11-24 14:49:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754653002/20001
6 years ago (2014-11-24 14:50:26 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/af000f469e1b0153ce445c96ca3d20e6d12224cc
6 years ago (2014-11-24 15:05:32 UTC) #10
Tom Hudson
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/750973003/ by tomhudson@chromium.org. ...
6 years ago (2014-11-24 17:58:38 UTC) #11
paraboul
On 2014/11/24 17:58:38, Tom Hudson wrote: > A revert of this CL (patchset #2 id:20001) ...
6 years ago (2014-11-24 18:34:24 UTC) #12
bsalomon
6 years ago (2014-11-24 18:40:56 UTC) #13
Message was sent while issue was closed.
On 2014/11/24 18:34:24, paraboul wrote:
> On 2014/11/24 17:58:38, Tom Hudson wrote:
> > A revert of this CL (patchset #2 id:20001) has been created in
> > https://codereview.chromium.org/750973003/ by mailto:tomhudson@chromium.org.
> > 
> > The reason for reverting is: Suspected in DM crashes, e.g.
> > 
> > 2033 tasks left	 344M peak	  843ms	tabl-cuteoverload_skp
> > Signal 11:
> > _sigtramp (+0x1a)
> > create_surface(CanvasConfig const&, GrContext*) (+0x1b2)
> > test_WritePixels(skiatest::Reporter*, GrContextFactory*) (+0x8d4)
> > skiatest::WritePixelsClass::onRun(skiatest::Reporter*) (+0x21)
> > skiatest::Test::run() (+0x7c)
> > DM::GpuTestTask::draw(GrContextFactory*) (+0x8c)
> > DM::GpuTask::run(GrContextFactory*) (+0xa6)
> > DM::TaskRunner::wait() (+0x7f)
> > dm_main() (+0x33f)
> > main (+0x27)
> > 
> > 
> > On all MacMini platforms (the following URL with -Mac{10.6,10.7,10.8}- and
> > -{Debug,Release}):
> > 
> >
>
http://build.chromium.org/p/client.skia/builders/Test-Mac10.6-MacMini4.1-GeFo...
> > .
> 
> Are you sure it's related to this patch? Seems like it's still failing :
>
http://build.chromium.org/p/client.skia/builders/Test-Mac10.8-MacMini4.1-GeFo...
> Though it's my first patch and I'm not familiar with the builders.

I agree that it is not yours. It seemed likely because both the patch and
crashes were Mac-specific. It was probably due to one of my CLs.
Investigating...

Powered by Google App Engine
This is Rietveld 408576698