i915: Actually enable __DRI2rendererQueryExtensionRec
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 11 Nov 2013 19:12:08 +0000 (11:12 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 15 Nov 2013 18:10:29 +0000 (10:10 -0800)
commit96a3527a63eaa3c031d2b091dcf6ec8a608f3fde
tree3595b3288665d339cd170ad0c02ee94c621b0486
parent2be85e2492b6ad7e04884525904a7ec22cde0ddc
i915: Actually enable __DRI2rendererQueryExtensionRec

More rebase fail.  This code was written long before i915 and i965 were
split, so most of the code in i9[16]5/intel_screen.c only needed to
exist in one place.  It looks like I fixed n-1 of those places after
rebasing on the split.

I only found this from the defined-but-not-used warning for
intelRendererQueryExtension.  I noticed this while fixing the other,
related warnings.

(Note: During review, we decided to *not* pick this back to 10.0.)

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i915/intel_screen.c