-
Notifications
You must be signed in to change notification settings - Fork 107
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
extensions: add EGL_MESA_gl_texture_cubemap_image #165
base: main
Are you sure you want to change the base?
Conversation
c71a05c
to
2960edc
Compare
4eefa79
to
32f9da2
Compare
I added a few MESA participants to review. |
thanks! I think this is within @jekstrand & @nwnk's remit |
Thanks for pinging the relevant people @fooishbar, I talked with @jekstrand last week about this specific issue |
Signed-off-by: Simon Zeni <[email protected]>
Signed-off-by: Simon Zeni <[email protected]> Signed-off-by: Simon Zeni <[email protected]>
32f9da2
to
59bcb79
Compare
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.
LGTM
Is there meant to be an actual implementation somewhere? All that does is pull in the new XML and headers. I don't see any actual Mesa EGL code. |
I havent pushed yet, I'm working on a piglit test at the same time to validate everything. I'll make a push this afternoon. |
…#168) Signed-off-by: Simon Zeni <[email protected]> Signed-off-by: Simon Zeni <[email protected]>
59bcb79
to
7d5194b
Compare
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.
"allows adds" in description
7d5194b
to
e2473bf
Compare
Need reviews |
I'm working on it at the moment, havent pushed the latest batch of work. I'm also writing the piglit test at the same time.
|
e2473bf
to
3e33351
Compare
Both MESA impl and EGL are up for review |
Signed-off-by: Simon Zeni <[email protected]>
Signed-off-by: Simon Zeni <[email protected]>
Signed-off-by: Simon Zeni <[email protected]>
3e33351
to
955fbc5
Compare
Extension is ready for review with a MESA implementation. Please review and approve. |
ping @jekstrand and @nwnk for the mesa impl |
@jekstrand @nwnk @stonesthrow could this be progressed? The last state was asking for reviews and that was well over a year ago. |
Closes #164, allows the creation of an EGLImage from a GL_TEXTURE_CUBE_MAP.
MESA implementation https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18011