Re: [Mesa-dev] [PATCH] mesa: Increment the list pointer while freeing instruction data

2014-01-21 Thread Ian Romanick
On 01/21/2014 06:47 PM, Brian Paul wrote: > On 01/21/2014 05:30 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> Since the list pointer was never incremented when a OPCODE_PIXEL_MAP >> opcode was encountered, the data for the instruction would get freed >> over and over and over... resulting in

Re: [Mesa-dev] [PATCH] mesa: Increment the list pointer while freeing instruction data

2014-01-21 Thread Brian Paul
On 01/21/2014 05:30 PM, Ian Romanick wrote: From: Ian Romanick Since the list pointer was never incremented when a OPCODE_PIXEL_MAP opcode was encountered, the data for the instruction would get freed over and over and over... resulting in a crash. Fixes gl-1.0-beginend-coverage. Signed-off-b

[Mesa-dev] [PATCH] mesa: Increment the list pointer while freeing instruction data

2014-01-21 Thread Ian Romanick
From: Ian Romanick Since the list pointer was never incremented when a OPCODE_PIXEL_MAP opcode was encountered, the data for the instruction would get freed over and over and over... resulting in a crash. Fixes gl-1.0-beginend-coverage. Signed-off-by: Ian Romanick Bugzilla: https://bugs.freede