mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-10 22:20:40 +01:00
nv10: emit dummy zeta size when no zbuffer is used.
This commit is contained in:
parent
7f21b63a98
commit
8ed894bd17
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ static void nv10_state_emit_framebuffer(struct nv10_context* nv10)
|
|||
OUT_RING ( (rt->pitch * rt->cpp) | ( (zeta->pitch * zeta->cpp) << 16) );
|
||||
} else {
|
||||
BEGIN_RING(celsius, NV10TCL_RT_PITCH, 1);
|
||||
OUT_RING ( (rt->pitch * rt->cpp) );
|
||||
OUT_RING ( (rt->pitch * rt->cpp) | ( (rt->pitch * rt->cpp) << 16) );
|
||||
}
|
||||
|
||||
nv10->rt[0] = rt->buffer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue