aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
Commit message (Expand)AuthorAgeFilesLines
* glsl/linker: handle array/struct members for DisableXfbPackingLouis-Francis Ratté-Boulianne2020-03-031-0/+1
* nir: Rename gl_nir_lower_bindless_images.c in preparation for extending it.Eric Anholt2020-02-241-1/+1
* nir: Add SSBO->global lowering passAlyssa Rosenzweig2020-02-211-0/+1
* Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov2020-02-121-1/+1
* nir/zink: move clip_halfz-lowering to common codeErik Faye-Lund2020-01-031-0/+1
* android: nir: add a load/store vectorization passMauro Rossi2019-12-271-0/+1
* nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt2019-11-251-0/+1
* nir: strip as we serialize to remove the nir_shader_clone callMarek Olšák2019-11-211-1/+0
* compiler: move build definition of pp_standalone_scaffolding.cTimothy Arceri2019-11-211-2/+1
* glsl: add preprocessor #include supportTimothy Arceri2019-11-201-1/+2
* nir: Build nir_lower_point_size.c in libmesa_nirRobert Foss2019-10-311-0/+1
* 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