Blender Git Commit Log

Git Commits -> Revision 74518b2

Revision 74518b2 by Sergey Sharybin (master)
March 26, 2014, 09:58 (GMT)
Fix T39420: Cycles viewport/preview flickers, when moving mouse across editors

Issue was caused by the wrong usage of OCIO GLSL binding API. To make it
work properly on pre-GLSL-1.3 drivers shader is to be enabled after the
texture is binded to the opengl context. Otherwise it wouldn't know the
proper texture size.

This is actually a regression in 2.70 and to be ported to 'a'.

Commit Details:

Full Hash: 74518b28267e9b18199212fbaa3c689fa018d20c
Parent Commit: 3b0832d
Lines Changed: +51, -27

9 Modified Paths:

/intern/cycles/blender/blender_session.cpp (+6, -8) (Diff)
/intern/cycles/device/device.cpp (+10, -1) (Diff)
/intern/cycles/device/device.h (+7, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+11, -2) (Diff)
/intern/cycles/device/device_multi.cpp (+3, -2) (Diff)
/intern/cycles/render/buffers.cpp (+2, -2) (Diff)
/intern/cycles/render/buffers.h (+2, -1) (Diff)
/intern/cycles/render/session.cpp (+7, -7) (Diff)
/intern/cycles/render/session.h (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021