radeon driver doesnt have this so i assume we shouldnt either.

This commit is contained in:
Aapo Tahkola 2006-01-27 13:09:59 +00:00
parent a7bd2563c3
commit 7d82d284e3

View file

@ -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;