radeonTexObj *t = r200->state.texture.unit[i].texobj;
BEGIN_BATCH_NO_AUTOSTATE(dwords);
- fprintf(stderr,"atom state is %x, %x %x %x %x %x\n", atom->cmd[0],
- atom->cmd[1],
- atom->cmd[2],
- atom->cmd[3],
- atom->cmd[4],
- atom->cmd[5]);
OUT_BATCH_TABLE(atom->cmd, 10);
if (t && !t->image_override) {
- fprintf(stderr,"emitting reloc for %d\n", i);
OUT_BATCH_RELOC(t->tile_bits, t->mt->bo, 0,
RADEON_GEM_DOMAIN_VRAM, 0, 0);
} else if (!t) {
*/
#define OUT_BATCH_RELOC(data, bo, offset, rd, wd, flags) \
do { \
- if (offset) {\
+ if (0 && offset) {\
fprintf(stderr, "(%s:%s:%d) offset : %d\n",\
__FILE__, __FUNCTION__, __LINE__, offset);\
}\
relocs[i].base.bo, soffset, eoffset);
return r;
}
- fprintf(stderr, "validated %p [0x%08X, 0x%08X]\n",
- relocs[i].base.bo, soffset, eoffset);
cs->packets[relocs[i].indices[j]] += soffset;
if (cs->packets[relocs[i].indices[j]] >= eoffset) {
radeon_bo_debug(relocs[i].base.bo, 12);