Pass viewport id to r700SendViewportState function, otherwise the radom value may beyond R700_MAX_VIEWPORTS
This commit is contained in:
@@ -296,7 +296,7 @@ static GLboolean r700RunRender(GLcontext * ctx,
|
||||
//r700SyncSurf(context); /* */
|
||||
|
||||
r700SendContextStates(context);
|
||||
r700SendViewportState(context);
|
||||
r700SendViewportState(context, 0);
|
||||
r700SendRenderTargetState(context, 0);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user