Blender Git Loki
Git Commits -> Revision 78b79a9
Revision 78b79a9 by Antonis Ryakiotakis (master) August 29, 2014, 14:23 (GMT) |
Fix T41596 GLSL error on ATIs after clipping workaround commit. This was a little difficult to track down, basically it was a missing escape sequence that only manifested itself when GPU did not support bicubic filtering. Extra: * Fix memory leaks when an error occurs in shader compilation * Display full shader when a compilation error occurs. Makes it easier to diagnose if problem is caused by a syntax or compatibility error. |
Commit Details:
Full Hash: 78b79a91f2aea012c6ba9181ac3c32aeb66d392c
Parent Commit: c1ec73f
Lines Changed: +29, -19