Blender Git Loki
Git Commits -> Revision 6fb8743
Revision 6fb8743 by Sergey Sharybin (master) September 15, 2016, 13:56 (GMT) |
OpenCOlorIO: Add explicit linearSRGB -> sRGB lookup table Previously converting from linear space to SRGB was doing rather slow inverted 1D lookup. Adding explicit inverse LUT gives 20% speedup of OpenGL render. Next question is: why do we even bother with sRGB conversion here, OpenGL is already in the proper space so in theory we can avoid quite some color space conversions. In any case, having this case optimized in nice anyway. |
Commit Details:
Full Hash: 6fb874369c31649de7232235b0114344bfdb8e92
Parent Commit: 1af547a
Lines Changed: +65568, -0
1 Added Path:
/release/datafiles/colormanagement/luts/srgb_inv.spi1d (+65567, -0) (View)
1 Modified Path:
/release/datafiles/colormanagement/config.ocio (+1, -0) (Diff)