The offending patch didn't went into 9.2, so no harm done there.
Going to commit the fix as soon as I'm home again.
Christian.
Sent from my Android phone using TouchDown (www.nitrodesk.com)
-Original Message-
From: Ilia Mirkin [imir...@alum.mit.edu]
Received: Samstag, 24 Aug. 2013, 16:0
On 24/08/2013 11:38, Christian König wrote:
Am 24.08.2013 06:50, schrieb Ilia Mirkin:
Commit 53e20b8b introduced the use of a template to initialize some
common fields. Move this copying of fields to before the common vp3
fields are initialized.
Reported-by: Martin Peres
Signed-off-by: Ilia Mi
Am 24.08.2013 06:50, schrieb Ilia Mirkin:
Commit 53e20b8b introduced the use of a template to initialize some
common fields. Move this copying of fields to before the common vp3
fields are initialized.
Reported-by: Martin Peres
Signed-off-by: Ilia Mirkin
Sorry, that some fields are initializ
On Sat, Aug 24, 2013 at 8:36 AM, Martin Peres wrote:
> On 24/08/2013 11:38, Christian König wrote:
>>
>> Am 24.08.2013 06:50, schrieb Ilia Mirkin:
>>>
>>> Commit 53e20b8b introduced the use of a template to initialize some
>>> common fields. Move this copying of fields to before the common vp3
>>>
Commit 53e20b8b introduced the use of a template to initialize some
common fields. Move this copying of fields to before the common vp3
fields are initialized.
Reported-by: Martin Peres
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nv50/nv98_video.c | 2 +-
src/gallium/drivers/nvc0/nvc0_vi