-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/mobile/gl: use EGL to determine the version of OpenGL ES #69
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 50ede83) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Ben Lubar: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
This PR (HEAD: 865f9d6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
…ness call eglTerminate before init returns. if another init on the same OS thread has already created a context, eglTerminate is a no-op until the context is destroyed. otherwise, this allows scenarios where a program that imports x/mobile/gl might want to call eglInitialize on a different display.
This PR (HEAD: daa7304) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
Message from Ben Lubar: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
This PR (HEAD: c24693c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/332429 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Ben Lubar: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Ben Lubar: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Go Bot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
Message from Hajime Hoshi: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332429. |
No description provided.