Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/srgb: Add a float sRGB -> linear helper | Jason Ekstrand | 2018-04-24 | 1 | -0/+14 |
| | | | | | Reviewed-by: Nanley Chery <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | util: Tiny optimisation for the linear→srgb conversion | Neil Roberts | 2015-11-27 | 1 | -1/+1 |
| | | | | | | When converting 0.0 it would be nice if it didn't do any arithmetic. Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | util: include c99_compat.h in format_srgb.h to get 'inline' definition | Brian Paul | 2014-08-04 | 1 | -0/+1 |
| | | | | Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -0/+15 |
| | | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -0/+133 |
Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Marek Olšák <[email protected]> |