~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/r600_pipe.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-03-14 12:18:29 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20130314121829-bv7c0z6t1pob5ket
Tags: 9.0.3-0ubuntu1
New upstream release. (LP: #1134466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
725
725
        struct r600_screen *rscreen = (struct r600_screen *)pscreen;
726
726
        struct r600_fence *rfence = (struct r600_fence*)fence;
727
727
 
728
 
        return rscreen->fences.data[rfence->index];
 
728
        return rscreen->fences.data[rfence->index] != 0;
729
729
}
730
730
 
731
731
static boolean r600_fence_finish(struct pipe_screen *pscreen,