mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 08:00:36 +01:00
i965/blorp: Set no_depth_or_stencil correctly
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
parent
b14852997a
commit
39a13c08dc
1 changed files with 2 additions and 1 deletions
|
|
@ -286,7 +286,8 @@ retry:
|
|||
* rendering tracks for GL.
|
||||
*/
|
||||
brw->ctx.NewDriverState |= BRW_NEW_BLORP;
|
||||
brw->no_depth_or_stencil = false;
|
||||
brw->no_depth_or_stencil = !params->depth.enabled &&
|
||||
!params->stencil.enabled;
|
||||
brw->ib.index_size = -1;
|
||||
|
||||
if (params->dst.enabled)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue