gallium: implement a heads-up display module
authorMarek Olšák <maraeo@gmail.com>
Thu, 21 Mar 2013 18:47:06 +0000 (19:47 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 26 Mar 2013 00:28:19 +0000 (01:28 +0100)
commitc91cf7d7d2c8cc377945c79be87799c31ce9ae59
treeacc9345705da9347f95fd9151a878d2fee5f0596
parent8ddcd715b7e6ca3d10ddd57ea504e55ca8c8cbd7
gallium: implement a heads-up display module

Reviewed-by: Brian Paul <brianp@vmware.com>
v2: lots of cosmetic changes
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/hud/font.c [new file with mode: 0644]
src/gallium/auxiliary/hud/font.h [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_context.c [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_context.h [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_cpu.c [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_driver_query.c [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_fps.c [new file with mode: 0644]
src/gallium/auxiliary/hud/hud_private.h [new file with mode: 0644]