-
Notifications
You must be signed in to change notification settings - Fork 43
First steps to allowing Linux to use EGL and OpenGLES #220
Conversation
prashantgupta24
commented
Dec 7, 2015
Reviewed 2 of 4 files at r1, 3 of 3 files at r4. src/platform/egl/surface.rs, line 71 [r4] (raw file): src/platform/egl/surface.rs, line 85 [r4] (raw file): Comments from the review on Reviewable.io |
Just a few minor changes left - nearly there! :) |
This looks good to me (well, it will still need a rebase + squash) - but I'd like to get @mrobinson to check over it too. |
display: self.display, | ||
visual_info: self.visual_info, | ||
match *self { | ||
NativeDisplay::Glx(info) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should still be called GLX instead of Glx.
Looks good to me, apart from a few minor style and naming issues. |
Rebased, squashed and comments addressed in #232. |
Support EGL on non-Android Linux. Rebase and squash of #220. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-layers/232) <!-- Reviewable:end -->