Fix viewport issue

This commit is contained in:
Cooper Yuan 2009-06-26 17:04:53 +08:00
parent eaadba6eee
commit d1bc9a29b9
2 changed files with 6 additions and 1 deletions

View file

@ -44,6 +44,7 @@
#include "tnl/t_vertex.h"
#include "tnl/t_pipeline.h"
#include "radeon_lock.h"
#include "r600_context.h"
#include "r600_cmdbuf.h"
@ -295,6 +296,9 @@ static GLboolean r700RunRender(GLcontext * ctx,
/* flush vtx */
//r700SyncSurf(context); /* */
LOCK_HARDWARE( &context->radeon );
UNLOCK_HARDWARE( &context->radeon );
r700SendContextStates(context);
r700SendViewportState(context, 0);
r700SendRenderTargetState(context, 0);

View file

@ -562,6 +562,8 @@ static void r700UpdateWindow(GLcontext * ctx, int id) //--------------------
r700->viewport[id].PA_CL_VPORT_ZOFFSET.f32All = tz;
r700->viewport[id].enabled = GL_TRUE;
r700SetScissor(context);
}
@ -615,7 +617,6 @@ void r700SetScissor(context_t *context) //---------------
rrb = radeon_get_colorbuffer(&context->radeon);
if (!rrb || !rrb->bo) {
fprintf(stderr, "no rrb\n");
return;
}
if (context->radeon.state.scissor.enabled) {