diff options
author | Ben Skeggs <[email protected]> | 2009-02-05 14:04:45 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-02-05 14:04:45 +1000 |
commit | 13393736dbab1087589f8dd788bc412d16b431d1 (patch) | |
tree | d9059a37412b5aed40b14745bbd896131e6d2cc7 /src/gallium/drivers/nv50/nv50_screen.h | |
parent | ae8a7544d1ab96240f646ea91fb149227067a2db (diff) |
nv50: move 2d blit/fill code into pipe driver
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h index 400ddcef06d..c888ca071c8 100644 --- a/src/gallium/drivers/nv50/nv50_screen.h +++ b/src/gallium/drivers/nv50/nv50_screen.h @@ -11,6 +11,7 @@ struct nv50_screen { unsigned cur_pctx; struct nouveau_grobj *tesla; + struct nouveau_grobj *eng2d; struct nouveau_notifier *sync; struct pipe_buffer *constbuf; |