r600g: split streamout emit code into a separate function
authorDave Airlie <airlied@redhat.com>
Wed, 29 Jan 2014 01:33:14 +0000 (01:33 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 5 Feb 2014 00:40:17 +0000 (10:40 +1000)
commit29a43cb0b622d8e40362b386a85c33bdd1a9bb54
tree8f867e0931f2a572a1e5a21a8c5e4cbbd856edc5
parent07075cf350a57bb61e6c99c7abb769f02b9068a7
r600g: split streamout emit code into a separate function

For geometry shaders we need to call this code from a second place.

Just move it out for now to keep future patches cleaner.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c