aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_get_colour_model_conversion_matrix_double.3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-06Fix library version number1.1.0.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31Silence false warnings1.1Mattias Andrée2-2/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31libglitter_redistribute_energy_double: add more tests and fix typo in codeMattias Andrée1-5/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31Add tests for and fix libglitter_redistribute_energy_doubleMattias Andrée1-17/+120
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31Add libglitter_redistribute_energy_double.3Mattias Andrée2-1/+171
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31Add optimisations for common kernels in libglitter_redistribute_energy_doubleMattias Andrée2-18/+53
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-31Implement libglitter_redistribute_energy_doubleMattias Andrée3-71/+80
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-30Add libglitter_redistribute_energy_double stubMattias Andrée8-33/+231
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-28Fix warnings, add restrict, and add function attributes1.0Mattias Andrée11-104/+164
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-27libglitter.7: add application usage sectionMattias Andrée1-0/+67
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-27Test libglitter_compose_{double,float,uint{64,32,16,8}}Mattias Andrée2-13/+352
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26Test libglitter_create_render_context and libglitter_update_render_contextMattias Andrée1-1/+383
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26Fix and partially test libglitter_update_render_contextMattias Andrée1-13/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26m docMattias Andrée2-0/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26Test libglitter_per_channel_desaturate_{double,float}Mattias Andrée1-1/+310
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26test libglitter_desaturate_{double,float}Mattias Andrée2-1/+72
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26m doc + test libglitter_colour_model_convert_rasters_{double,float}Mattias Andrée2-3/+166
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26Fix and test libglitter_get_colour_model_conversion_matrix_{double,float}Mattias Andrée4-11/+219
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-26Makefile: fix installation of man pagesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-25libglitter_desaturate_double.3: NULL as primary_ysMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-25Add man pages + some minor fixesMattias Andrée32-81/+1181
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-01-23Improve READMEMattias Andrée1-34/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>