commit | 46c64d4bfa01cda7d58c514164f8b127ab6741b7 | [log] [tgz] |
---|---|---|
author | Marek Olšák <maraeo@gmail.com> | Thu Dec 17 06:02:28 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 23 11:14:04 2009 +1000 |
tree | 92f3439c7b761d199714cb84bf09a937582b0c6e | |
parent | 5ea597f3764880ab3a67fe2246218634a8c12778 [diff] |
drm/radeon/kms: allow rendering while no colorbuffer is set on r300 Because hardware cannot disable all colorbuffers directly to do depth-only rendering, a user should: - disable reading from a colorbuffer in blending - disable fastfill - set the color channel mask to 0 to prevent writing to a colorbuffer Signed-off-by: Dave Airlie <airlied@redhat.com>