mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-28 18:26:17 +00:00
Stuff all the framebuffer creation, cairo and drm fourcc format handling in there. This gives us a very clear cut in the headers where igt_fb.c only needs to include igt_fb.h, and igt_kms.c includes both (well igt_kms.h pulls in igt_fb.h since we always need this). The aim here is to add api docs for igt_fb since that part of the kms library seems fairly stable already, while all the mode setting and iteration is still a bit in flux. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
51 lines
895 B
Makefile
51 lines
895 B
Makefile
libintel_tools_la_SOURCES = \
|
|
debug.h \
|
|
drmtest.c \
|
|
drmtest.h \
|
|
i830_reg.h \
|
|
i915_3d.h \
|
|
i915_reg.h \
|
|
i915_pciids.h \
|
|
igt_debugfs.c \
|
|
igt_debugfs.h \
|
|
igt_display.c \
|
|
igt_display.h \
|
|
igt_aux.c \
|
|
igt_aux.h \
|
|
instdone.c \
|
|
instdone.h \
|
|
intel_batchbuffer.c \
|
|
intel_batchbuffer.h \
|
|
intel_chipset.h \
|
|
intel_os.c \
|
|
intel_io.h \
|
|
intel_mmio.c \
|
|
intel_chipset.c \
|
|
intel_reg.h \
|
|
ioctl_wrappers.c \
|
|
ioctl_wrappers.h \
|
|
media_fill.h \
|
|
media_fill_gen7.c \
|
|
media_fill_gen8.c \
|
|
gen7_media.h \
|
|
gen8_media.h \
|
|
rendercopy_i915.c \
|
|
rendercopy_i830.c \
|
|
gen6_render.h \
|
|
gen7_render.h \
|
|
gen8_render.h \
|
|
rendercopy_gen6.c \
|
|
rendercopy_gen7.c \
|
|
rendercopy_gen8.c \
|
|
rendercopy.h \
|
|
intel_reg_map.c \
|
|
intel_iosf.c \
|
|
igt_kms.c \
|
|
igt_kms.h \
|
|
igt_fb.c \
|
|
igt_fb.h \
|
|
igt_core.c \
|
|
igt_core.h \
|
|
$(NULL)
|
|
|