r200: fix bgrx8/xrgb8 blits
authorRoland Scheidegger <sroland@vmware.com>
Tue, 17 Nov 2015 00:04:05 +0000 (01:04 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 17 Nov 2015 00:04:09 +0000 (01:04 +0100)
commita2611ffe4b5f1852c59301f086b988233a1c62f3
treeb35a2c63c43497517f20870687b4695d0ce0d301
parent983614dbede7b94cba1bad9f3e8627fc5e14bb91
r200: fix bgrx8/xrgb8 blits

Since 779cabfc7d022de8b7b9bc7fdac0caffa8646c51 the same txformat table entries
are used for "normal" texturing as well as for blits. However, I forgot to put
in an entry for the bgrx8 (le) and xrgb8 (be) formats - the normal texturing
path can't hit them because the radeon tex format chooser will never chose
them, but we get that format from the dri buffers (at least I assume we got
it from there).
This is untested but essentially addressing the same bug as for radeon.
(I don't think that the second entry per le/be table is actually necessary,
but shouldn't hurt...)

Tested-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: "11.0" <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/dri/r200/r200_tex.h