From: Eric Anholt Date: Mon, 22 Jun 2009 15:52:52 +0000 (-0700) Subject: i965: Fix warnings in intel_pixel_read.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c80ce5ac90b1e0ac7a72cd41c314aa2000bfecf5;p=mesa.git i965: Fix warnings in intel_pixel_read.c. --- diff --git a/src/mesa/drivers/dri/intel/intel_pixel_read.c b/src/mesa/drivers/dri/intel/intel_pixel_read.c index a7b79592758..74da6d39a2f 100644 --- a/src/mesa/drivers/dri/intel/intel_pixel_read.c +++ b/src/mesa/drivers/dri/intel/intel_pixel_read.c @@ -31,6 +31,7 @@ #include "main/macros.h" #include "main/image.h" #include "main/bufferobj.h" +#include "main/state.h" #include "swrast/swrast.h" #include "intel_screen.h" @@ -299,6 +300,9 @@ intelReadPixels(GLcontext * ctx, if (do_texture_readpixels (ctx, x, y, width, height, format, type, pack, pixels)) return; +#else + (void)do_blit_readpixels; + (void)do_texture_readpixels; #endif if (INTEL_DEBUG & DEBUG_PIXEL)