projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc9e5ed
)
r600g: remove FIXME comment
author
Marek Olšák
<maraeo@gmail.com>
Sat, 30 Apr 2011 22:04:06 +0000
(
00:04
+0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_buffer.c
b/src/gallium/drivers/r600/r600_buffer.c
index b89901d62484ea85ef4ef6a8f6548c7db6d8baba..9f545f14699e938032015ba89cf01ff3c0342ebd 100644
(file)
--- a/
src/gallium/drivers/r600/r600_buffer.c
+++ b/
src/gallium/drivers/r600/r600_buffer.c
@@
-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;
}