mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
nouveau: unbreak nv40
This commit is contained in:
parent
50227f6fd2
commit
ed69205684
1 changed files with 1 additions and 1 deletions
|
|
@ -899,7 +899,7 @@ static GLboolean nv30BindBuffers(nouveauContextPtr nmesa, int num_color,
|
|||
OUT_RING (depth->offset);
|
||||
if (nmesa->screen->card->type >= NV_40) {
|
||||
BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_LMA_DEPTH_BUFFER_PITCH, 1);
|
||||
OUT_RING (depth->pitch >> 2);
|
||||
OUT_RING (depth->pitch);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue