i965: Add boilerplate function for QueryInternalFormat driver hook
authorEduardo Lima Mitev <elima@igalia.com>
Tue, 27 Oct 2015 15:16:24 +0000 (16:16 +0100)
committerEduardo Lima Mitev <elima@igalia.com>
Thu, 3 Mar 2016 14:14:05 +0000 (15:14 +0100)
commit28144c4476343a5e2f679ce96ec72cddc5762b04
treeffb30d06207ca8961976370f4f0317672bc9e31e
parent45054f9702bd07cd293c1f6c1317eae9530cc4da
i965: Add boilerplate function for QueryInternalFormat driver hook

By default, we call back the driver's hook fallback function that has generic
implementations for the all the queries.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_formatquery.c [new file with mode: 0644]