mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
vk/depth: Add a FIXME
3DSTATE_DEPTH_BUFFER.Width,Height are wrong.
This commit is contained in:
parent
5b3a1ceb83
commit
709fa463ec
1 changed files with 1 additions and 0 deletions
|
|
@ -3763,6 +3763,7 @@ anv_cmd_buffer_emit_depth_stencil(struct anv_cmd_buffer *cmd_buffer,
|
|||
cmd_buffer->framebuffer->depth_stencil;
|
||||
|
||||
/* FIXME: Implement the PMA stall W/A */
|
||||
/* FIXME: Width and Height are wrong */
|
||||
|
||||
anv_batch_emit(&cmd_buffer->batch, GEN8_3DSTATE_DEPTH_BUFFER,
|
||||
.SurfaceType = SURFTYPE_2D,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue