lib: extract kmstest_create_fb

We should get more kms tests soon, and not needing to copy-paste a
nice test pattern should be useful.

That establishes a firm depency of i-g-t on cairo over everything, but
I don't care so much about that.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2012-05-22 14:37:19 +02:00
parent 0732cc59ab
commit 662d732199
8 changed files with 272 additions and 225 deletions
+2
View File
@@ -29,3 +29,5 @@ libintel_tools_la_SOURCES = \
intel_reg_map.c \
$(NULL)
LDADD = $(CAIRO_LIBS)
AM_CFLAGS += $(CAIRO_CFLAGS)