commit | 47e41b024e325f69ed514e551a6824afa58f1db6 | [log] [tgz] |
---|---|---|
author | Michel Dänzer <daenzer@vmware.com> | Fri Oct 02 18:13:26 2009 +0200 |
committer | Michel Dänzer <daenzer@vmware.com> | Fri Oct 02 18:13:26 2009 +0200 |
tree | 5b98f65f5d67e2a1a450ad681bc64bf229a198d2 | |
parent | 7d4b348c67dbc2eff1d7dd0c043a76bc0eae57ab [diff] |
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. Always test for PIPE_TRANSFER_READ/WRITE using the bit-wise and operator, and add a pipe_transfer_buffer_flags() helper for getting the buffer usage flags corresponding to them.