commit | ea33920f7ed3a4100c921db563dc998e0ca24aad | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Dec 01 22:40:45 2015 +0100 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Dec 01 22:55:14 2015 +0100 |
tree | 65b38fb2b1068969751ab6613fbbfe9f564b992c | |
parent | f391b95105489be58f33991eb49a24d3d509f897 [diff] |
nv50,nvc0: allow to create resources other than buffers For the compute support, we might stick buffers as surfaces. This fixes an assertion when executing src/gallium/tests/trivial/compute. To avoid using these "restricted" surfaces as render targets, these assertions have been moved. Note that it's already handled for the framebuffer thing on nvc0. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>