mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-10 16:00:36 +02:00
i965/vec4: Drop gen <= 7 assertion in pull constant load handling.
I don't see any reason for this to exist. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
ce90fd9676
commit
f7e9756201
1 changed files with 0 additions and 1 deletions
|
|
@ -794,7 +794,6 @@ vec4_generator::generate_pull_constant_load(vec4_instruction *inst,
|
|||
struct brw_reg index,
|
||||
struct brw_reg offset)
|
||||
{
|
||||
assert(brw->gen <= 7);
|
||||
assert(index.file == BRW_IMMEDIATE_VALUE &&
|
||||
index.type == BRW_REGISTER_TYPE_UD);
|
||||
uint32_t surf_index = index.dw1.ud;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue