aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formatquery.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Add skeleton implementation of glGetInternalformativIan Romanick2013-01-151-0/+35
This is for the GL_ARB_internalformat_query extension and GLES 3.0. v2: Generate GL_INVALID_OPERATION if the extension is not supported. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Jordan Justen <[email protected]>