blender/intern/opencolorio
Brecht Van Lommel cccd06ea44 Fix T37810: GLSL dither shader not working on OS X.
The GLSL function textureSize() is not supported here, only when we start using
OpenGL core profile will this work. For now check the supported GLSL version and
use a somewhat slower replacement.
2013-12-14 16:01:48 +01:00
..
CMakeLists.txt Implementation of curve mapping in GLSL 2013-10-09 15:57:32 +00:00
fallback_impl.cc Implement GPU-side dither 2013-12-13 12:36:45 +06:00
gpu_shader_display_transform.glsl Fix T37810: GLSL dither shader not working on OS X. 2013-12-14 16:01:48 +01:00
ocio_capi.cc Implement GPU-side dither 2013-12-13 12:36:45 +06:00
ocio_capi.h Implement GPU-side dither 2013-12-13 12:36:45 +06:00
ocio_impl_glsl.cc Fix T37810: GLSL dither shader not working on OS X. 2013-12-14 16:01:48 +01:00
ocio_impl.cc Extend system-info with information about OIIO, OCIO and OSL 2013-12-08 15:03:17 +06:00
ocio_impl.h Implement GPU-side dither 2013-12-13 12:36:45 +06:00
SConscript Implementation of curve mapping in GLSL 2013-10-09 15:57:32 +00:00