commit | 4aec928ca4d9331ad9451abbc88d0719edb5221b | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Fri Nov 28 17:30:32 2014 -0500 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Sat Nov 29 12:15:43 2014 -0500 |
tree | 8f62e20fdcd23e4f2761950a2bcfa994878bc4cc | |
parent | 20fbf99595fc87efb4a7ecfd4c1bd9bed08208a5 [diff] |
freedreno/a3xx: unify vertex/texture formats into a single table The table contains all the relevant information about each format. The helper functions now just do lookups in the table. Note that this adds support for a lot of formats that were previously unsupported. Additionally it adds disabled support for integer render buffers, which will require more work to actually enable. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Rob Clark <robclark@freedesktop.org>