On Thu, Jun 26, 2014 at 02:24:14PM +0100, [email protected] wrote: > From: Oscar Mateo <[email protected]> > > We only use this flag to signify that the render state (a.k.a. golden > context, a.k.a. null context) has been initialized. It doesn't mean > anything for the other engines, so make that distinction obvious. > This renaming was suggested by Daniel Vetter. > > Implemented with this cocci script (plus manual changes to the struct > declaration): > > @ > struct intel_context c; > @@ > - (c).is_initialized > + c.rcs_is_initialized > > @@ > struct intel_context *c; > @@ > - (c)->is_initialized > + c->rcs_is_initialized > > No functional changes. > > Signed-off-by: Oscar Mateo <[email protected]>
Ugh. This works better with the rearrangement, and s/rcs_is_initialized/rcs_initialised/ -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
