mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r600c: eg: fix typo
probably copy/paste error
This commit is contained in:
parent
629842b44c
commit
cdfe02d3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ GLboolean add_tex_instruction(r700_AssemblerBase* pAsm,
|
|||
{
|
||||
unsigned int count = GETbits(pAsm->cf_current_tex_clause_ptr->m_Word1.val,
|
||||
EG_CF_WORD1__COUNT_shift, EG_CF_WORD1__COUNT_mask) + 1;
|
||||
SETfield(pAsm->cf_current_vtx_clause_ptr->m_Word1.val, count,
|
||||
SETfield(pAsm->cf_current_tex_clause_ptr->m_Word1.val, count,
|
||||
EG_CF_WORD1__COUNT_shift, EG_CF_WORD1__COUNT_mask);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue