mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
Pass viewport id to r700SendViewportState function, otherwise the radom value may beyond R700_MAX_VIEWPORTS
This commit is contained in:
parent
46ca8e5782
commit
2f6451042d
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ static GLboolean r700RunRender(GLcontext * ctx,
|
|||
//r700SyncSurf(context); /* */
|
||||
|
||||
r700SendContextStates(context);
|
||||
r700SendViewportState(context);
|
||||
r700SendViewportState(context, 0);
|
||||
r700SendRenderTargetState(context, 0);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue