[Piglit] [PATCH] EGL_NOK_texture_from_pixmap test
Tapani Pälli
tapani.palli at intel.com
Mon Feb 10 05:36:12 PST 2014
Hi;
As the spec for this extension got finally released I thought to write a
new test for it which mainly tests the EGL_Y_INVERTED_NOK for which we had
a bug with Enlightenment some weeks back. I'm using X API as I needed to
have native rendered content so that I could test against EGL_Y_INVERTED_NOK.
I noticed that Mesa does not auto-generate mipmaps on eglBindTexImage when
EGL_MIPMAP_TEXTURE of the pixmap surface is set to true, I think this might
be a bug but perhaps somewhat intentional one (?) so basically I left out
testing mipmapping here. Let me know if you think something else might be
missing from the test or if my understanding of mipmapping part is wrong
and Mesa needs fixing.
Thanks;
Tapani Pälli (1):
EGL_NOK_texture_from_pixmap test for OpenGL ES 2.0
tests/egl/CMakeLists.gles2.txt | 15 ++
tests/egl/egl-nok-texture-from-pixmap-gles2.c | 249 ++++++++++++++++++++++++++
2 files changed, 264 insertions(+)
create mode 100644 tests/egl/CMakeLists.gles2.txt
create mode 100644 tests/egl/egl-nok-texture-from-pixmap-gles2.c
--
1.8.3.1
More information about the Piglit
mailing list