Ilia Mirkin <[email protected]> writes: > Signed-off-by: Ilia Mirkin <[email protected]> > --- > > The blending-in-shader piglit test passed even without the flush, > which doesn't inspire me with confidence, but those piglit_draw_rect > things are pretty heavy so perhaps cause a flush on their own anyways.
I think you don't actually need the hook, because of the brw_render_cache_set_check_flush(brw, tex_obj->mt->bo) in intel_update_state(). You should be able to confirm that you're getting those pipe controls between your draws using INTEL_DEBUG=batch
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
