mesa/src/egl/drivers
Chia-I Wu 1f4c55128b egl_dri2: Fix one context, multiple surfaces.
When a context was made current to another surface, the old code did
this

  dri2_dpy->core->bindContext(cctx, ddraw, rdraw);
  dri2_dpy->core->unbindContext(old_cctx);

and there will be no current context due to the second line.

unbindContext should be called only when bindContext is not.  This fixes
a regression since d19afc57.  Thanks to Neil Roberts for noticing the
issue and creating a test case.
2010-11-24 14:06:30 +08:00
..
dri2 egl_dri2: Fix one context, multiple surfaces. 2010-11-24 14:06:30 +08:00
glx egl: Use reference counting to replace IsLinked or IsBound. 2010-10-23 15:26:28 +08:00
Makefile Add install target for egl 2009-02-11 07:01:40 +01:00
Makefile.template Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGS 2010-10-24 23:13:49 +08:00