Introduce intel-gpu-overlay
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 17 Aug 2013 10:12:07 +0000 (11:12 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 17 Aug 2013 10:21:51 +0000 (11:21 +0100)
commitf9a50de3dcc501e930de6c60983a4feb57121e7e
treee2a65ef9a1ce5c15faf8e95e0337e821e2579ac7
parent7df9caeea1606b4f0272de35f0d7f70eedd5ec30
Introduce intel-gpu-overlay

A realtime display of GPU activity. Note, this is just at the point of
minimum usability...

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
21 files changed:
Makefile.am
configure.ac
overlay/.gitignore [new file with mode: 0644]
overlay/Makefile.am [new file with mode: 0644]
overlay/README [new file with mode: 0644]
overlay/chart.c [new file with mode: 0644]
overlay/chart.h [new file with mode: 0644]
overlay/gem-objects.c [new file with mode: 0644]
overlay/gem-objects.h [new file with mode: 0644]
overlay/gpu-top.c [new file with mode: 0644]
overlay/gpu-top.h [new file with mode: 0644]
overlay/i915_pciids.h [new file with mode: 0644]
overlay/igfx.c [new file with mode: 0644]
overlay/igfx.h [new file with mode: 0644]
overlay/overlay.c [new file with mode: 0644]
overlay/overlay.h [new file with mode: 0644]
overlay/x11/dri2.c [new file with mode: 0644]
overlay/x11/dri2.h [new file with mode: 0644]
overlay/x11/rgb2yuv.c [new file with mode: 0644]
overlay/x11/rgb2yuv.h [new file with mode: 0644]
overlay/x11/x11-overlay.c [new file with mode: 0644]