summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Gamma.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGfx: Fix sse enabled builds by removing implicit float conversionSahan Fernando
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-04LibGfx: Avoid float->double->float when converting from linear to gammaOleg Sikorskiy
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling