summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* glsl: add infrastructure for ARB_shading_language_includeTimothy Arceri2019-11-202-0/+3
* nir: don't use GLenum16 in nir.hMarek Olšák2019-11-191-2/+1
* nir: move data.descriptor_set above data.index for better packingMarek Olšák2019-11-191-4/+4
* glsl_to_nir: rename image_access to mem_accessMarek Olšák2019-11-191-12/+12
* nir/print: only print image.format for image variablesMarek Olšák2019-11-191-44/+46
* nir: move data.image.access to data.accessMarek Olšák2019-11-198-21/+22
* spirv: fix lowering of OpGroupNonUniformAllEqualSamuel Pitoiset2019-11-191-3/+9
* nir/serialize: fix serializing functions with no implementations.Dave Airlie2019-11-191-3/+11
* nir/serialize: pack function has name and entry point into flags.Dave Airlie2019-11-191-5/+7
* nir: Validate that variables are in the right listsJason Ekstrand2019-11-181-11/+15
* 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