blender/intern
Sergey Sharybin e210d82f17 FIx crash when opening User Preferences even with NVidia card
This crash was discovered by Dalai and this happened because of
unset current context (as result of call wglMakeCurrent(NULL, NULL)).
In this case glGetString(GL_VENDOR) returns NULL. Rather than add check
for vendor != NULL before string comparison, I've changed a bit logic of
context creation:
- Create context and set it as current
- If it's crappy Intel card -- delete this context and
  share the only one context between all Windows
- Otherwise, use initial logic (with sharing lists and so on)

This could also fix crash when opening userprefs from a menu with Intel card.
2011-04-11 19:22:43 +00:00
..
audaspace Fix for [#26652] "Audio Muted" in Time Line Editor is not working 2011-04-10 22:40:37 +00:00
boolop doxygen: intern/boolop tagged 2011-02-25 10:32:33 +00:00
bsp doxygen: intern/bsp tagged 2011-02-25 10:44:20 +00:00
container doxygen: intern/container tagged 2011-02-25 10:45:31 +00:00
decimation doxygen: intern/decimation tagged 2011-02-25 10:47:28 +00:00
elbeem doxygen: intern/elbeem tagged 2011-02-25 10:51:01 +00:00
ghost FIx crash when opening User Preferences even with NVidia card 2011-04-11 19:22:43 +00:00
guardedalloc image.depth, 96/128 for float color images, was 24/32 for byte images. 2011-03-09 01:25:59 +00:00
iksolver doxygen: intern/iksolver tagged. Leaving out TNT, since we have it in multiple locations. 2011-02-25 11:43:19 +00:00
itasc clear some c++ warnings. 2011-03-27 07:56:29 +00:00
memutil includes for building with gcc 4.6 on fedora. 2011-03-30 16:14:54 +00:00
mikktspace use 'is None' rather then '== None' as suggested by python docs & mis-spelling. 2011-03-29 04:16:55 +00:00
moto doxygen: intern/moto tagged. 2011-02-25 11:49:19 +00:00
opennl remove DEBUG flag from OpenNL with cmake, was giving too many prints in the console when unwrapping. 2011-03-29 11:50:37 +00:00
smoke doxygen: intern/smoke tagged. 2011-02-25 11:50:46 +00:00
string doxygen: intern/string tagged. 2011-02-25 11:51:19 +00:00
CMakeLists.txt Move mikktspace code to own library, so it is clear that it is also 2011-02-15 09:24:35 +00:00
SConscript Move mikktspace code to own library, so it is clear that it is also 2011-02-15 09:24:35 +00:00