aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix support for muslMattias Andrée2021-03-221-32/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* unmark libgamma_value_of_subpixel_order as pure, unmark libgamma_value_of_connector_type as pure, fix whitespace, use goto in ↵Mattias Andrée2021-03-081-6/+6
| | | | | | libgamma_value_of_{subpixel_order,connector_type} from name case to const case Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + style fix + check memory allocation overflowsMattias Andrée2021-03-081-13/+21
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2021-03-071-86/+85
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add chroma and white point support from EDID, add version support to methods caps and CRTC info, support EDID 1.4, and support EDID with extensionsMattias Andrée2021-03-061-8/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* minor fixes + add testsMattias Andrée2021-03-051-59/+735
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Join test source files into test.c and updateMattias Andrée2021-03-051-0/+823
Signed-off-by: Mattias Andrée <maandree@kth.se>