This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa-drm
Watch
1
Star
0
Fork
You've already forked mesa-drm
0
mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced
2026-05-11 06:08:10 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
512c8a88ca
mesa-drm
/
tests
/
util
/
Makefile.sources
9 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
tests: Split helpers into library Some of the helpers, such as the pattern drawing helpers or the format lookup helpers, have potential to be reused. Move them into a separate library to make it easier to share them. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 18:37:39 +01:00
UTIL_FILES := \
common.h \
format.c \
format.h \
tests: Move name tables to libutil These tables are duplicated in several places, so move them into libutil so that they can be shared. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 18:37:40 +01:00
kms.c \
kms.h \
tests: Split helpers into library Some of the helpers, such as the pattern drawing helpers or the format lookup helpers, have potential to be reused. Move them into a separate library to make it easier to share them. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 18:37:39 +01:00
pattern.c \
pattern.h
Reference in a new issue
Copy permalink