mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 17:10:26 +01:00
i915: intel_flush_frontbuffer does work
This commit is contained in:
parent
7f3d6e7481
commit
818cd9dca2
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue