mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
r600: update state count for CB_COLOR0_FRAG & CB_COLOR0_TILE relocs
This commit is contained in:
parent
69a94e1452
commit
f0e99179bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1317,7 +1317,7 @@ void r600InitAtoms(context_t *context)
|
|||
ALLOC_STATE(poly, always, 10, r700SendPolyState);
|
||||
ALLOC_STATE(cb, cb, 18, r700SendCBState);
|
||||
ALLOC_STATE(clrcmp, always, 6, r700SendCBCLRCMPState);
|
||||
ALLOC_STATE(cb_target, always, 25, r700SendRenderTargetState);
|
||||
ALLOC_STATE(cb_target, always, 29, r700SendRenderTargetState);
|
||||
ALLOC_STATE(blnd, blnd, (6 + (R700_MAX_RENDER_TARGETS * 3)), r700SendCBBlendState);
|
||||
ALLOC_STATE(blnd_clr, always, 6, r700SendCBBlendColorState);
|
||||
ALLOC_STATE(sx, always, 9, r700SendSXState);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue