summaryrefslogtreecommitdiff
path: root/src/compiler/Makefile.sources
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* android: compiler/nir: build nir_divergence_analysis.cMauro Rossi2019-09-281-0/+1
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-2/+0
* nir: Carve out nir_lower_samplers from GLSL code.Timur Kristóf2019-09-061-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
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+0
* 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/linker: add gl_nir_link_uniform_blocks.cAlejandro Piñeiro2019-06-301-0/+1
* glsl/nir: Add optimization pass for access flagsConnor Abbott2019-06-191-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
* mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources listJohn Stultz2019-05-061-0/+1
* nir: Add a SSA type gathering passJason Ekstrand2019-05-041-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
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-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 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
* glsl/nir: Add a pass to lower UBO and SSBO accessJason 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
* automake: Fix path to generated sourceDylan Baker2019-01-291-1/+1
* nir: Add a bool to float32 lowering passJason Ekstrand2019-01-141-0/+1
* glsl: Create file to contain software fp64 functionsMatt Turner2019-01-091-1/+2
* 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
* nir: Add a pass for gathering transform feedback infoJason Ekstrand2018-10-291-1/+3
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-151-0/+1
* nir: Add an array copy optimizationJason Ekstrand2018-08-231-0/+1
* nir: Add a structure splitting passJason Ekstrand2018-08-231-0/+1
* nir/linker: Add the start of a pure-NIR linker for XFBNeil Roberts2018-07-311-0/+1
* glsl: use only copy_propagation_elementsCaio Marcelo de Oliveira Filho2018-07-271-1/+0
* nir: add builtin builderKarol Herbst2018-07-241-0/+2
* nir/linker: Add a pure NIR implementation of the atomic counter linkerNeil Roberts2018-07-031-0/+1