mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 17:00:22 +01:00
state cache is automagically flushed on a normal BEGIN_RING_SIZE
This commit is contained in:
parent
e62b2f9c2e
commit
046ece3a2d
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ static void nv30Clear(GLcontext *ctx, GLbitfield mask)
|
|||
hw_bufs |= 0x03;
|
||||
|
||||
if (hw_bufs) {
|
||||
/* should we flush the state cache before this? */
|
||||
BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_CLEAR_WHICH_BUFFERS, 1);
|
||||
OUT_RING(hw_bufs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue