comparison TaskManager/Test/test_render/task/DrawSpan.cpp @ 238:443c7ae1c7a7 draft

warning clean
author admin@mcbk.cr.ie.u-ryukyu.ac.jp
date Fri, 29 May 2009 13:43:52 +0900
parents 7c1f0cd70d7a
children 0697f31fbd7f abf96b4caee5
comparison
equal deleted inserted replaced
237:7bd052a53996 238:443c7ae1c7a7
145 */ 145 */
146 hash->remove(tile->texture_addr); 146 hash->remove(tile->texture_addr);
147 147
148 tile->texture_addr = addr; 148 tile->texture_addr = addr;
149 149
150 int index = hash->put(tile->texture_addr, tile); 150 hash->put(tile->texture_addr, tile);
151 smanager->dma_load(tile->pixel, (uint32)addr, 151 smanager->dma_load(tile->pixel, (uint32)addr,
152 sizeof(uint32)*TEXTURE_BLOCK_SIZE, tag); 152 sizeof(uint32)*TEXTURE_BLOCK_SIZE, tag);
153 } 153 }
154 154
155 /** 155 /**