projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d13f55
)
nv30: more interface updates
author
Ben Skeggs
<skeggsb@gmail.com>
Fri, 15 Feb 2008 02:55:55 +0000
(13:55 +1100)
committer
Ben Skeggs
<skeggsb@gmail.com>
Fri, 15 Feb 2008 02:55:55 +0000
(13:55 +1100)
src/mesa/pipe/nv30/nv30_dma.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/nv30/nv30_dma.h
b/src/mesa/pipe/nv30/nv30_dma.h
index 6eff6b42903f464b047202d91ce0171e8a235be3..f8bc6eca76a0c237626a45e4cd077d8e354df636 100644
(file)
--- 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 */