summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2006-01-27 13:09:59 +0000
committerAapo Tahkola <aet@rasterburn.org>2006-01-27 13:09:59 +0000
commit7d82d284e3cd8a46dfea8788d090eb58198752ca (patch)
tree3b3bf9dfc072a2b77ce2c6c612852dc42476dedd /src/mesa/drivers
parenta7bd2563c3ede7db0b06c61788a11b2a09583e0d (diff)
radeon driver doesnt have this so i assume we shouldnt either.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r300/radeon_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_state.c b/src/mesa/drivers/dri/r300/radeon_state.c
index 9171981e8c..c95ae8df4f 100644
--- a/src/mesa/drivers/dri/r300/radeon_state.c
+++ b/src/mesa/drivers/dri/r300/radeon_state.c
@@ -120,8 +120,6 @@ void radeonUpdateScissor(GLcontext* ctx)
{
radeonContextPtr radeon = RADEON_CONTEXT(ctx);
- assert(radeon->state.scissor.enabled == ctx->Scissor.Enabled);
-
if (radeon->dri.drawable) {
__DRIdrawablePrivate *dPriv = radeon->dri.drawable;
int x1 = dPriv->x + ctx->Scissor.X;