Skip to content
Commit b4e70a49 authored by Manuel Stoeckl's avatar Manuel Stoeckl Committed by Marius Vlad
Browse files

simple-egl: only force config buffer size for 16bpp



Constraining the buffer size of an EGLConfig to 32 means that
the sum of red, green, blue, and alpha channels must equal 32.
This constraint prevented weston-simple-egl from picking an
RGBX pixel format when an opaque surface was asked for, since
the typical RGBX pixel formats have buffer sizes of 30, 24,
and 16.

Signed-off-by: default avatarManuel Stoeckl <code@mstoeckl.com>
parent 4564b799
Loading
Loading
Loading
Pipeline #453418 passed with stages
in 3 minutes and 56 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment