Blender Git Loki
Git Commits -> Revision e2fa58f
Revision e2fa58f by Brecht Van Lommel (master) October 19, 2009, 10:10 (GMT) |
Fix #19669 and other: triple buffer & icon texture drawing could cause a system crash and other issues on ATI/Apple, due to a buggy driver (similar issues reported for other OpenGL applications). For now, work around it by not using non-power-of-two textures on this combination. |
Commit Details:
Full Hash: e2fa58f7f3cceb89fd248d5361d875224e62de38
SVN Revision: 23940
Parent Commit: 2c985de
Lines Changed: +29, -16
8 Modified Paths:
/source/blender/editors/interface/interface_icons.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+1, -1) (Diff)
/source/blender/gpu/GPU_extensions.h (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+21, -9) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+1, -1) (Diff)
/source/blender/gpu/GPU_extensions.h (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+21, -9) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+1, -1) (Diff)