Developing Games on Intel Graphics
Ask us questions and get answers, tips, tweaks & techniques from product and technology experts.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
461 Discussions

wglShareLists does not apply to fragment shaders?

christianbuchner
Beginner
317 Views
Hi,

developing a GPGPU application that makes use of OpenGL pbuffers on Intel 945 GMA, I noticed that I have to run each ARBFP1.0 fragment shader through the assembler/compiler individually for each OpenGL context associated to a pbuffer.
This creates some extra overhead and consumes more memory.

The wglShareLists() API call works with textures and other OpenGL objects, but apparently shaders are not included.

Is this by design or is this a driver bug?


With kind regards,

Christian Buchner

0 Kudos
1 Reply
Chuck_De_Sylva
Beginner
317 Views

It should. Which part are you trying to use this call on?
Reply