summaryrefslogtreecommitdiffstats
path: root/docs/precompiled.html
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-12-20 02:09:56 +0100
committerMarek Olšák <[email protected]>2013-01-04 14:06:09 +0100
commit5daba187c987b1fe607d395c70748c6e331f59c4 (patch)
tree32fbca8988409df33b86d3d8f084474a125abc96 /docs/precompiled.html
parent0aecb174ce5d2d5c25e1076e8d0cdcb68e9a3b5c (diff)
st/mesa: try to find the format matching format+type in decompressed_with_blit
There was the fast path based on _mesa_format_matches_format_and_type for GetTexImage, but it never worked, because the Mesa format we were testing there was always compressed. Further testing showed that the fast path had been completely broken. In this commit, the somewhat limited helper util_create_rgba_texture is no longer used and instead, custom code for the texture creation is added, which tries to find the best matching RGBA8 format, so that we can hit the fast path *always* if the read format is a variant of RGBA8 and supported by the driver. Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/precompiled.html')
0 files changed, 0 insertions, 0 deletions