Re: [Mesa-dev] [PATCH] i965/disasm: Fix horizontal stride of dest registers

2013-01-23 Thread Eric Anholt
Chad Versace writes: > The bug: The printed horizontal stride was the numerical value of the > BRW_HORIZONTAL_$N enum. > The fix: Translate the enum before printing. > > Note: This is a candidate for the stable releases. > Signed-off-by: Chad Versace > @@ -537,8 +539,8 @@ static int dest (FIL

[Mesa-dev] [PATCH] i965/disasm: Fix horizontal stride of dest registers

2013-01-23 Thread Chad Versace
The bug: The printed horizontal stride was the numerical value of the BRW_HORIZONTAL_$N enum. The fix: Translate the enum before printing. Note: This is a candidate for the stable releases. Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_disasm.c | 8 +--- 1 file changed, 5 i