aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-facade.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-31move files aroundMattias Andrée1-1644/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-31add libgamma_is_method_availableMattias Andrée1-0/+42
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28namespace some definitionsMattias Andrée1-249/+249
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28change doc style to one appropriate for manualsMattias Andrée1-135/+135
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-25add buf_size parameter tolibgamma_list_methodsMattias Andrée1-14/+18
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-25more restrictMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-23m + connector info for drmMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-22do ramp translations in the façadeMattias Andrée1-176/+65
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21miscMattias Andrée1-50/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21mMattias Andrée1-44/+44
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add function for listing available methods + add __attribute__((cold)) and __attribute__((hot))Mattias Andrée1-0/+132
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add header files for the gamma methodsMattias Andrée1-15/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21m + add gamma sets with mapping function rather than lookup tablesMattias Andrée1-0/+267
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21reorder functionsMattias Andrée1-86/+88
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add float and double variants of gamma_rampsMattias Andrée1-0/+193
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21m + call adjustment method specific functionsMattias Andrée1-29/+664
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add makefile + implement adjustment method common functionsMattias Andrée1-43/+210
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21fix doc for libgamma_unhex_edidMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add restrict:s and __attribute__:sMattias Andrée1-31/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add api .h filesMattias Andrée1-0/+305
Signed-off-by: Mattias Andrée <maandree@operamail.com>