dri/common: Add support for creating ARGB2101010 configs
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 15 Sep 2013 06:25:54 +0000 (23:25 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 16 Oct 2013 05:07:52 +0000 (22:07 -0700)
commitafda76cc0d18f7c1bc585c3457a0ad58c13b71ca
treed4d80e7f00ccd4bf0cb3cd5d768f2865ebe0a956
parentdf479cffccbdc71d13596bee38cd6434adf5f229
dri/common: Add support for creating ARGB2101010 configs

This extends the common dri driver infrastructure with the ability to create
__DRIconfigs for 10 bits/channel + 2 bit alphs formats.  This still has
to be supported and requested by a driver, so this doesn't enable anthing yet.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/common/utils.c