Module: Mesa Branch: master Commit: a0dc286b5fecec1ede014cb5702368a60cbb22bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0dc286b5fecec1ede014cb5702368a60cbb22bc
Author: Younes Manton <[email protected]> Date: Wed Feb 25 12:55:26 2009 -0500 nouveau: nv04-nv40 texture transfer. --- src/gallium/drivers/nv04/Makefile | 1 + src/gallium/drivers/nv04/nv04_miptree.c | 47 +++---- src/gallium/drivers/nv04/nv04_screen.c | 26 +---- src/gallium/drivers/nv04/nv04_screen.h | 3 + src/gallium/drivers/nv04/nv04_state.h | 3 - src/gallium/drivers/nv04/nv04_state_emit.c | 17 ++- src/gallium/drivers/nv04/nv04_surface_2d.c | 43 ++++--- src/gallium/drivers/nv04/nv04_surface_2d.h | 5 + src/gallium/drivers/nv04/nv04_transfer.c | 201 ++++++++++++++++++++++++++++ src/gallium/drivers/nv10/Makefile | 1 + src/gallium/drivers/nv10/nv10_miptree.c | 33 +++--- src/gallium/drivers/nv10/nv10_screen.c | 28 +---- src/gallium/drivers/nv10/nv10_screen.h | 4 + src/gallium/drivers/nv10/nv10_state_emit.c | 14 +- src/gallium/drivers/nv10/nv10_transfer.c | 201 ++++++++++++++++++++++++++++ src/gallium/drivers/nv20/Makefile | 1 + src/gallium/drivers/nv20/nv20_miptree.c | 69 ++++++---- src/gallium/drivers/nv20/nv20_screen.c | 28 +---- src/gallium/drivers/nv20/nv20_screen.h | 4 + src/gallium/drivers/nv20/nv20_state_emit.c | 14 +- src/gallium/drivers/nv20/nv20_transfer.c | 201 ++++++++++++++++++++++++++++ src/gallium/drivers/nv30/Makefile | 1 + src/gallium/drivers/nv30/nv30_miptree.c | 56 ++++----- src/gallium/drivers/nv30/nv30_screen.c | 80 +----------- src/gallium/drivers/nv30/nv30_screen.h | 3 + src/gallium/drivers/nv30/nv30_state.h | 3 - src/gallium/drivers/nv30/nv30_state_fb.c | 28 ++-- src/gallium/drivers/nv30/nv30_transfer.c | 201 ++++++++++++++++++++++++++++ src/gallium/drivers/nv40/Makefile | 1 + src/gallium/drivers/nv40/nv40_miptree.c | 47 +++---- src/gallium/drivers/nv40/nv40_screen.c | 83 +----------- src/gallium/drivers/nv40/nv40_screen.h | 3 + src/gallium/drivers/nv40/nv40_state.h | 3 - src/gallium/drivers/nv40/nv40_state_fb.c | 40 +++--- src/gallium/drivers/nv40/nv40_transfer.c | 201 ++++++++++++++++++++++++++++ 35 files changed, 1242 insertions(+), 452 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=a0dc286b5fecec1ede014cb5702368a60cbb22bc _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
