Skip to content

intel/vec4: Use ir_texture_opcode less in emit_texture()

Kenneth Graunke requested to merge kwg/mesa:vec4-tidy into main

This replaces a bunch of uses of the GLSL IR ir_texture_opcode enum with the backend opcode, in preparation for removing it altogether.

Merge request reports