mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
r600: no need to flush on context init
This commit is contained in:
parent
b3b6bd5da1
commit
d18b302365
1 changed files with 0 additions and 2 deletions
|
|
@ -1626,8 +1626,6 @@ void r700InitState(GLcontext * ctx) //-------------------
|
|||
R700_CHIP_CONTEXT *r700 = (R700_CHIP_CONTEXT*)(&context->hw);
|
||||
int id = 0;
|
||||
|
||||
radeon_firevertices(&context->radeon);
|
||||
|
||||
r700->TA_CNTL_AUX.u32All = 0;
|
||||
SETfield(r700->TA_CNTL_AUX.u32All, 28, TD_FIFO_CREDIT_shift, TD_FIFO_CREDIT_mask);
|
||||
r700->VC_ENHANCE.u32All = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue