Module: Mesa Branch: master Commit: 67635a0a713e54939f1f72ba8db2b3099988a925 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67635a0a713e54939f1f72ba8db2b3099988a925
Author: Ilia Mirkin <[email protected]> Date: Sat Oct 31 19:54:38 2015 -0400 nouveau: get rid of tabs Signed-off-by: Ilia Mirkin <[email protected]> --- .../drivers/nouveau/codegen/nv50_ir_build_util.h | 4 +- .../drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp | 2 +- .../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 2 +- src/gallium/drivers/nouveau/nouveau_heap.c | 130 ++++----- src/gallium/drivers/nouveau/nouveau_heap.h | 12 +- src/gallium/drivers/nouveau/nouveau_screen.c | 304 ++++++++++---------- src/gallium/drivers/nouveau/nouveau_screen.h | 82 +++--- src/gallium/drivers/nouveau/nouveau_statebuf.h | 6 +- src/gallium/drivers/nouveau/nouveau_video.c | 2 +- src/gallium/drivers/nouveau/nouveau_video.h | 2 +- src/gallium/drivers/nouveau/nouveau_vp3_video.h | 32 +-- .../drivers/nouveau/nouveau_vp3_video_bsp.c | 142 ++++----- src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c | 262 ++++++++--------- src/gallium/drivers/nouveau/nouveau_winsys.h | 24 +- src/gallium/drivers/nouveau/nv50/nv50_resource.c | 8 +- src/gallium/drivers/nouveau/nv50/nv50_surface.c | 2 +- src/gallium/drivers/nouveau/nv50/nv98_video_vp.c | 48 ++-- src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 102 +++---- src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c | 48 ++-- 19 files changed, 607 insertions(+), 607 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=67635a0a713e54939f1f72ba8db2b3099988a925 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
