Re: [Mesa-dev] [PATCH] r600g: don't reserve more stack space than required v3

2013-02-19 Thread Andy Furniss
Vadim Girlin wrote: v3: handle hw-specific cases Signed-off-by: Vadim Girlin --- cc: Andy Furniss Hopefully this should work better on the non-evergreen chips This one seems to work OK for me. ___ mesa-dev mailing list mesa-dev@lists.freedesktop

[Mesa-dev] [PATCH] r600g: don't reserve more stack space than required v3

2013-02-18 Thread Vadim Girlin
v3: handle hw-specific cases Signed-off-by: Vadim Girlin --- cc: Andy Furniss Hopefully this should work better on the non-evergreen chips src/gallium/drivers/r600/r600_asm.c| 4 +- src/gallium/drivers/r600/r600_asm.h| 29 +-- src/gallium/drivers/r600/r600_shader.c | 134 ++