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

Issue 543363004: Add support for EGL on linux (Closed)

Created:
6 years, 3 months ago by derekf
Modified:
6 years, 3 months ago
Reviewers:
bsalomon, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add support for EGL on linux Allow setting skia_egl=1 to build skia against EGL instead of GLX on unix Committed: https://skia.googlesource.com/skia/+/1cea736c3280b6f0553e3eaa598e41370b305b57

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -196 lines) Patch
M gyp/common_variables.gypi View 1 2 5 chunks +7 lines, -0 lines 0 comments Download
M gyp/gpu.gyp View 1 2 4 chunks +24 lines, -0 lines 0 comments Download
M gyp/gpu.gypi View 1 2 chunks +2 lines, -1 line 0 comments Download
M include/gpu/gl/SkNativeGLContext.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
D src/gpu/gl/android/SkNativeGLContext_android.cpp View 1 chunk +0 lines, -182 lines 0 comments Download
A + src/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp View 1 1 chunk +6 lines, -11 lines 0 comments Download
A + src/gpu/gl/egl/SkNativeGLContext_egl.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
derekf
My intent with this patch set is to allow building skia for linux with EGL ...
6 years, 3 months ago (2014-09-15 22:22:15 UTC) #6
derekf
On 2014/09/15 22:22:15, derekf wrote: > My intent with this patch set is to allow ...
6 years, 3 months ago (2014-09-23 18:27:04 UTC) #7
bsalomon
Seems like a good idea to me, but I think we should make egl it's ...
6 years, 3 months ago (2014-09-23 18:55:46 UTC) #8
derekf
PTAL
6 years, 3 months ago (2014-09-23 20:02:51 UTC) #9
djsollen
https://codereview.chromium.org/543363004/diff/100001/include/gpu/gl/SkNativeGLContext.h File include/gpu/gl/SkNativeGLContext.h (right): https://codereview.chromium.org/543363004/diff/100001/include/gpu/gl/SkNativeGLContext.h#newcode38 include/gpu/gl/SkNativeGLContext.h:38: #elif defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_NACL) || defined(SK_EGL) should we just ...
6 years, 3 months ago (2014-09-23 20:18:27 UTC) #10
derekf
On 2014/09/23 20:18:27, djsollen wrote: > https://codereview.chromium.org/543363004/diff/100001/include/gpu/gl/SkNativeGLContext.h > File include/gpu/gl/SkNativeGLContext.h (right): > > https://codereview.chromium.org/543363004/diff/100001/include/gpu/gl/SkNativeGLContext.h#newcode38 > ...
6 years, 3 months ago (2014-09-23 21:03:49 UTC) #11
derekf
Patch set 3 removes SK_BUILD_NACL and SK_BUILD_ANDROID tests from SkNativeGLContext.h and replaces them with SK_EGL ...
6 years, 3 months ago (2014-09-23 21:18:22 UTC) #12
bsalomon
lgtm
6 years, 3 months ago (2014-09-23 21:30:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/543363004/120001
6 years, 3 months ago (2014-09-23 22:09:09 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:120001) as 1cea736c3280b6f0553e3eaa598e41370b305b57
6 years, 3 months ago (2014-09-23 22:17:40 UTC) #16
borenet
6 years, 3 months ago (2014-09-24 12:30:38 UTC) #17
Message was sent while issue was closed.
On 2014/09/23 22:17:40, I haz the power (commit-bot) wrote:
> Committed patchset #3 (id:120001) as 1cea736c3280b6f0553e3eaa598e41370b305b57

Reverted in https://codereview.chromium.org/599493003/ due to segfaults on all
Android devices.

Powered by Google App Engine
This is Rietveld 408576698