commit | 6af6d7b08af5d14b7a5848c87c01ae3c711c7963 | [log] [tgz] |
---|---|---|
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | Tue Jan 26 10:27:58 2016 -0500 |
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | Wed Feb 03 14:10:34 2016 +0100 |
tree | 64d8afcae6ad40bc10d3e7c26091111173d3125c | |
parent | 3abb548ef681a63a077f7e6cbf36988426b244c0 [diff] |
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS This cap indicates whether pipe->create_surface can reinterpret a texture as a surface with a format of different block width/height (but equal block size). v2: fix whitespace Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>