gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir_validate.c
2016-11-29 Eric Anholtvc4: Restructure texture insts as ALU ops with tex_...
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-08-26 Eric Anholtvc4: Add a QIR value for the QPU element register.
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-05-31 Rhys Kiddvc4: Fix compiler warnings in fail_instr path of QIR...
2016-05-06 Eric Anholtvc4: Add support for loading immediate values in QIR.
2016-05-06 Eric Anholtvc4: Add a small QIR validate pass.