commit | a4f26f2bea94baea56354fe629ccd971a6d4eb1c | [log] [tgz] |
---|---|---|
author | Christoph Bumiller <e0425955@student.tuwien.ac.at> | Thu Oct 13 14:48:03 2011 +0200 |
committer | Christoph Bumiller <e0425955@student.tuwien.ac.at> | Sat Oct 15 14:12:31 2011 +0200 |
tree | e16e69d5925bdcad8f85bc95a88fca7da195266c | |
parent | 0dc97e7fd49a5b8db25b95a1020fc598dba5cf65 [diff] |
gallium: add PIPE_BIND_BLENDABLE flag This is required for an accurate implementation of d3d1x's CheckFormatSupport query. It also seems generally useful for state trackers, which could choose alternative rendering paths or formats if blending would come at a significant performance loss.