Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / freedreno / ir3 / ir3_nir.h
2020-07-08 Jonathan Marekfreedreno/ir3: add support for a650 tess shared storage
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_finalize_nir()
2020-06-21 Rob Clarkfreedreno/ir3: split ubo analysis/lowering passes
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Rob Clarkfreedreno/ir3: move const_state back to variant
2020-06-19 Connor Abbottir3: Split out variant-specific lowering and optimizations
2020-06-05 Eric Anholtfreedreno/ir3: Account for driver params in UBO max...
2020-05-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Lower GS builtins before lowering IO
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Add ir3_nir_lower_to_explicit_input...
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Rename ir3_nir_lower_to_explicit_io
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Extend geometry lowering pass to handle...
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Add a NIR pass to select tex instruction...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-07 Eduardo Lima Mitevir3/nir: Add new NIR AlgebraicPass for lowering imul
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: split out const_state setup
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-03-30 Rob Clarkfreedreno/ir3: add pass to move varying loads
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-13 Eduardo Lima Mitevir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
2018-11-27 Rob Clarkfreedreno: move ir3 to common location