[Mesa-dev] [PATCH 2/4] i965: Split out per-stage dirty-bit checking into separate functions

2015-03-20 Thread Carl Worth
The dirty-bit checking from each brw_upload_stage_prog function is split out into its a new brw_stage_state_dirty function. This commit is intended to have no functional change. It exists in preparation for some upcoming code movement in preparation for the shader cache. ---

Re: [Mesa-dev] [PATCH 2/4] i965: Split out per-stage dirty-bit checking into separate functions

2015-03-20 Thread Ian Romanick
With the tabs converted to spaces, this patch is Reviewed-by: Ian Romanick ian.d.roman...@intel.com On 03/20/2015 05:49 PM, Carl Worth wrote: The dirty-bit checking from each brw_upload_stage_prog function is split out into its a new brw_stage_state_dirty function. This commit is intended