OSDN Git Service

r600g: fix combined MEM_STREAM instructions
authorVadim Girlin <vadimgirlin@gmail.com>
Wed, 18 Jan 2012 19:17:29 +0000 (23:17 +0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Jan 2012 20:09:42 +0000 (15:09 -0500)
commitc97632642a7d84a8a21ffde37b3907632e0d01c0
tree588de08666948a199baf29fcb54e7e2303ba6a08
parent2b3a8cbc891894417510fbc72cb108c5835adcf5
r600g: fix combined MEM_STREAM instructions

BURST_COUNT is clipped with ARRAY_SIZE, so set it to the max value
to avoid clipping.

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/r600_shader.c