summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* spirv: don't store 0 to cs.ptr_size for non kernel stages.Dave Airlie2019-11-221-1/+0
* glsl: add missing initialization of the location path fieldIago Toral Quiroga2019-11-211-0/+2
* compiler: move build definition of pp_standalone_scaffolding.cTimothy Arceri2019-11-212-2/+3
* nir/validate: validate num_components on registers and intrinsicsKarol Herbst2019-11-211-8/+16
* nir/large_constants: use nir_index_vars and nir_variable::indexRhys Perry2019-11-201-12/+8
* nir: add nir_variable::index and nir_index_varsRhys Perry2019-11-202-0/+41
* nir: make nir_variable::{num_members,num_state_slots} a uint16_tRhys Perry2019-11-201-2/+2
* nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce opsNeil Roberts2019-11-201-0/+8
* nir: Add a 8-bit bool typeNeil Roberts2019-11-202-2/+12
* nir: Add a 16-bit bool typeNeil Roberts2019-11-202-1/+11
* nir/opcodes: Add a helper function to generate reduce opcodesNeil Roberts2019-11-201-17/+15
* nir/opcodes: Add a helper function to generate the comparison binopsNeil Roberts2019-11-201-20/+14
* mesa: add support cursor support for relative path shader includesTimothy Arceri2019-11-203-1/+36
* glsl: delay compilation skip if shader contains an includeTimothy Arceri2019-11-201-6/+40
* glsl: add can_skip_compile() helperTimothy Arceri2019-11-201-10/+20
* glsl: error if #include used while extension is disabledTimothy Arceri2019-11-202-0/+15
* glsl: add preprocessor #include supportTimothy Arceri2019-11-207-4/+194
* glsl: pass gl_context to glcpp_parser_create()Timothy Arceri2019-11-203-7/+7
* glsl: add ARB_shading_language_include support to #lineTimothy Arceri2019-11-207-8/+80
* 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