Skip to content

extensions: add EGL_MESA_gl_texture_cubemap_image#165

Open
bl4ckb0ne wants to merge 3 commits intoKhronosGroup:mainfrom
bl4ckb0ne:gl-texture-cubemap-image
Open

extensions: add EGL_MESA_gl_texture_cubemap_image#165
bl4ckb0ne wants to merge 3 commits intoKhronosGroup:mainfrom
bl4ckb0ne:gl-texture-cubemap-image

Conversation

@bl4ckb0ne
Copy link
Copy Markdown
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

Comment thread extensions/MESA/EGL_MESA_gl_texture_cubemap_image.txt Outdated
@stonesthrow
Copy link
Copy Markdown
Contributor

I added a few MESA participants to review.

@fooishbar
Copy link
Copy Markdown
Contributor

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

@bl4ckb0ne
Copy link
Copy Markdown
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
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
oddhack pushed a commit that referenced this pull request Aug 11, 2022
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>

Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 32f9da2 to 59bcb79 Compare August 11, 2022 13:21
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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.

XZiar pushed a commit to XZiar/EGL-Registry that referenced this pull request Aug 23, 2022
…#168)

Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>

Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 59bcb79 to 7d5194b Compare September 27, 2022 18:16
Comment thread extensions/MESA/EGL_MESA_gl_texture_cubemap_image.txt Outdated
Copy link
Copy Markdown
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
Copy Markdown
Contributor

Need reviews

@bl4ckb0ne
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Both MESA impl and EGL are up for review

Comment thread api/egl.xml
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
@bl4ckb0ne bl4ckb0ne force-pushed the gl-texture-cubemap-image branch from 3e33351 to 955fbc5 Compare October 31, 2022 14:09
@stonesthrow
Copy link
Copy Markdown
Contributor

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

@bl4ckb0ne
Copy link
Copy Markdown
Contributor Author

ping @jekstrand and @nwnk for the mesa impl

@oddhack
Copy link
Copy Markdown
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