extensions: add EGL_MESA_gl_texture_cubemap_image#165
extensions: add EGL_MESA_gl_texture_cubemap_image#165bl4ckb0ne wants to merge 3 commits intoKhronosGroup:mainfrom
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 <simon@bl4ckb0ne.ca>
32f9da2 to
59bcb79
Compare
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 <simon@bl4ckb0ne.ca> Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
59bcb79 to
7d5194b
Compare
stonesthrow
left a comment
There was a problem hiding this comment.
"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 <simon@bl4ckb0ne.ca>
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca>
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