Mesa (master): nv50,nvc0: implement blit

Christoph Bumiller chrisbmr at kemper.freedesktop.org
Sun Sep 30 19:32:33 UTC 2012


Module: Mesa
Branch: master
Commit: 36ea744f58e5b436c45ed857bd92bbb472e641d5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36ea744f58e5b436c45ed857bd92bbb472e641d5

Author: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
Date:   Wed Sep 26 23:06:40 2012 +0200

nv50,nvc0: implement blit

---

 src/gallium/drivers/nv50/nv50_blit.h     |  182 ++++++
 src/gallium/drivers/nv50/nv50_context.c  |    5 +
 src/gallium/drivers/nv50/nv50_context.h  |   15 +
 src/gallium/drivers/nv50/nv50_query.c    |    3 +
 src/gallium/drivers/nv50/nv50_resource.h |    5 +
 src/gallium/drivers/nv50/nv50_screen.c   |    5 +-
 src/gallium/drivers/nv50/nv50_screen.h   |    7 +-
 src/gallium/drivers/nv50/nv50_surface.c  |  919 ++++++++++++++++++++----------
 src/gallium/drivers/nv50/nv50_tex.c      |   29 +-
 src/gallium/drivers/nvc0/nvc0_context.c  |    5 +
 src/gallium/drivers/nvc0/nvc0_context.h  |   16 +
 src/gallium/drivers/nvc0/nvc0_query.c    |    3 +
 src/gallium/drivers/nvc0/nvc0_screen.c   |    5 +-
 src/gallium/drivers/nvc0/nvc0_screen.h   |    7 +-
 src/gallium/drivers/nvc0/nvc0_surface.c  |  884 ++++++++++++++++-------------
 src/gallium/drivers/nvc0/nvc0_tex.c      |   23 +-
 16 files changed, 1398 insertions(+), 715 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=36ea744f58e5b436c45ed857bd92bbb472e641d5



More information about the mesa-commit mailing list