diff options
Diffstat (limited to 'tests/gem_render_linear_blits.c')
-rw-r--r-- | tests/gem_render_linear_blits.c | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/tests/gem_render_linear_blits.c b/tests/gem_render_linear_blits.c index 5ba7c98f..5efcc210 100644 --- a/tests/gem_render_linear_blits.c +++ b/tests/gem_render_linear_blits.c @@ -37,8 +37,24 @@ #include "config.h" #endif -#include "rendercopy.h" - +#include <assert.h> +#include <stdlib.h> +#include <sys/ioctl.h> +#include <stdio.h> +#include <string.h> +#include <assert.h> +#include <fcntl.h> +#include <inttypes.h> +#include <errno.h> +#include <sys/stat.h> +#include <sys/time.h> +#include <getopt.h> +#include "drm.h" +#include "i915_drm.h" +#include "drmtest.h" +#include "intel_bufmgr.h" +#include "intel_batchbuffer.h" +#include "intel_gpu_tools.h" #define WIDTH 512 #define STRIDE (WIDTH*4) #define HEIGHT 512 |