summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Gamma.h
AgeCommit message (Expand)Author
2022-10-04LibGfx: Remove a workaround for clang before 11Nico Weber
2022-04-02LibGfx: Use AK's rsqrt and cast to floats earlierHendiadyoin1
2022-02-06LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architecturesMorten Larsen
2021-08-18LibGfx: Remove ancient unused NO_FPU macrosAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
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