st/xorg: disable solid fills until copies are accelerated as well
This commit is contained in:
@@ -656,7 +656,7 @@ boolean xorg_solid_bind_state(struct exa_context *exa,
|
||||
cso_set_vertex_shader_handle(exa->cso, shader.vs);
|
||||
cso_set_fragment_shader_handle(exa->cso, shader.fs);
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void xorg_solid(struct exa_context *exa,
|
||||
|
||||
@@ -233,8 +233,10 @@ ExaDone(PixmapPtr pPixmap)
|
||||
return;
|
||||
|
||||
exa->ctx->flush(exa->ctx, PIPE_FLUSH_RENDER_CACHE, &fence);
|
||||
#if 0
|
||||
exa->ctx->screen->fence_finish(exa->ctx->screen, fence, 0);
|
||||
exa->ctx->screen->fence_reference(exa->ctx->screen, &fence, NULL);
|
||||
#endif
|
||||
|
||||
if (priv->src_surf)
|
||||
exa->scrn->tex_surface_destroy(priv->src_surf);
|
||||
|
||||
Reference in New Issue
Block a user