mesa/formatquery: Add support for READ_PIXELS query
authorEduardo Lima Mitev <elima@igalia.com>
Tue, 22 Dec 2015 17:20:57 +0000 (18:20 +0100)
committerEduardo Lima Mitev <elima@igalia.com>
Thu, 3 Mar 2016 14:14:07 +0000 (15:14 +0100)
commit09550c16a51e89dbf64b0864d3fb4ddb6accac52
tree3b40c6caa03580b75a1e177ed218e9fb2d3a2da1
parent8d7696f6380c38085029fff0eb00c3c18ea8e017
mesa/formatquery: Add support for READ_PIXELS query

This is supported since very early version of OpenGL, but we still call the
driver to give it the opportunity to report caveat or no support.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/formatquery.c