summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir: Fix non-determinism in lower_global_vars_to_localConnor Abbott2019-11-141-2/+5
* spirv: Consider the sampled_image case in wa_glslang_179 workaroundCaio Marcelo de Oliveira Filho2019-11-131-2/+7
* nir: fix a couple signed/unsigned comparison warnings in nir_builder.hBrian Paul2019-11-121-2/+2
* nir/divergence: improve DA of shuffleRhys Perry2019-11-121-1/+5
* spirv: Fix the MSVC buildJason Ekstrand2019-11-121-1/+1
* nir: patch up deref-vars when lowering clip-planesErik Faye-Lund2019-11-121-0/+1
* glsl: Check earlier for MaxTextureImageUnits and MaxImageUniformsCaio Marcelo de Oliveira Filho2019-11-112-12/+24
* glsl: Check earlier for MaxShaderStorageBlocks and MaxUniformBlocksCaio Marcelo de Oliveira Filho2019-11-111-16/+16
* nir: Add tests for nir_extract_bitsJason Ekstrand2019-11-112-0/+167
* nir/builder: Add a nir_extract_bits helperJason Ekstrand2019-11-111-37/+80
* nir: Add load_output_u8_as_fp16_pan intrinsicAlyssa Rosenzweig2019-11-111-0/+6
* spirv: Sort out the mess that is sampled imageJason Ekstrand2019-11-092-15/+24
* spirv: Add a vtn_decorate_pointer helperJason Ekstrand2019-11-091-26/+41
* spirv: Remove the type from sampled_imageJason Ekstrand2019-11-094-8/+2
* spirv: Don't leak GS initialization to other stagesCaio Marcelo de Oliveira Filho2019-11-081-1/+2
* compiler: pack shader_info from 160 bytes to 96 bytesMarek Olšák2019-11-081-66/+66
* glsl/linker: pass shader_info to analyze_clip_cull_usage directlyMarek Olšák2019-11-081-16/+9
* freedreno/ir3: Implement TCS synchronization intrinsicsKristian H. Kristensen2019-11-071-0/+8
* freedreno/ir3: Add ir3 intrinsics for tessellationKristian H. Kristensen2019-11-073-3/+11
* freedreno/ir3: Add load and store intrinsics for global ioKristian H. Kristensen2019-11-071-0/+11
* nir: fix unused function warning in src/compiler/nir/nir.cKai Wasserbäch2019-11-071-1/+2
* nir: fix unused variable warning in find_and_update_previous_uniform_storageKai Wasserbäch2019-11-071-1/+1
* nir: fix unused variable warning in nir_lower_vars_to_explicit_typesKai Wasserbäch2019-11-071-1/+2
* nir: fix packing of nir_variableSamuel Pitoiset2019-11-061-2/+2
* nir/serialize: pack nir_variable flagsMarek Olšák2019-11-051-13/+36
* nir/serialize: store 32-bit object IDs instead of 64-bitMarek Olšák2019-11-051-28/+31
* nir/serialize: don't expand 16-bit variable state slots to 32 bitsMarek Olšák2019-11-052-7/+5
* nir: pack the rest of nir_variable::dataMarek Olšák2019-11-051-33/+34
* nir: Handle image arrays when setting variable dataKenneth Graunke2019-11-041-1/+1
* nir: pack nir_variable::data::xfb_*Marek Olšák2019-11-044-31/+38
* nir: pack nir_variable::data::streamMarek Olšák2019-11-042-3/+6
* nir/algebraic: Mark other comparison exact when removing a == aIan Romanick2019-11-041-2/+2
* nir/algebraic: Add the ability to mark a replacement as exactIan Romanick2019-11-044-3/+13
* compiler: make variable::data::binding unsignedMarek Olšák2019-11-042-2/+2
* st/mesa: call nir_lower_flrp only once per shaderMarek Olšák2019-11-041-0/+3
* nir: correct use of identity check in pythonDylan Baker2019-11-041-2/+2
* glsl: encode struct/interface types betterMarek Olšák2019-11-011-12/+23
* glsl: encode array types betterMarek Olšák2019-11-011-4/+20
* glsl: encode explicit_stride for basic types betterMarek Olšák2019-11-011-3/+10
* glsl: encode vector_elements and matrix_columns betterMarek Olšák2019-11-011-3/+5
* glsl: encode/decode types using a union with bitfields for readabilityMarek Olšák2019-11-011-36/+55
* glsl: disable lower_fragdata_array() for NIR driversTimothy Arceri2019-11-011-1/+2
* glsl: Enable textureSize for samplerExternalOESYevhenii Kolesnikov2019-10-311-0/+2
* nir: Build nir_lower_point_size.c in libmesa_nirRobert Foss2019-10-311-0/+1
* nir: fix couple of compile warningsTapani Pälli2019-10-311-2/+2
* spirv: Don't fail if multiple ordering semantics bits are setCaio Marcelo de Oliveira Filho2019-10-291-9/+30
* glsl: Initialize all fields of ir_variable in constructorDanylo Piliaiev2019-10-281-0/+23
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-2817-33/+33
* nir: Fix invalid code for MSVCDylan Baker2019-10-251-2/+2
* glsl/serialize: optimize for equal offsets in uniform remap tablesMarek Olšák2019-10-251-2/+28