aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir: Consider atomic counter intrinsics when setting writes_memoryCaio Marcelo de Oliveira Filho2020-05-181-0/+22
* nir: Use deref intrinsics to set writes_memory when gathering infoCaio Marcelo de Oliveira Filho2020-05-181-0/+29
* spirv: handle OpCopyObject correctly with any typesSamuel Pitoiset2020-05-153-6/+37
* nir: Use 8-bit types for most info fieldsJason Ekstrand2020-05-152-11/+11
* Revert "nir/validate: validate the stride for deref_ptr_as_array"Karol Herbst2020-05-141-1/+0
* nir/validate: validate the stride for deref_ptr_as_arrayKarol Herbst2020-05-141-0/+1
* nir/deref: copy ptr_stride when rematerializingKarol Herbst2020-05-141-1/+4
* nir: add pass to lower disjoint wrmask'sRob Clark2020-05-134-0/+236
* nir: add helper to copy const_index[]Rob Clark2020-05-131-0/+27
* nir: fix indices for ir3 ssbo_atomic intrinsicsRob Clark2020-05-131-10/+10
* freedreno/ir3: Drop wrmask for ir3 local and global store intrinsicsKristian H. Kristensen2020-05-131-2/+2
* nir: Add some docs to the metadata typesJason Ekstrand2020-05-141-0/+51
* nir: Include num_ubos in the printed shader (if nonzero).Eric Anholt2020-05-141-0/+2
* nir: reset ssa-defs as non-divergent during divergence analysis instead of up...Daniel Schürmann2020-05-131-21/+36
* nir: simplify phi handling in divergence analysisDaniel Schürmann2020-05-131-113/+116
* nir: rework phi handling in divergence analysisDaniel Schürmann2020-05-131-173/+214
* nir: refactor divergence analysis stateDaniel Schürmann2020-05-131-35/+37
* nir: add nir_intrinsic_elect to divergence analysisDaniel Schürmann2020-05-131-0/+1
* nir: Make "divergent" a property of an SSA valueJason Ekstrand2020-05-133-64/+94
* turnip: Execute ir3_nir_lower_gs pass againBrian Ho2020-05-121-2/+5
* nir: Fix count when we didn't lower load_uniforms but did shift load_ubos.Eric Anholt2020-05-121-1/+1
* nir/algebraic: Eliminate useless extract before unpackIan Romanick2020-05-111-0/+5
* nir/algebraic: Add some half packing optimizations for pack_half_2x16_splitIan Romanick2020-05-111-0/+7
* nir/algebraic: Optimize ushr of pack_half, not ishrIan Romanick2020-05-111-1/+1
* nir: do not vectorize load/store if offset can overflow and robustness enabledSamuel Pitoiset2020-05-113-5/+44
* nir/algebraic: Optimize some bfe patternsIan Romanick2020-05-071-0/+18
* nir/algebraic: Split ibfe and ubfe with two constant sourcesIan Romanick2020-05-072-0/+35
* nir/algebraic: Recognize open-coded byte or word extract from bfeIan Romanick2020-05-071-7/+21
* nir: make fsat return 0.0 with NaN instead of passing it throughRhys Perry2020-05-072-5/+14
* compiler/spirv: flag nclamp/nmin/nmax as exactRhys Perry2020-05-071-7/+14
* nir: add missing group_memory_barrier handlingRhys Perry2020-05-052-0/+2
* mesa: extend GLSLZeroInit semanticsPierre-Eric Pelloux-Prayer2020-05-051-0/+2
* glsl: add a is_implicit_initializer flagPierre-Eric Pelloux-Prayer2020-05-054-2/+18
* glsl: rework zero initializationPierre-Eric Pelloux-Prayer2020-05-053-6/+16
* glsl: init gl_FragColor if zero_init=truePierre-Eric Pelloux-Prayer2020-05-051-1/+7
* nir: Always create UBO variable when lowering uniforms to uboLouis-Francis Ratté-Boulianne2020-05-051-2/+27
* compiler/glsl: explicitly store NumUniformBlocksErik Faye-Lund2020-05-053-6/+10
* glsl: rename has_implicit_uint_to_int_conversion to *_int_to_uint_*Danylo Piliaiev2020-05-053-3/+3
* vtn/opencl: native sqrt supportErik Faye-Lund2020-05-041-0/+2
* vtn/opencl: native rsqrt supportErik Faye-Lund2020-05-041-0/+2
* vtn/opencl: native recip supportErik Faye-Lund2020-05-041-0/+2
* vtn/opencl: native powr supportErik Faye-Lund2020-05-041-0/+2
* vtn/opencl: native divide supportErik Faye-Lund2020-05-041-0/+2
* vtn/opencl: native variants of sin/cosErik Faye-Lund2020-05-041-0/+4
* vtn/opencl: add native_tan-supportErik Faye-Lund2020-05-041-0/+3
* compiler/nir: move tan-calculation to helperErik Faye-Lund2020-05-042-2/+7
* intel/fs: Add and use a new load_simd_width_intel intrinsicCaio Marcelo de Oliveira Filho2020-05-011-0/+3
* freedreno/ir3: Improve shader key normalization.Eric Anholt2020-05-011-0/+4
* nir: Add new linking helper to set linked driver locations.Timur Kristóf2020-04-292-0/+108
* nir/combine_stores: Handle volatileJason Ekstrand2020-04-282-1/+66