drirc/i965: add option to disable 565 configs and visuals
[mesa.git] / src / freedreno / ir3 /
2019-02-14 Eric Anholtfreedreno: Use the NIR lowering for isign.
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-12-22 Rob Clarkfreedreno/ir3: don't treat all inputs/outputs as vec4
2018-12-22 Rob Clarkfreedreno/ir3: fix fallout of extra assert
2018-12-19 Eduardo Lima Mitevfreedreno/ir3: Handle GL_NONE in get_num_components_for...
2018-12-18 Eduardo Lima Mitevfreedreno/ir3: Make imageStore use num components from...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-13 Rob Clarkfreedreno/ir3: don't remove unused input components
2018-12-13 Rob Clarkfreedreno/ir3: fix crash
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno/ir3: code-motion
2018-12-07 Rob Clarkfreedreno/ir3: sync instr/disasm
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-27 Rob Clarkfreedreno: move ir3 to common location