mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 06:16:13 +00:00
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>
8 lines
186 B
C
8 lines
186 B
C
#include <X11/Xlib.h>
|
|
#include <X11/extensions/Xvlib.h>
|
|
#include <cairo.h>
|
|
#include <stdint.h>
|
|
|
|
void rgb2yuv_init(void);
|
|
int rgb2yuv(cairo_surface_t *rgb, XvImage *image, uint8_t *yuv);
|