Subversion Repositories Kolibri OS

Rev

Rev 2176 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2176 Rev 2997
Line 707... Line 707...
707
 
707
 
Line 708... Line 708...
708
    fence->evnt = CreateEvent(NULL, 0);
708
    fence->evnt = CreateEvent(NULL, 0);
709
 
709
 
710
    mutex_lock(&rdev->r600_video.mutex);
710
    mutex_lock(&rdev->r600_video.mutex);
711
    rdev->r600_video.vb_ib = NULL;
711
    rdev->r600_video.vb_ib = NULL;
712
    r = r600_video_prepare_copy(rdev, h*pitch);
712
    r = r600_video_prepare_copy(rdev, w*4);
713
    if (r) {
713
    if (r) {
714
//       if (rdev->r600_blit.vb_ib)
714
//       if (rdev->r600_blit.vb_ib)
715
//           radeon_ib_free(rdev, &rdev->r600_blit.vb_ib);
715
//           radeon_ib_free(rdev, &rdev->r600_blit.vb_ib);