On Thu, May 21, 2015 at 4:44 PM, Rogovin, Kevin <kevin.rogo...@intel.com> wrote: >> struct brw_state_flags state = brw->state.pipelines[pipeline]; >> + int fb_samples = (int)_mesa_geometric_samples(ctx->DrawBuffer); > >> The cast looks strange > > Is there a spacing missing in the cast? or is it strange because of the types?
Strange because of the types -- presumably fb_samples is an int because its uses are in a comparison with another int (that probably doesn't need to be an int :) _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev