Procházet zdrojové kódy

i965: Don't forget the force_sechalf flag in lower_load_payload().

Regression from commit 41868bb682.
Fixes a bunch of ARB_shader_image_load_store tests.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
tags/10.6-branchpoint
Francisco Jerez před 10 roky
rodič
revize
0db663503e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      src/mesa/drivers/dri/i965/brw_fs.cpp

+ 1
- 0
src/mesa/drivers/dri/i965/brw_fs.cpp Zobrazit soubor

@@ -3507,6 +3507,7 @@ fs_visitor::lower_load_payload()
fs_inst *mov = MOV(retype(dst, inst->src[i].type),
inst->src[i]);
mov->force_writemask_all = inst->force_writemask_all;
mov->force_sechalf = inst->force_sechalf;
inst->insert_before(block, mov);
}
dst = offset(dst, 1);

Načítá se…
Zrušit
Uložit