i915: intel_flush_frontbuffer does work
This commit is contained in:
committed by
Jakob Bornecrantz
parent
7f3d6e7481
commit
818cd9dca2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user