Re: [Mesa-dev] [PATCH] intel: callocing a 32 byte temp is silly, so don't

2013-01-24 Thread Matt Turner
On Wed, Jan 23, 2013 at 8:36 PM, Ian Romanick wrote: > From: Ian Romanick > > I believe that the size used to vary, so the dynamic allocation is > necessary. > > Signed-off-by: Ian Romanick > --- > src/mesa/drivers/dri/intel/intel_context.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 delet

Re: [Mesa-dev] [PATCH] intel: callocing a 32 byte temp is silly, so don't

2013-01-23 Thread Anuj Phogat
On Thu, Jan 24, 2013 at 10:06 AM, Ian Romanick wrote: > From: Ian Romanick > > I believe that the size used to vary, so the dynamic allocation is > necessary. > > Signed-off-by: Ian Romanick > --- > src/mesa/drivers/dri/intel/intel_context.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 dele

[Mesa-dev] [PATCH] intel: callocing a 32 byte temp is silly, so don't

2013-01-23 Thread Ian Romanick
From: Ian Romanick I believe that the size used to vary, so the dynamic allocation is necessary. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/intel/intel_context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/sr