diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-12-22 01:58:52 +0100 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2010-12-23 16:54:58 +0100 |
commit | 4a710469e0df18220ff13f91e007738aebce640e (patch) | |
tree | 14ec175d65972e02589bbb13eaf1996b9cad4577 /src/mesa/main | |
parent | 998657112b09f354232ab521dc62f00aa77921d9 (diff) | |
download | external_mesa3d-4a710469e0df18220ff13f91e007738aebce640e.zip external_mesa3d-4a710469e0df18220ff13f91e007738aebce640e.tar.gz external_mesa3d-4a710469e0df18220ff13f91e007738aebce640e.tar.bz2 |
st/mesa: do not require all texture formats to be renderable
This is a bandaid on the problem that if some formats were not renderable
(like luminance_alpha), st/mesa fell back to some RGBA format, so basically
some non-renderable formats were actually not used at all. This is only
a problem with hardware drivers, softpipe can render to anything.
Instead, require only RGB8/RGBA8 to be renderable.
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions