mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
virgl: delete commented out fprintf-call
This is just debug-cruft left over. Let's just get rid of it. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
This commit is contained in:
parent
9de34b4dde
commit
2ebfa90abe
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ static inline void virgl_encoder_write_block(struct virgl_cmd_buf *state,
|
|||
int x;
|
||||
memcpy(state->buf + state->cdw, ptr, len);
|
||||
x = (len % 4);
|
||||
// fprintf(stderr, "[%d] block %d x is %d\n", state->cdw, len, x);
|
||||
if (x) {
|
||||
uint8_t *mp = (uint8_t *)(state->buf + state->cdw);
|
||||
mp += len;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue