[Mesa-dev] [PATCH 0/9] Implement GL_ARB_internalformat_query

Ian Romanick idr at freedesktop.org
Wed Dec 19 15:58:34 PST 2012


GL_ARB_internalformat_query is a required part of OpenGL ES 3.0, and this
series impelments it in core Mesa and the i965 driver.  Implementation for
Gallium drivers should be trivial.

With this series all of the GL_ARB_internalformat_query recently pushed to
piglit pass *execpt* the SNORM part of the
arb_internalformat_query-api-errors.  The question of whether SNORM formats
should be renderable is still open in Khronos.  Until that is resolved, I
don't want to change the test (which matches other implementations) or Mesa
(which matches the letter of the spec).



More information about the mesa-dev mailing list