commit | c72d7df16879e3210946ba92a7edc823815b6f16 | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Sun Jan 29 17:28:50 2012 +0100 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Mon Jan 30 17:15:44 2012 +0100 |
tree | cc7c3594aafa8a4e313c5084e06e57617cb18be4 | |
parent | fef395c0c3a011cc23cc638358c116accf35b7a2 [diff] |
st/dri: Support 24bit formats in dri2_allocate_buffer Prior commit 576161289df68eedade591fbca4013329c9e5ded, the parameter format was bpp, thus both 24bit and 32bit formats were requested with format set to 32. Handle 24bit seperately now. Fixes RGBX formats in wayland platform for egl_dri2 (EGL_ALPHA_SIZE=0). Note: This is a candidate for the 8.0 branch.