Comment # 26
on bug 85647
from Hannu
Created attachment 109402 [details]
"goto fallback" added before si_dma_copy_tile()
I tested today with this:
si_dma_copy_buffer(sctx, dst, src, dst_offset, src_offset,
src_box->height * src_pitch);
} else {
+ goto fallback;
si_dma_copy_tile(sctx, dst, dst_level, dst_x, dst_y, dst_z,
(diff attached)
Tested with a 23 minute full screen flash video same as before.
Mesa 10.3.2 with the "goto fallback" added before si_dma_copy_tile(): 10
playbacks of the video, no crashes/lockups.
I am going to test the original code without changes again tomorrow to be sure
that the crash is still there. (I updated firefox yesterday).
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel