summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: fix algebraic optimizationsConnor Abbott2017-08-031-2/+2
* nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke2017-08-032-3/+3
* nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri2017-08-031-6/+6
* nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand2017-08-031-2/+6
* nir/lower_tex: Fix minor error in YUV color conversion matrixJohnson Lin2017-05-191-3/+3
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-052-2/+6
* nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand2017-04-162-0/+4
* nir: Destination component count of shader_clock intrinsic is 2Boyan Ding2017-04-141-1/+1
* nir/print: add compute shader infoRob Clark2017-04-141-0/+13
* nir: Add support for 8 and 16-bit typesJason Ekstrand2017-03-303-2/+24
* nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand2017-03-301-14/+23
* nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand2017-03-301-98/+101
* 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