mesa: Completely remove QuerySamplesForFormat from driver func table
authorEduardo Lima Mitev <elima@igalia.com>
Wed, 16 Dec 2015 17:11:36 +0000 (18:11 +0100)
committerEduardo Lima Mitev <elima@igalia.com>
Thu, 3 Mar 2016 14:14:05 +0000 (15:14 +0100)
commita347a0f53fbdd9b607d7eae4a483e62f82c68cb1
tree41b71e690373ec4c6e121e0a0331c4bc5e883e4e
parent993d7345b7c356d96f3d24865d83ff368bc6fc55
mesa: Completely remove QuerySamplesForFormat from driver func table

At this point, all uses have been replaced by the more general hook
QueryInternalFormat, introduced by ARB_internalformat_query2.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/formatquery.c