summaryrefslogtreecommitdiff
path: root/tests/util/pattern.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31util: add pwetty support for big-endian RGB565Geert Uytterhoeven1-0/+1
2023-10-31util: fix pwetty on big-endianGeert Uytterhoeven1-0/+44
2023-10-31util: add test pattern support for big-endian XRGB1555/RGB565Geert Uytterhoeven1-10/+21
2023-10-31util: fix 16 bpp patterns on big-endianGeert Uytterhoeven1-7/+14
2023-10-31util: fix 32 bpp patterns on big-endianGeert Uytterhoeven1-9/+23
2023-10-30modetest: add support for DRM_FORMAT_NV{15,20,30}Jonas Karlman1-10/+208
2023-10-24util: add SMPTE pattern support for C2 formatGeert Uytterhoeven1-1/+99
2023-10-24util: add SMPTE pattern support for C1 formatGeert Uytterhoeven1-3/+171
2023-10-24util: add SMPTE pattern support for C4 formatGeert Uytterhoeven1-0/+42
2023-10-24util: factor out and optimize C8 SMPTE color LUTGeert Uytterhoeven1-42/+80
2023-10-24util: improve SMPTE color LUT accuracyGeert Uytterhoeven1-3/+3
2023-09-08util: remove unused definitions of RED, GREEN, and BLUEGeert Uytterhoeven1-5/+0
2023-09-08util: fix grey in YUV SMPTE patternsGeert Uytterhoeven1-2/+2
2023-09-08util: add pattern support for DRM_FORMAT_NV{24,42}Geert Uytterhoeven1-0/+4
2021-02-10Avoid some compiler errors for tests/util/pattern.cVictor Hugo Vianna Silva1-3/+2
2019-07-03tests/util: fix incorrect memset argument orderIlia Mirkin1-1/+1
2019-06-22modetest: add the ability to specify fill patterns on the commandlineIlia Mirkin1-0/+20
2019-06-22util: add cairo drawing for 30bpp formats when availableIlia Mirkin1-0/+8
2019-06-22util: add fp16 format supportIlia Mirkin1-3/+204
2019-06-22util: add gradient patternIlia Mirkin1-5/+108
2019-06-22util: fix MAKE_RGBA macro for 10bpp modesIlia Mirkin1-4/+15
2019-06-22util: add C8 format, support it with SMPTE patternIlia Mirkin1-0/+75
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-01-29always define HAVE_CAIROEric Engestrom1-2/+2
2018-01-29tests/util: drop unused parametersEric Engestrom1-3/+3
2018-01-29tests/util: fix signed/unsigned comparisonsEric Engestrom1-3/+2
2015-12-18tests: Split helpers into libraryThierry Reding1-0/+870