aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/meson.build
Commit message (Expand)AuthorAgeFilesLines
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-151-0/+1
* nir: Add test file for vars related passesCaio Marcelo de Oliveira Filho2018-10-151-0/+11
* nir: Add an array copy optimizationJason Ekstrand2018-08-231-0/+1
* nir: Add a structure splitting passJason Ekstrand2018-08-231-0/+1
* meson: Build with Python 3Mathieu Bridon2018-08-101-7/+7
* nir/meson: fix c vs cpp args for nir testDylan Baker2018-08-011-1/+1
* nir: add builtin builderKarol Herbst2018-07-241-0/+2
* nir: Add a large constants optimization passJason Ekstrand2018-07-021-0/+1
* nir: Delete lower_io_typesJason Ekstrand2018-06-221-1/+0
* nir: Add a concept of per-member structs and a lowering passJason Ekstrand2018-06-221-0/+1
* nir: Add a deref path helper structJason Ekstrand2018-06-221-0/+1
* nir: Add helpers for working with deref instructionsJason Ekstrand2018-06-221-0/+1
* nir: add pass to move load_constRob Clark2018-06-191-0/+1
* nir: Add an ALU lowering pass for mul_high.Eric Anholt2018-06-061-0/+1
* nir: Add the start of a format conversion helper headerJason Ekstrand2018-05-091-0/+1
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* compiler/nir: add a lowering pass to convert the bit size of ALU operationsIago Toral Quiroga2018-05-031-0/+1
* nir: add missing dependency in meson.buildRob Clark2018-05-021-1/+1
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-3/+0
* nir/spirv: add gl_spirv_validation methodAlejandro Piñeiro2018-03-301-0/+1
* spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.buildIan Romanick2018-03-291-15/+0
* nir: mako all the intrinsicsRob Clark2018-03-271-4/+20
* nir: autotools, meson: add GLSL.ext.AMD.h in the files listJuan A. Suarez Romero2018-03-221-0/+1
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-201-1/+0
* nir: add nir_opt_move_load_ubo() optimization passSamuel Pitoiset2018-03-161-0/+1
* spirv: handle AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-071-0/+1
* spirv: Add initial subgroup supportJason Ekstrand2018-03-071-0/+1
* nir: add nir_opt_shrink_load passSamuel Pitoiset2018-02-061-0/+1
* meson: Use dependencies for nirDylan Baker2018-01-111-3/+15
* meson: Use consistent style for testsDylan Baker2018-01-111-9/+10
* spirv: Add a prepass to set types on vtn_valuesJason Ekstrand2017-12-111-1/+10
* nir: add varying array splitting passTimothy Arceri2017-12-041-0/+1
* nir: Add a new subgroups lowering passJason Ekstrand2017-11-071-1/+1
* nir: add serialization and deserializationConnor Abbott2017-10-311-0/+2
* meson: extract out variable for nir_algebraic.pyRob Clark2017-10-241-0/+2
* nir: Move vc4's alpha test lowering to core NIR.Eric Anholt2017-10-101-0/+1
* meson: add nir_linking_helpers.c to libnirDylan Baker2017-10-091-0/+1
* meson: convert gtest to an internal dependencyDylan Baker2017-10-031-2/+2
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+205