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