diff options
| author | Dave Airlie <airlied@redhat.com> | 2009-02-12 21:44:34 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2009-02-12 21:44:34 +1000 |
| commit | df4a1348b1f869338d4742b213dbde9d64de4c7a (patch) | |
| tree | 51e77967ac8fee64e35399611f050976917074bb /src/mesa/drivers/dri/radeon/common_misc.c | |
| parent | 1090d206de011a67d236d8c4ae32d2d42b2f6337 (diff) | |
r100/r200: fix front rendering issue.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/common_misc.c')
| -rw-r--r-- | src/mesa/drivers/dri/radeon/common_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/common_misc.c b/src/mesa/drivers/dri/radeon/common_misc.c index 12536b1672..f0035e54cf 100644 --- a/src/mesa/drivers/dri/radeon/common_misc.c +++ b/src/mesa/drivers/dri/radeon/common_misc.c @@ -2595,7 +2595,6 @@ again_alloc: bos[0].write_domain =0 ; bos[0].new_accounted = 0; -again: ret = radeon_cs_space_check(rmesa->cmdbuf.cs, bos, 1); if (ret == RADEON_CS_SPACE_OP_TO_BIG) { fprintf(stderr,"Got OPEARTION TO BIG ILLEGAL - this cannot happen"); |
