Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move module structures out of headers | Jon Lund Steffensen | 2017-10-13 | 1 | -5/+26 |
| | |||||
* | Allocate module data in init functions | Jon Lund Steffensen | 2017-10-13 | 1 | -6/+13 |
| | |||||
* | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -7/+19 |
| | |||||
* | drm: Avoid using alloca() | Jon Lund Steffensen | 2016-10-15 | 1 | -2/+3 |
| | |||||
* | remove unnecessary null-checks, it is safe to pass NULL to free (per documentation) | Mattias Andrée | 2015-05-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | colorramp: Use supplied gamma ramps as initial value | Jon Lund Steffensen | 2015-01-04 | 1 | -0/+10 |
| | | | | | | | | | This changes colorramp_fill() to base the ramp calculations on the existing values in the supplied tables, instead of basing it on a pure `i/size` value computed on the fly. All gamma adjustment methods are changed to explicitly initialize the ramps to the `i/size` value before calls to colorramp_fill(). | ||||
* | redshift: Simplify set_temperature by passing color_setting_t | Jon Lund Steffensen | 2014-12-27 | 1 | -2/+2 |
| | | | | | | | | Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct. | ||||
* | Support for running Redshift without a graphical environment in Linux by using Direct Rendering Manager | Mattias Andrée | 2014-03-22 | 1 | -0/+280 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |