Blender Git Loki
Git Commits -> Revision a53a106
Revision a53a106 by Sergey Sharybin (master) April 5, 2013, 11:01 (GMT) |
Fix #34872: Every images are displayed as black in UV/image editor Issue was caused by some mesa drivers does not support GL_RGBA16F. Now added check around glTexImage2D to verify whether requested internal format is actually supported. If not blender will fall back to non-GLSL image display. |
Commit Details:
Full Hash: a53a106065d7d71e2bc9d65668b0e811e8751713
SVN Revision: 55804
Parent Commit: 898ba93
Lines Changed: +27, -3