From: Andre Maasikas Date: Mon, 13 Sep 2010 13:55:09 +0000 (+0300) Subject: r600c: eg: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdfe02d3fcc30a7ca5a745fe6ac470b554b075da;p=mesa.git r600c: eg: fix typo probably copy/paste error --- diff --git a/src/mesa/drivers/dri/r600/r700_assembler.c b/src/mesa/drivers/dri/r600/r700_assembler.c index 0f8fb7ac60d..2bf24096a0d 100644 --- a/src/mesa/drivers/dri/r600/r700_assembler.c +++ b/src/mesa/drivers/dri/r600/r700_assembler.c @@ -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