st/dri: Use packed RGB formats
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 10 Aug 2015 09:44:18 +0000 (18:44 +0900)
committerIlia Mirkin <imirkin@alum.mit.edu>
Mon, 5 Oct 2015 01:50:31 +0000 (21:50 -0400)
commit87c3c9acd29655d6c8778ea732f559eebeddd5f6
tree2f13843e8dd1232fb83d61e6b0d6914c6a1f485a
parent763cd8c080353482cb41da578cb3d6f7892a0c9f
st/dri: Use packed RGB formats

Fixes Gallium based DRI drivers failing to load on big endian hosts
because they can't find any matching fbconfigs.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71789
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/state_trackers/dri/dri2.c
src/gallium/state_trackers/dri/dri_drawable.c