Mesa (master): gallium: implement a heads-up display module

Marek Olšák mareko at kemper.freedesktop.org
Tue Mar 26 02:19:40 UTC 2013


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Thu Mar 21 19:47:06 2013 +0100

gallium: implement a heads-up display module

Reviewed-by: Brian Paul <brianp at vmware.com>

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



More information about the mesa-commit mailing list