Re: [Mesa-dev] [PATCH 2/2] radeonsi: fix vertex element state

2012-07-16 Thread Michel Dänzer
On Mon, 2012-07-16 at 12:14 +0200, Christian König wrote: > The vertex element state isn't in registers any more, so > remove that old code. That fixes a memory corruption with > the blend state and gets eglgears partially working. > > Signed-off-by: Christian König Good catch. The vbuffer_off

[Mesa-dev] [PATCH 2/2] radeonsi: fix vertex element state

2012-07-16 Thread Christian König
The vertex element state isn't in registers any more, so remove that old code. That fixes a memory corruption with the blend state and gets eglgears partially working. Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/r600_state_common.c | 32 -- src/gallium/d