On Mon, 26 Sep 2011 11:59:23 -0700 Kenneth Graunke <[email protected]> wrote:
> + /* Just flush everything for now */ > + flags |= PIPE_CONTROL_WC_FLUSH; > + flags |= PIPE_CONTROL_IS_FLUSH; > + flags |= PIPE_CONTROL_TC_FLUSH; > + flags |= PIPE_CONTROL_DEPTH_FLUSH; > + flags |= PIPE_CONTROL_VFC; This is the only bit I'd like to see changed. While we still have the domain tracking code we may as well try to honor it and limit our flushing here like we do with MI_FLUSH. Unless someone has a "remove all domain tracking" patch already posted that is. :) -- Jesse Barnes, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
