nv50,nvc0: implement blit
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 26 Sep 2012 21:06:40 +0000 (23:06 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 30 Sep 2012 19:31:45 +0000 (21:31 +0200)
commit36ea744f58e5b436c45ed857bd92bbb472e641d5
tree7761199ded45e851fe78039fd6cfa53bb76b8817
parentde80660c2bd43db112b6c82d970660ed9806cd33
nv50,nvc0: implement blit
16 files changed:
src/gallium/drivers/nv50/nv50_blit.h [new file with mode: 0644]
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_query.c
src/gallium/drivers/nv50/nv50_resource.h
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nv50/nv50_screen.h
src/gallium/drivers/nv50/nv50_surface.c
src/gallium/drivers/nv50/nv50_tex.c
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_context.h
src/gallium/drivers/nvc0/nvc0_query.c
src/gallium/drivers/nvc0/nvc0_screen.c
src/gallium/drivers/nvc0/nvc0_screen.h
src/gallium/drivers/nvc0/nvc0_surface.c
src/gallium/drivers/nvc0/nvc0_tex.c