[Mesa-dev] [PATCH 6/6] i965/gen8+: Add aux buffer alignment assertions

2015-06-08 Thread Ben Widawsky
This helped find the incorrect HALIGN values from the previous patches. Since this patch adds the asserts, I thought it was a good place for the series' piglit results: http://otc-mesa-ci.jf.intel.com/view/dev/job/bwidawsk/lastSuccessfulBuild/ v2: Add PRM references for assertions (Chad) Signed-

Re: [Mesa-dev] [PATCH 6/6] i965/gen8+: Add aux buffer alignment assertions

2015-05-29 Thread Chad Versace
On Thu 28 May 2015, Ben Widawsky wrote: > This helped find the incorrect HALIGN values from the previous patches. > > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/i965/gen8_surface_state.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/gen8_su

[Mesa-dev] [PATCH 6/6] i965/gen8+: Add aux buffer alignment assertions

2015-05-28 Thread Ben Widawsky
This helped find the incorrect HALIGN values from the previous patches. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/gen8_surface_state.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/i965/gen8_surface_state.c b/src/mesa/drivers/dri/i965/gen8_surface_