mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
remove reference to obsolete ExtDivide
This commit is contained in:
parent
a2b917c1cd
commit
51809bc1bc
1 changed files with 0 additions and 4 deletions
|
|
@ -124,10 +124,6 @@ static struct brw_reg get_src_reg(struct brw_wm_compile *c,
|
|||
*/
|
||||
component = get_ext_swz(src->SrcRegisterExtSwz, component);
|
||||
|
||||
/* Can't handle this, don't know if we need to:
|
||||
*/
|
||||
assert(src->SrcRegisterExtSwz.ExtDivide == TGSI_EXTSWIZZLE_ONE);
|
||||
|
||||
/* Not handling indirect lookups yet:
|
||||
*/
|
||||
assert(src->SrcRegister.Indirect == 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue