diff options
author | Roland Scheidegger <[email protected]> | 2015-11-17 01:04:05 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2015-11-17 01:04:09 +0100 |
commit | a2611ffe4b5f1852c59301f086b988233a1c62f3 (patch) | |
tree | b35a2c63c43497517f20870687b4695d0ce0d301 /src/mesa/drivers/dri/i965/brw_vs.c | |
parent | 983614dbede7b94cba1bad9f3e8627fc5e14bb91 (diff) |
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 <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Cc: "11.0" <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.c')
0 files changed, 0 insertions, 0 deletions