Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bl4ckb0ne
Copy link
Contributor

@bl4ckb0ne bl4ckb0ne commented Aug 5, 2022

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

@stonesthrow
Copy link
Contributor

I added a few MESA participants to review.

@fooishbar
Copy link
Contributor

thanks! I think this is within @jekstrand & @nwnk's remit

@bl4ckb0ne
Copy link
Contributor Author

Thanks for pinging the relevant people @fooishbar, I talked with @jekstrand last week about this specific issue

bl4ckb0ne added a commit to bl4ckb0ne/EGL-Registry that referenced this pull request Aug 11, 2022
oddhack pushed a commit that referenced this pull request Aug 11, 2022
Signed-off-by: Simon Zeni <[email protected]>

Signed-off-by: Simon Zeni <[email protected]>
@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 32f9da2 to 59bcb79 Compare August 11, 2022 13:21
Copy link
Contributor

@stonesthrow stonesthrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gfxstrand
Copy link

MESA implementation https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18011

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.

@bl4ckb0ne
Copy link
Contributor Author

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.

Copy link
Contributor

@stonesthrow stonesthrow left a 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

@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 7d5194b to e2473bf Compare September 30, 2022 10:41
@stonesthrow
Copy link
Contributor

Need reviews

@bl4ckb0ne
Copy link
Contributor Author

bl4ckb0ne commented Oct 11, 2022 via email

@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from e2473bf to 3e33351 Compare October 27, 2022 21:03
@bl4ckb0ne
Copy link
Contributor Author

Both MESA impl and EGL are up for review

api/egl.xml Show resolved Hide resolved
@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 3e33351 to 955fbc5 Compare October 31, 2022 14:09
@stonesthrow
Copy link
Contributor

Extension is ready for review with a MESA implementation. Please review and approve.

@bl4ckb0ne
Copy link
Contributor Author

ping @jekstrand and @nwnk for the mesa impl

@oddhack
Copy link
Contributor

oddhack commented Jul 16, 2024

@jekstrand @nwnk @stonesthrow could this be progressed? The last state was asking for reviews and that was well over a year ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eglCreateImage for cubemap textures
6 participants