mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
use screen->front.map instead of pFB from libdri
This commit is contained in:
parent
39c492bb14
commit
f7360cd42d
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ static GLboolean intelCreateBuffer( __DRIscreenPrivate *driScrnPriv,
|
|||
{
|
||||
driRenderbuffer *frontRb
|
||||
= driNewRenderbuffer(GL_RGBA,
|
||||
driScrnPriv->pFB,
|
||||
screen->front.map,
|
||||
screen->cpp,
|
||||
screen->front.offset, screen->front.pitch,
|
||||
driDrawPriv);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue