summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-211-3/+23
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-141-1/+1
* gallivm: fix comment wrt srgb accuracy.Roland Scheidegger2013-08-081-2/+4
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-161-1/+50
* gallivm: (trivial) use constant instead of exp2f() functionRoland Scheidegger2013-07-141-2/+3
* gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger2013-07-131-0/+294