summaryrefslogtreecommitdiff
path: root/src/compiler/nir
AgeCommit message (Expand)AuthorFilesLines
2017-06-27nir: sge operation is defined for floating-point typesJuan A. Suarez Romero1-1/+1
2017-06-10nir: make various getters take const pointersGrazvydas Ignotas2-13/+14
2017-06-07nir: Delete nir_array.hThomas Helland1-99/+0
2017-06-07nir: Remove unused includeThomas Helland1-1/+0
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-05-23nir/lower-atomics-to-ssbo: remove atomic_uint arrays tooRob Clark1-1/+9
2017-05-23nir/lower-atomics-to-ssbo: fix num_componentsRob Clark1-0/+5
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand11-59/+52
2017-05-08nir: fix (hopefully) windows buildRob Clark2-4/+4
2017-05-07nir: Fix missing snprintf symbol on Windows.Jose Fonseca1-0/+4
2017-05-04nir: add pass to lower atomic counters to SSBORob Clark2-0/+219
2017-05-03nir/lower_tex: Fix minor error in YUV color conversion matrixJohnson Lin1-3/+3
2017-05-03compiler: Add a system value and varying for ViewIndexJason Ekstrand2-0/+5
2017-05-02nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2-2/+6
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