r600g: remove FIXME comment
authorMarek Olšák <maraeo@gmail.com>
Sat, 30 Apr 2011 22:04:06 +0000 (00:04 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 30 Apr 2011 23:54:29 +0000 (01:54 +0200)
DONTBLOCK is correctly handled in r600_bo_map.

src/gallium/drivers/r600/r600_buffer.c

index b89901d62484ea85ef4ef6a8f6548c7db6d8baba..9f545f14699e938032015ba89cf01ff3c0342ebd 100644 (file)
@@ -87,9 +87,6 @@ static void *r600_buffer_transfer_map(struct pipe_context *pipe,
        if (rbuffer->r.b.user_ptr)
                return (uint8_t*)rbuffer->r.b.user_ptr + transfer->box.x;
 
-       if (transfer->usage & PIPE_TRANSFER_DONTBLOCK) {
-               /* FIXME */
-       }
        if (transfer->usage & PIPE_TRANSFER_WRITE) {
                write = 1;
        }