Re: [Mesa-dev] [PATCH 12/20] i915: Make hw_prim[] const

2015-05-15 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/23/2015 05:47 AM, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > The table used to map the GL primitive to the hw primitive never > changes so make it const. > > Signed-off-by: Ville Syrjälä > --- > src/mesa/drivers/dri/i915/inte

[Mesa-dev] [PATCH 12/20] i915: Make hw_prim[] const

2015-03-23 Thread ville . syrjala
From: Ville Syrjälä The table used to map the GL primitive to the hw primitive never changes so make it const. Signed-off-by: Ville Syrjälä --- src/mesa/drivers/dri/i915/intel_render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i915/intel_render.c