From: Jakob Bornecrantz Date: Wed, 23 Jul 2008 12:02:33 +0000 (+0200) Subject: i915: intel_flush_frontbuffer does work X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=818cd9dca2861dfb9d8f2d36ff141c55472df2ba;p=mesa.git i915: intel_flush_frontbuffer does work --- diff --git a/src/gallium/winsys/dri/intel/intel_screen.c b/src/gallium/winsys/dri/intel/intel_screen.c index f2412217f36..b3022fd17a9 100644 --- a/src/gallium/winsys/dri/intel/intel_screen.c +++ b/src/gallium/winsys/dri/intel/intel_screen.c @@ -253,12 +253,10 @@ intel_flush_frontbuffer( struct pipe_winsys *winsys, struct pipe_surface *surf, void *context_private) { - //struct intel_context *intel = (struct intel_context *) context_private; - //__DRIdrawablePrivate *dPriv = intel->driDrawable; + struct intel_context *intel = (struct intel_context *) context_private; + __DRIdrawablePrivate *dPriv = intel->driDrawable; - assert((int)"Doesn't work currently" & 0); - - //intelDisplaySurface(dPriv, surf, NULL); + intelDisplaySurface(dPriv, surf, NULL); } static boolean