egl: Quiet warning about front buffer rendering for pixmaps/pbuffers
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2019 17:11:01 +0000 (10:11 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 22 Jul 2019 23:58:09 +0000 (16:58 -0700)
commitfc21394bc4d4e5c3ec06675bbb26974e5550c385
tree808ced340066a5cee25abd5716036e6175fceaa7
parent78164a3a6c278adcbb93e21b64a575c3f8598327
egl: Quiet warning about front buffer rendering for pixmaps/pbuffers

pbuffer configs cause a million of these warnings to trigger, but
when using pixmaps or buffers, there is only one surface, so this
warning doesn't make much sense.  Retain it for window surfaces for now.

Fixes: dacb11a585f ("egl: Add a 565 pbuffer-only EGL config under X11.")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/egl/drivers/dri2/platform_x11_dri3.c