Module: Mesa Branch: master Commit: c91cf7d7d2c8cc377945c79be87799c31ce9ae59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c91cf7d7d2c8cc377945c79be87799c31ce9ae59
Author: Marek Olšák <[email protected]> Date: Thu Mar 21 19:47:06 2013 +0100 gallium: implement a heads-up display module Reviewed-by: Brian Paul <[email protected]> v2: lots of cosmetic changes --- src/gallium/auxiliary/Makefile.sources | 5 + src/gallium/auxiliary/hud/font.c | 437 +++++++++++ src/gallium/auxiliary/hud/font.h | 59 ++ src/gallium/auxiliary/hud/hud_context.c | 993 ++++++++++++++++++++++++++ src/gallium/auxiliary/hud/hud_context.h | 45 ++ src/gallium/auxiliary/hud/hud_cpu.c | 164 +++++ src/gallium/auxiliary/hud/hud_driver_query.c | 207 ++++++ src/gallium/auxiliary/hud/hud_fps.c | 81 +++ src/gallium/auxiliary/hud/hud_private.h | 91 +++ 9 files changed, 2082 insertions(+), 0 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=c91cf7d7d2c8cc377945c79be87799c31ce9ae59 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
