i915: intel_flush_frontbuffer does work

This commit is contained in:
Jakob Bornecrantz 2008-07-23 14:02:33 +02:00 committed by Jakob Bornecrantz
parent 7f3d6e7481
commit 818cd9dca2

View file

@ -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