Hi,

I have no idea how this part of Mesa/DRI works, but...

Applications that use multiple contexts for one window have problems:
http://www.directspeed.net/~relnev/glui.png (demo program using GLUI lib)
http://www.directspeed.net/~relnev/radiant.png (GtkRadiant)

(obviously the colors are all wrong in these two examples)

This can be "fixed" by changing mesa-4-0-branch tdfx_context.c:558 to:
      if (1|| newFx->driDrawable != driDrawPriv ) {

So, perhaps something is broken in tdfxMakeCurrent or elsewhere.



Steven Fuller



_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to