OSDN Git Service

r600g: actualy fix the literal emission
authorJerome Glisse <jglisse@redhat.com>
Wed, 28 Jul 2010 13:11:14 +0000 (09:11 -0400)
committerJerome Glisse <jglisse@redhat.com>
Wed, 28 Jul 2010 13:11:14 +0000 (09:11 -0400)
commit9961a0b92de7afed2afec62dadad08d76d1d3374
tree5f39d00ba31ef46e4ada922c2856d5067b7af2f9
parent9b858186988083918483b00ca8a14a5d36787c82
r600g: actualy fix the literal emission

Previous patch added literal emission to wrong place, we
want to emit literal before emitting a new alu group.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
src/gallium/drivers/r600/r600_shader.c