Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid: Introduce ServoSurface #21234
Conversation
highfive
commented
Jul 23, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 23, 2018
| throw new RuntimeException("Error: eglConfig() not Initialized"); | ||
| } | ||
| int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL14.EGL_NONE}; | ||
| mEglContext = EGL14.eglCreateContext(mEglDisplay, maEGLConfigs[0], EGL14.EGL_NO_CONTEXT, attrib_list, 0); |
This comment has been minimized.
This comment has been minimized.
MortimerGoro
Jul 24, 2018
Contributor
Check here if mEglContext is EGL_NO_CONTEXT for better error handling
1e9c928
to
27c0025
|
@MortimerGoro done. |
|
|
449762f
to
56da1f6
|
@MortimerGoro can you give me a final review on the last commit? This has been tested with Crow. |
|
|
|
@bors-servo r=MortimerGoro |
|
|
Android: Introduce ServoSurface (WIP as it depends on 2 other PRs) Depends on #21199. Only last commit matters. r? @MortimerGoro Please look at ServoSurface.java. The rest is mostly some refactoring to share as much code as possible with ServoView. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21234) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry
|
Android: Introduce ServoSurface (WIP as it depends on 2 other PRs) Depends on #21199. Only last commit matters. r? @MortimerGoro Please look at ServoSurface.java. The rest is mostly some refactoring to share as much code as possible with ServoView. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21234) <!-- Reviewable:end -->
|
|
paulrouget commentedJul 23, 2018
•
edited by SimonSapin
(WIP as it depends on 2 other PRs)
Depends on #21199. Only last commit matters.
r? @MortimerGoro
Please look at ServoSurface.java. The rest is mostly some refactoring to share as much code as possible with ServoView.
This change is