summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2015-02-19 15:41:15 -0200
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2015-05-07 15:11:49 -0300
commitcf9f48e704030b606260919f2da4c4287e51c4af (patch)
treed3af82ad7794a6af59e507c5ac63e96ae9bb697b /lib/Makefile.sources
parent8d3023c15bcc9890ab7b89fa8ae4564a295078c2 (diff)
lib: add igt_draw
For all those IGT tests that need an easy way to draw rectangles on buffers using different methods. Current planned users: FBC and PSR CRC tests. There is also a tests/kms_draw_crc program to check if the library is sane. v2: - Move the test from lib/tests to tests/ (Daniel). - Add igt_require() to filter out the swizzling/tiling methods we don't support (Daniel). - Simplify reloc handling on the BLT case (Daniel). - Document enum igt_draw_method (Daniel). - Document igt_draw_get_method_name() (Paulo). v3: - Add IGT_DRAW_MMAP_WC (Chris). - Implement the other trivial swizzling methods (Chris). - Remove the gem_sync() calls (Chris). Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 3d936298..85dc3215 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -52,6 +52,8 @@ libintel_tools_la_SOURCES = \
igt_fb.h \
igt_core.c \
igt_core.h \
+ igt_draw.c \
+ igt_draw.h \
$(NULL)
.PHONY: version.h.tmp