diff options
author | Nian Wu <nian.wu@intel.com> | 2007-03-26 17:00:29 +0800 |
---|---|---|
committer | Nian Wu <nian.wu@intel.com> | 2007-03-26 17:00:29 +0800 |
commit | ee9bc897f8ea361539c5f422fdecc2326271e673 (patch) | |
tree | 42396ed93352516dc1da6cb23c5b82679fb5ce47 /src/mesa/drivers/dri/i965 | |
parent | 1b354bb5e4c4524533a8f2c3293df73a403e011a (diff) | |
parent | 42aaa548a1020be5d40b3dce9448d8004b1ef947 (diff) |
Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_urb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_urb.c b/src/mesa/drivers/dri/i965/brw_urb.c index 79ff2b2d4d..64f5904ac6 100644 --- a/src/mesa/drivers/dri/i965/brw_urb.c +++ b/src/mesa/drivers/dri/i965/brw_urb.c @@ -131,7 +131,7 @@ static void recalculate_urb_fence( struct brw_context *brw ) brw->urb.constrained = 1; - if (check_urb_layout(brw)) { + if (!check_urb_layout(brw)) { /* This is impossible, given the maximal sizes of urb * entries and the values for minimum nr of entries * provided above. |