nv50: add remaining RGBX formats
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 18 Apr 2013 18:55:32 +0000 (20:55 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 18 Apr 2013 19:04:22 +0000 (21:04 +0200)
commit78eaaff696b34ebd4b13466c1eb75295e88eeb53
treeee27b7aa68761c6ceaad7481cb702b7c2216ba01
parent729abfd0f53c27ba58da95882bef985945933c65
nv50: add remaining RGBX formats

Not all are supported as render targets.

The state tracker fallback of using RGBA instead of RGBX currently
fails for blending, we could work around this by clearing their alpha
to 1 and modifying the color mask to disable writing alpha.
src/gallium/drivers/nv50/nv50_formats.c