Re: [PATCH 0/2] drm/radeon/kms: add support for depth-only rendering and 3DC texture compression on R3xx-R5xx

2009-12-18 Thread Dave Airlie
> > I'd like to propose two patches for kernel DRM. Both these sounds sane to me, I'll push them into a testing tree early next week, Dave. > > Currently the R300 CS checker doesn't allow rendering with no color > buffer set. This is needed for depth-only rendering which is required > for ren

[PATCH 0/2] drm/radeon/kms: add support for depth-only rendering and 3DC texture compression on R3xx-R5xx

2009-12-18 Thread Marek Olšák
Hi, I'd like to propose two patches for kernel DRM. Currently the R300 CS checker doesn't allow rendering with no color buffer set. This is needed for depth-only rendering which is required for rendering into depth textures to generate shadow maps. The first attached patch removes this restrictio