aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-26Makefile: fix installation of man pagesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-25Add man pages + some minor fixesMattias Andrée1-4/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-23Add some testsMattias Andrée1-4/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22Add libglitter_reorder_rastersMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22Function for enabling hardware acceleration (doesn't enable hardware acceleration yet)Mattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22m + add libglitter_colour_space_convert_rasters_{double,float}Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22m + add CIE XYZ support + add libglitter_per_channel_desaturate_{double,float}Mattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22Add libglitter_split_uint{64,32}_rasterMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-22Add libglitter_get_colour_space_conversion_matrix_{double,float}Mattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-21Add libglitter_desaturate_{double,float}Mattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-21Add render contextMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-21Add integer versions of libglitter_compose_*Mattias Andrée1-1/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>