summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/meson.build
Commit message (Expand)AuthorAgeFilesLines
* Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov2020-02-121-1/+1
* gitlab-ci: Add ppc64el and s390x cross-build jobsMichel Dänzer2020-02-051-0/+1
* nir/zink: move clip_halfz-lowering to common codeErik Faye-Lund2020-01-031-0/+1
* nir/tests: add serializer testsKarol Herbst2019-12-111-0/+12
* nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt2019-11-251-0/+1
* nir: add load/store vectorizer testsRhys Perry2019-11-251-0/+12
* nir: add a load/store vectorization passRhys Perry2019-11-251-0/+1
* nir: strip as we serialize to remove the nir_shader_clone callMarek Olšák2019-11-211-1/+0
* nir: Add tests for nir_extract_bitsJason Ekstrand2019-11-111-0/+12
* nir: add nir_lower_amul passRob Clark2019-10-181-0/+1
* nir: add lowering-pass for point-size movErik Faye-Lund2019-10-171-0/+1
* nir: add a pass to lower flat shading.Dave Airlie2019-10-171-0/+1
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-101-0/+1
* meson: rename libnir to _libnir to make it clear it's not meant to be used an...Eric Engestrom2019-10-071-2/+2
* nir: Carve out nir_lower_samplers from GLSL code.Timur Kristóf2019-09-061-0/+1
* nir: add divergence analysis pass.Daniel Schürmann2019-08-201-0/+1
* meson: add nir tests to the compiler/nir test suiteEric Engestrom2019-08-141-2/+5
* nir: add a pass to clamp gl_PointSize to a rangeIago Toral Quiroga2019-08-131-0/+1
* nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry2019-08-121-2/+1
* nir: replace nir_move_load_const() with nir_opt_sink()Rhys Perry2019-08-121-1/+1
* nir/range-analysis: Rudimentary value range analysis passIan Romanick2019-08-051-0/+2
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-8/+4
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-2/+1
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-081-0/+12
* anv,nir: Move lower_input_attachments pass from ANV to NIR.Daniel Schürmann2019-07-081-0/+1
* nir: add pass to lower load_interpolated_inputRob Clark2019-07-021-0/+1
* nir: add a vectorization passConnor Abbott2019-06-181-0/+1
* nir: Rematerialize compare instructionsIan Romanick2019-05-311-0/+1
* nir: implement lowering for fsin and fcosVasily Khoruzhick2019-05-071-0/+1
* nir/flrp: Add new lowering pass for flrp instructionsIan Romanick2019-05-061-0/+1
* nir: add int_to_float lowering passVasily Khoruzhick2019-05-071-0/+1
* nir: Add a SSA type gathering passJason Ekstrand2019-05-041-0/+1
* nir: add pass to lower fb readsRob Clark2019-05-021-0/+1
* nir: add rcp(w) lowering for gl_FragCoordAndreas Baierl2019-04-291-0/+1
* nir: Add nir_lower_viewport_transformAlyssa Rosenzweig2019-04-141-0/+1
* nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand2019-04-121-0/+1
* nir: Get rid of global registersJason Ekstrand2019-04-091-1/+0
* nir: Add partial redundancy elimination for comparesIan Romanick2019-03-281-0/+1
* nir: Add nir_const_value_negative_equalIan Romanick2019-03-281-0/+12
* nir: Add a lowering pass for non-uniform resource accessJason Ekstrand2019-03-251-0/+1
* spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset2019-03-221-0/+1
* nir: Add a new pass to lower array dereferences on vectorsJason Ekstrand2019-03-151-0/+1
* nir: Add a pass to combine store_derefs to same vectorCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand2019-03-121-0/+1
* nir: Add a stripping pass for improved cacheabilityConnor Abbott2019-03-121-0/+1
* nir/spirv: initial handling of OpenCL.std extension opcodesKarol Herbst2019-03-051-0/+2
* nir: Move nir_lower_uniforms_to_ubo to compiler/nir.Timur Kristóf2019-03-051-0/+1
* nir: Add a bool to float32 lowering passJason Ekstrand2019-01-141-0/+1
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-161-0/+1
* nir: Add a pass for lowering integer division by constantsJason Ekstrand2018-12-131-0/+1