X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Freadpix.h;h=481ad9d9c3752ff1ca27921eeeb9d522bad1e84b;hb=78a391ed8311fc5215347f8775bf0aa29568b78d;hp=41116e430ec8dd8bb271ed0f60bd5271e17da8b3;hpb=c59c0f8a42652603da7f89e3270897cb685fe76b;p=mesa.git diff --git a/src/mesa/main/readpix.h b/src/mesa/main/readpix.h index 41116e430ec..481ad9d9c37 100644 --- a/src/mesa/main/readpix.h +++ b/src/mesa/main/readpix.h @@ -38,7 +38,8 @@ _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format, GLenum type, GLboolean uses_blit); extern GLboolean -_mesa_need_rgb_to_luminance_conversion(mesa_format texFormat, GLenum format); +_mesa_need_rgb_to_luminance_conversion(GLenum srcBaseFormat, + GLenum dstBaseFormat); extern GLboolean _mesa_need_luminance_to_rgb_conversion(GLenum srcBaseFormat,