aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2017-03-242-8/+25
* nir: Return progress from nir_convert_from_ssa().Matt Turner2017-03-232-8/+15
* nir: Return progress from nir_lower_io().Matt Turner2017-03-232-6/+15
* nir: Return progress from nir_lower_regs_to_ssa().Matt Turner2017-03-232-6/+10
* nir: Return progress from nir_lower_samplers().Matt Turner2017-03-232-12/+19
* nir: Return progress from nir_lower_atomics().Matt Turner2017-03-232-7/+13
* nir: Return progress from nir_lower_clamp_color_outputs().Matt Turner2017-03-232-10/+22
* nir: Return progress from nir_lower_clip_fs().Matt Turner2017-03-232-3/+7
* nir: Return progress from nir_lower_clip_vs().Matt Turner2017-03-232-5/+7
* nir: Return progress from nir_move_vec_src_uses_to_dest().Matt Turner2017-03-232-6/+18
* nir: Return progress from nir_lower_to_source_mods().Matt Turner2017-03-232-6/+29
* nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2017-03-232-5/+21
* nir: Return progress from nir_lower_var_copies().Matt Turner2017-03-232-4/+16
* nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2017-03-232-7/+21
* nir: Return progress from nir_lower_64bit_pack().Matt Turner2017-03-232-4/+14
* nir: Return progress from nir_lower_doubles().Matt Turner2017-03-232-22/+42
* nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2017-03-232-3/+7
* nir: Fix syntax.Matt Turner2017-03-232-6/+6
* nir: Fix misspellings.Matt Turner2017-03-234-7/+7
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-2321-43/+43
* nir: consistently use ifndef guards over pragma onceEmil Velikov2017-03-2210-11/+38
* nir: Add positional argument specifiers.Vinson Lee2017-03-212-2/+2
* nir/constant_expressions: Refactor helper functionsJason Ekstrand2017-03-141-24/+27
* nir: Rework conversion opcodesJason Ekstrand2017-03-148-189/+121
* nir: Rewrite nir_type_conversion_opJason Ekstrand2017-03-141-63/+92
* nir: Add a get_nir_type_for_glsl_base_type helperJason Ekstrand2017-03-141-2/+8
* nir/validate: Rework ALU bit-size rule validationJason Ekstrand2017-03-141-32/+33
* nir/validate: Validate that bit sizes and components always matchJason Ekstrand2017-03-141-38/+63
* nir: Make image_size a variable-width intrinsicJason Ekstrand2017-03-141-1/+1
* nir/lower_tex: Use tex_instr_dest_size for txs destinationsJason Ekstrand2017-03-141-1/+2
* nir/copy_prop: Respect the source's number of componentsJason Ekstrand2017-03-141-33/+96
* nir/intrinsics: Make load_barycentric_input take a 2-component coorJason Ekstrand2017-03-141-1/+3
* nir: remove shebang from python scriptsEmil Velikov2017-03-107-7/+0
* nir/int64: Properly handle imod/iremJason Ekstrand2017-03-031-3/+21
* nir/builder: Add an int64 immediate helperJason Ekstrand2017-03-031-0/+11
* i965: Do int64 lowering in NIRJason Ekstrand2017-03-011-54/+53
* nir: Add a simple int64 lowering passJason Ekstrand2017-03-012-0/+288
* nir/lower_indirect: Use nir_builder control-flow helpersJason Ekstrand2017-03-011-30/+5
* nir/lower_gs_intrinsics: Use nir_builder control-flow helpersJason Ekstrand2017-03-011-6/+3
* nir/builder: Add support for easily building control-flowJason Ekstrand2017-03-011-0/+95
* nir: Delete unused arg in get_iterationElie TOURNIER2017-02-271-2/+2
* nir: delete magic numberElie TOURNIER2017-02-241-1/+11
* nir: do not #include util/debug.h within extern C {}Emil Velikov2017-02-211-1/+4
* nir/algebraic: Optimize 64bit pack/unpackJason Ekstrand2017-02-161-0/+6
* nir: Rename lower_double_pack to lower_64bit_packJason Ekstrand2017-02-162-5/+4
* nir: Combine the int and double [un]pack opcodesJason Ekstrand2017-02-165-64/+30
* nir: handle some 64-bit integer conversionsDave Airlie2017-02-161-7/+19
* nir: handle 64-bit integer types in glsl->nir type conversion.Dave Airlie2017-02-161-0/+6
* nir: add opcode to perform int64 to bool conversionsSamuel Iglesias Gonsálvez2017-02-091-0/+1
* nir: add extra const notation in compare_blocks()Emil Velikov2017-01-271-2/+2