[Mesa-dev] [PATCH 1/1] radeon: Don't check DCC on pipe buffers

Marek Olšák maraeo at gmail.com
Tue Sep 13 09:35:49 UTC 2016


On Tue, Sep 13, 2016 at 11:31 AM, Nicolai Hähnle <nhaehnle at gmail.com> wrote:
> What's the path via which r600_create_surface_custom is called with a buffer
> instead of a texture?

r600g only supports shader-writable buffers via the CB block. It
internally creates a surface for a buffer and invokes the
emit_framebuffer_state path.

Marek


More information about the mesa-dev mailing list