freedreno/ir3: Clean up instrlen setup.
[mesa.git] / src / freedreno / ir3 / ir3_compiler.h
2020-08-05 Eric Anholtfreedreno/ir3: Clean up instrlen setup.
2020-07-08 Jonathan Marekfreedreno/ir3: add support for a650 tess shared storage
2020-06-26 Rob Clarkfreedreno/ir3: disk-cache support
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_compiler_destroy()
2020-06-26 Connor Abbottir3: Support variants with different constlen's
2020-06-26 Connor Abbottir3: Include ir3_compiler from ir3_shader
2020-06-18 Rob Clarkfreedreno/ir3: decouple regset from gpu gen
2020-05-17 Ilia Mirkinfreedreno/a3xx: parameterize ubo optimization
2020-03-27 Rob Clarkfreedreno/ir3/ra: add debug option for RA debug msgs
2020-03-27 Rob Clarkfreedreno/ir3: convert debug bitfield to BITFIELD_BIT()
2020-02-24 Kristian H. Kristensenfreedreno/ir3: Lower output precision
2019-12-13 Rob Clarkfreedreno/ir3: add scheduler traces
2019-11-12 Rob Clarkfreedreno/ir3: helper to print ir if debug enabled
2019-10-24 Rob Clarkfreedreno/ir3: debug cleanup
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Extend debug helpers to support TCS...
2019-05-07 Rob Clarkfreedreno/ir3: move ir3_pointer_size()
2019-05-02 Rob Clarkfreedreno/ir3: add IR3_SHADER_DEBUG flag to disable...
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-21 Rob Clarkfreedreno/ir3: optimize sam.s2en to sam
2018-11-27 Rob Clarkfreedreno: move ir3 to common location