Pass ptr to local memory copy instead of main memory to exec_instruction
authorIan Romanick <idr@us.ibm.com>
Wed, 30 Jan 2008 18:43:23 +0000 (10:43 -0800)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:26 +0000 (13:50 +1100)
commit7abddcf123f5726ea8b20ffb53100524a5da55d8
treee745d4f386d717fee5654105daf3f4c37168aa3c
parentd798e7e2689338918218bbde5b8a5d68e3ca8c22
Pass ptr to local memory copy instead of main memory to exec_instruction

This was essentially a cut-and-paste bug when the instruction fetcher
was added.  Also, the test for TGSI_PROCESSOR_FRAGMENT was moved
outside the loop for exec_declaration.
src/mesa/pipe/cell/spu/spu_exec.c