ext_egl_image_storage: test invalid dmabuf target storage
https://registry.khronos.org/OpenGL/extensions/EXT/EXT_EGL_image_storage.txt
If the EGL image was created using EGL_EXT_image_dma_buf_import, then the following applies:
- must be GL_TEXTURE_2D or GL_TEXTURE_EXTERNAL_OES. Otherwise, the error INVALID_OPERATION is generated.
- if is GL_TEXTURE_2D, then the resultant texture must have a sized internal format which is colorspace and size compatible with the dma-buf. If the GL is unable to determine such a format, the error INVALID_OPERATION is generated.
- if is GL_TEXTURE_EXTERNAL_OES, the internal format of the texture is implementation defined.
Merge request reports
Activity
mentioned in merge request mesa!18673 (merged)
added 1 commit
- 190e8bb6 - ext_egl_image_storage: test invalid dmabuf target storage
added 1 commit
- 52911398 - ext_egl_image_storage: test invalid dmabuf target storage
added 1 commit
- 89d3145f - ext_egl_image_storage: test invalid dmabuf target storage
added 1 commit
- 71da6f62 - ext_egl_image_storage: test invalid dmabuf target storage
added 1 commit
- e77d4e3e - ext_egl_image_storage: test invalid dmabuf target storage
assigned to @marge-bot
mentioned in commit bl4ckb0ne/piglit@80465078
mentioned in issue mesa#7412 (closed)