mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
nv30: more interface updates
This commit is contained in:
parent
8d13f55d2c
commit
86bba42023
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue