From: Ben Skeggs Date: Fri, 15 Feb 2008 02:55:55 +0000 (+1100) Subject: nv30: more interface updates X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86bba420231766a908c6b204b0df036f6a5bf08d;p=mesa.git nv30: more interface updates --- diff --git a/src/mesa/pipe/nv30/nv30_dma.h b/src/mesa/pipe/nv30/nv30_dma.h index 6eff6b42903..f8bc6eca76a 100644 --- a/src/mesa/pipe/nv30/nv30_dma.h +++ b/src/mesa/pipe/nv30/nv30_dma.h @@ -35,10 +35,9 @@ #define OUT_RELOC(bo,data,flags,vor,tor) do { \ nv30->nvws->push_reloc(nv30->nvws->channel, \ - nv30->nvws->channel->pushbuf->cur, \ + nv30->nvws->channel->pushbuf->cur++, \ (struct nouveau_bo *)(bo), \ (data), (flags), (vor), (tor)); \ - OUT_RING(0); \ } while(0) /* Raw data + flags depending on FB/TT buffer */