summaryrefslogtreecommitdiff
path: root/src/compiler/nir
AgeCommit message (Expand)AuthorFilesLines
2017-04-24nir/i965: add before ffma algebraic optsTimothy Arceri2-0/+24
2017-04-24nir: shuffle constants to the topTimothy Arceri2-1/+19
2017-04-24nir: add flt comparision simplificationTimothy Arceri2-0/+19
2017-04-16nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand2-0/+4
2017-04-14nir: Destination component count of shader_clock intrinsic is 2Boyan Ding1-1/+1
2017-04-14nir/print: add compute shader infoRob Clark1-0/+13
2017-03-30nir: Add support for 8 and 16-bit typesJason Ekstrand3-2/+24
2017-03-30nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand1-14/+23
2017-03-30nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand1-98/+101
2017-03-24nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2-8/+25
2017-03-23nir: Return progress from nir_convert_from_ssa().Matt Turner2-8/+15
2017-03-23nir: Return progress from nir_lower_io().Matt Turner2-6/+15
2017-03-23nir: Return progress from nir_lower_regs_to_ssa().Matt Turner2-6/+10
2017-03-23nir: Return progress from nir_lower_samplers().Matt Turner2-12/+19
2017-03-23nir: Return progress from nir_lower_atomics().Matt Turner2-7/+13
2017-03-23nir: Return progress from nir_lower_clamp_color_outputs().Matt Turner2-10/+22
2017-03-23nir: Return progress from nir_lower_clip_fs().Matt Turner2-3/+7
2017-03-23nir: Return progress from nir_lower_clip_vs().Matt Turner2-5/+7
2017-03-23nir: Return progress from nir_move_vec_src_uses_to_dest().Matt Turner2-6/+18
2017-03-23nir: Return progress from nir_lower_to_source_mods().Matt Turner2-6/+29
2017-03-23nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2-5/+21
2017-03-23nir: Return progress from nir_lower_var_copies().Matt Turner2-4/+16
2017-03-23nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2-7/+21
2017-03-23nir: Return progress from nir_lower_64bit_pack().Matt Turner2-4/+14
2017-03-23nir: Return progress from nir_lower_doubles().Matt Turner2-22/+42
2017-03-23nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2-3/+7
2017-03-23nir: Fix syntax.Matt Turner2-6/+6
2017-03-23nir: Fix misspellings.Matt Turner4-7/+7
2017-03-23nir: Stop using apostrophes to pluralize.Matt Turner21-43/+43
2017-03-22nir: consistently use ifndef guards over pragma onceEmil Velikov10-11/+38
2017-03-21nir: Add positional argument specifiers.Vinson Lee2-2/+2
2017-03-14nir/constant_expressions: Refactor helper functionsJason Ekstrand1-24/+27
2017-03-14nir: Rework conversion opcodesJason Ekstrand8-189/+121
2017-03-14nir: Rewrite nir_type_conversion_opJason Ekstrand1-63/+92
2017-03-14nir: Add a get_nir_type_for_glsl_base_type helperJason Ekstrand1-2/+8
2017-03-14nir/validate: Rework ALU bit-size rule validationJason Ekstrand1-32/+33
2017-03-14nir/validate: Validate that bit sizes and components always matchJason Ekstrand1-38/+63
2017-03-14nir: Make image_size a variable-width intrinsicJason Ekstrand1-1/+1
2017-03-14nir/lower_tex: Use tex_instr_dest_size for txs destinationsJason Ekstrand1-1/+2
2017-03-14nir/copy_prop: Respect the source's number of componentsJason Ekstrand1-33/+96
2017-03-14nir/intrinsics: Make load_barycentric_input take a 2-component coorJason Ekstrand1-1/+3
2017-03-10nir: remove shebang from python scriptsEmil Velikov7-7/+0
2017-03-03nir/int64: Properly handle imod/iremJason Ekstrand1-3/+21
2017-03-03nir/builder: Add an int64 immediate helperJason Ekstrand1-0/+11
2017-03-01i965: Do int64 lowering in NIRJason Ekstrand1-54/+53
2017-03-01nir: Add a simple int64 lowering passJason Ekstrand2-0/+288
2017-03-01nir/lower_indirect: Use nir_builder control-flow helpersJason Ekstrand1-30/+5
2017-03-01nir/lower_gs_intrinsics: Use nir_builder control-flow helpersJason Ekstrand1-6/+3
2017-03-01nir/builder: Add support for easily building control-flowJason Ekstrand1-0/+95
2017-02-27nir: Delete unused arg in get_iterationElie TOURNIER1-2/+2