Blender Git Commit Log

Git Commits -> Revision 822de6e

Revision 822de6e by Clément Foucault (master)
August 13, 2018, 21:01 (GMT)
Fix T55802 shader compile bug with texture gather on old Nvidia card

The extension GL_ARB_texture_gather is reported to be supported and does
not trigger an error when enabled but the textureGater functions are not
defined.

Workaround is to disable the use of this extension on such systems.

Commit Details:

Full Hash: 822de6e9e1b87e2ed3571e7166281fa622c28c02
Parent Commit: 2aa26de
Lines Changed: +9, -5

3 Modified Paths:

/source/blender/draw/engines/eevee/shaders/effect_minmaxz_frag.glsl (+0, -2) (Diff)
/source/blender/draw/modes/object_mode.c (+2, -3) (Diff)
/source/blender/gpu/intern/gpu_shader.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021