mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 22:00:26 +01:00
i915simple: Front flushing does work
This commit is contained in:
parent
c6dc1bf6e0
commit
82623bf2e5
1 changed files with 3 additions and 5 deletions
|
|
@ -365,12 +365,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