OSDN Git Service

r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 22 Aug 2011 13:44:43 +0000 (15:44 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 26 Aug 2011 16:21:18 +0000 (18:21 +0200)
commit702838a7061cde91a6bcdd3382817deb61218bf1
tree4a5786042924df2e95d816f3b89c3d42e6f9ecf9
parentf5a4e04cdb37069bc5b92798137588fed6eda39b
r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.

If the state tracker tries to map the resource directly but we can't or don't
want to do that, fail to create a transfer.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_texture.c