comparison TaskManager/Test/test_render/spe/DrawSpan.cpp @ 243:c4918a1fb6c9 draft

rm warning
author e065746@localhost.localdomain
date Sun, 31 May 2009 16:26:20 +0900
parents a314d8cd2082
children abf96b4caee5
comparison
equal deleted inserted replaced
242:23e76c5369b7 243:c4918a1fb6c9
182 */ 182 */
183 hash->remove(tile->texture_addr); 183 hash->remove(tile->texture_addr);
184 184
185 tile->texture_addr = addr; 185 tile->texture_addr = addr;
186 186
187 int index = hash->put(tile->texture_addr, tile); 187 hash->put(tile->texture_addr, tile);
188 smanager->dma_load(tile->pixel, (uint32)addr, 188 smanager->dma_load(tile->pixel, (uint32)addr,
189 sizeof(uint32)*TEXTURE_BLOCK_SIZE, tag); 189 sizeof(uint32)*TEXTURE_BLOCK_SIZE, tag);
190 } 190 }
191 191
192 /** 192 /**