mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
set depthHasSurface for stencil renderbuffer
This commit is contained in:
parent
3c450b2917
commit
350a167635
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ radeonCreateBuffer( __DRIscreenPrivate *driScrnPriv,
|
|||
screen->depthOffset, screen->depthPitch);
|
||||
radeonSetSpanFunctions(stencilRb, mesaVis);
|
||||
_mesa_add_renderbuffer(fb, BUFFER_STENCIL, &stencilRb->Base);
|
||||
stencilRb->depthHasSurface = screen->depthHasSurface;
|
||||
}
|
||||
|
||||
_mesa_add_soft_renderbuffers(fb,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue