freedreno/registers: add .gitignore
[mesa.git] / src / freedreno / ir3 / ir3_compiler.c
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-18 Rob Clarkfreedreno/ir3: decouple regset from gpu gen
2020-06-05 Eric Anholtfreedreno/ir3: Drop the max_const on a6xx to 512.
2020-05-17 Ilia Mirkinfreedreno/a3xx: parameterize ubo optimization
2020-03-27 Rob Clarkfreedreno/ir3/ra: add debug option for RA debug msgs
2020-02-24 Kristian H. Kristensenfreedreno/ir3: Lower output precision
2019-12-13 Rob Clarkfreedreno/ir3: add scheduler traces
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Extend debug helpers to support TCS...
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