summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner2018-12-031-1/+0
* nir: Fix assert in print_intrinsic_instr().Józef Kucia2018-11-291-1/+1
* nir/derefs: Add a nir_derefs_do_not_alias enum valueJason Ekstrand2018-11-282-3/+4
* nir: Call fflush() at the end of nir_print_shader()Matt Turner2018-11-271-0/+1
* nir: add fceil loweringJonathan Marek2018-11-272-0/+4
* Revert "nir/builder: Assert that intN_t immediates fit"Iago Toral Quiroga2018-11-211-4/+0
* nir/from_ssa: fix bit-size of temporary registerIago Toral Quiroga2018-11-211-2/+5
* meson: Add tests to suitesDylan Baker2018-11-201-2/+5
* nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke2018-11-192-12/+35
* nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.Kenneth Graunke2018-11-191-16/+8
* nir: Inline lower_clip_vs() into nir_lower_clip_vs().Kenneth Graunke2018-11-191-41/+32
* nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().Kenneth Graunke2018-11-191-4/+2
* nir: handle shared pointers in lowering indirect derefs.Dave Airlie2018-11-201-2/+2
* nir: move getting deref from var after we check deref type.Dave Airlie2018-11-201-4/+3
* intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand2018-11-192-1/+49
* nir: Add alignment parameters to SSBO, UBO, and shared accessJason Ekstrand2018-11-154-10/+63
* nir/lower_io: Add shared to get_io_offset_srcJason Ekstrand2018-11-151-0/+2
* nir/builder: Add a nir_pack/unpack/bitcast helpersJason Ekstrand2018-11-151-0/+126
* nir/builder: Add iadd_imm and imul_imm helpersJason Ekstrand2018-11-152-3/+14
* nir/builder: Assert that intN_t immediates fitJason Ekstrand2018-11-151-0/+4
* nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16Jason Ekstrand2018-11-151-0/+1
* compiler: avoid 'unused variable' warningsAndrii Simiklit2018-11-141-2/+1
* nir: Allow to skip integer ops in nir_lower_to_source_modsGert Wollny2018-11-142-31/+57
* nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst2018-11-142-4/+2
* nir: add const_index parameters to system value builder functionKarol Herbst2018-11-141-2/+19
* nir: Don't lower the local work group size if it's variable.Plamena Manolova2018-11-131-6/+18
* nir: add support for removing redundant stores to copy prop varTimothy Arceri2018-11-131-10/+35
* nir: add lowering for ffloorChristian Gmeiner2018-11-122-0/+4
* nir/lower_tex: Add AYUV lowering supportLionel Landwerlin2018-11-122-0/+20
* nir/lower_tex: add alpha channel parameter for yuv loweringLionel Landwerlin2018-11-121-6/+11
* nir: don't pack varyings ints with floats unless flatTimothy Arceri2018-11-121-4/+7
* nir: add new linking opt nir_link_constant_varyings()Timothy Arceri2018-11-102-0/+111
* nir/constant_folding: fix incorrect bit-size checkIago Toral Quiroga2018-11-091-3/+1
* nir: Add a read_mask helper for ALU instructionsJason Ekstrand2018-11-082-7/+14
* nir: fix condition propagation when src has a swizzleTimothy Arceri2018-11-031-1/+30
* nir: allow propagation of if evaluation for bcselTimothy Arceri2018-11-021-9/+16
* nir: fix if condition propagation for alu useTimothy Arceri2018-11-011-2/+1
* nir: Allow using nir_lower_io_to_scalar_early on VS input vars.Eric Anholt2018-10-301-1/+3
* nir: fix yet another MSVC build breakBrian Paul2018-10-291-1/+1
* nir: Add a pass for gathering transform feedback infoJason Ekstrand2018-10-293-0/+211
* nir: Fix array initializerBrian Paul2018-10-261-1/+1
* nir/system_values: Use the bit size from the load_derefJason Ekstrand2018-10-261-0/+1
* nir/opt_if: Rework condition propagationJason Ekstrand2018-10-261-61/+30
* nir/search: Use the nir_imm_* helpers from nir_builderJason Ekstrand2018-10-263-91/+43
* nir/builder: Handle 16-bit floats in nir_imm_floatN_tJason Ekstrand2018-10-261-0/+14
* nir/builder: Add a nir_imm_true/false helpersJason Ekstrand2018-10-265-6/+29
* nir/constant_folding: Use nir_src_as_bool for discard_ifJason Ekstrand2018-10-261-6/+7
* nir/constant_folding: Add an unreachable to a switchJason Ekstrand2018-10-261-0/+2
* nir/validate: Print when the validation failedJason Ekstrand2018-10-263-29/+35
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-2513-18/+0