iris: actually APPEND commands, not stomp over the top and never incr

This commit is contained in:
Kenneth Graunke
2018-01-21 17:43:49 -08:00
parent b332ff489c
commit 082911409e
+1
View File
@@ -421,6 +421,7 @@ iris_batch_emit(struct iris_batch *batch, const void *data, unsigned size)
{
iris_require_command_space(batch, size);
memcpy(batch->cmdbuf.map_next, data, size);
batch->cmdbuf.map_next += size;
}
/**