Hello everyone,
After installing the lasted drivers, the problem still persists. I realize
that we are a good bunch of people with Intel GPU so it would be nice to
find a solution.
As I said in my previous message, I noticed that using Win32Context instead
of Win32ARBContext allows the use of wglShareLists on those Intel GPU. So
my humble suggestion would be to change in the file gl/win32.py the method
create_context with this:
def create_context(self, share):
if wgl_info.have_extension('WGL_ARB_create_context') and gl_info.
get_vendor() != 'Intel':
return Win32ARBContext(self, share)
else:
return Win32Context(self, share)
In my case, it solves the problem. If this could be tested, we might make
life easier for many people.
Dan.
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.