Files
mesa/src
Vadim Girlin b05a1fc156 mesa: don't wait in _mesa_ClientWaitSync if timeout is 0
From ARB_sync spec:

    If the value of <timeout> is zero, then ClientWaitSync does not
    block, but simply tests the current state of <sync>. TIMEOUT_EXPIRED
    will be returned in this case if <sync> is not signaled, even though
    no actual wait was performed.

Fixes random fails of the arb_sync-timeout-zero piglit test on r600g.

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2012-09-01 01:02:24 +04:00
..
2012-08-31 19:51:02 +02:00
2012-08-31 19:51:02 +02:00
2012-08-22 11:08:06 -07:00
2012-08-14 10:54:39 -07:00
2012-08-31 10:58:15 -07:00