aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_formats.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-07-17 17:03:17 -0700
committerKenneth Graunke <[email protected]>2019-07-22 16:58:09 -0700
commit82607f8a900796871470ac4f1a04e154392e4898 (patch)
treec9caf08b254f7b1712068fd31fca189e3ae81e5a /src/gallium/drivers/iris/iris_formats.c
parent6ad31c4ff33d92f6359b196a94ace99682272111 (diff)
egl: Only expose 565 pbuffer configs if X can export them as DRI3 images
Glamor in xorg-server 1.20 cannot expose 16bpp pixmaps when running in the usual 24bpp mode. This meant our 565 pbuffer configs would ultimately fail to create a backing pixmap, leading to crashes. To hack around this, make a 16bpp pixmap and try and export it. If it works, expose the configs. Otherwise, just skip them. This also disables them on DRI2. These configs were only added to pass conformance requirements, and I doubt anybody cares about testing out 565 pbuffer visuals on DRI2-only drivers. v2: Don't leak the fds (caught by Eric Anholt) v3: Don't free(fds), it's not malloc'd Fixes: dacb11a585f ("egl: Add a 565 pbuffer-only EGL config under X11.") Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/drivers/iris/iris_formats.c')
0 files changed, 0 insertions, 0 deletions