st/dri: Support 24bit formats in dri2_allocate_buffer
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Sun, 29 Jan 2012 16:28:50 +0000 (17:28 +0100)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 30 Jan 2012 16:15:44 +0000 (17:15 +0100)
commitc72d7df16879e3210946ba92a7edc823815b6f16
treecc7c3594aafa8a4e313c5084e06e57617cb18be4
parentfef395c0c3a011cc23cc638358c116accf35b7a2
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.
src/gallium/state_trackers/dri/drm/dri2.c