Module: Mesa Branch: master Commit: cdfe02d3fcc30a7ca5a745fe6ac470b554b075da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdfe02d3fcc30a7ca5a745fe6ac470b554b075da
Author: Andre Maasikas <[email protected]> Date: Mon Sep 13 16:55:09 2010 +0300 r600c: eg: fix typo probably copy/paste error --- src/mesa/drivers/dri/r600/r700_assembler.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r600/r700_assembler.c b/src/mesa/drivers/dri/r600/r700_assembler.c index 0f8fb7a..2bf2409 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
