mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 18:40:28 +01:00
radeon driver doesnt have this so i assume we shouldnt either.
This commit is contained in:
parent
a7bd2563c3
commit
7d82d284e3
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue