summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* glsl: simplified ast_type_qualifier::merge_into_[in|out]_qualifier APIAndres Gomez2016-11-253-12/+10
* glsl: ignore all but the rightmost layout qualifier name from the rightmost l...Andres Gomez2016-11-253-77/+84
* glsl: refactor duplicated validations between 2 layout-qualifiersAndres Gomez2016-11-251-50/+76
* glsl: assert on incoherent point mode layout-id-qualifier validationAndres Gomez2016-11-251-10/+6
* glsl: remove unneeded check for incompatible primitive types in GSAndres Gomez2016-11-251-10/+3
* glsl: simplifies the merge of the default in layout qualifierAndres Gomez2016-11-251-84/+81
* glsl: split default in layout qualifier mergeAndres Gomez2016-11-253-62/+93
* glsl: split default out layout qualifier mergeAndres Gomez2016-11-253-37/+72
* glsl: merge layouts into the default one as the last step in interface blocksAndres Gomez2016-11-254-22/+40
* glsl: ignore all but the rightmost layout-qualifier-nameAndres Gomez2016-11-251-5/+6
* compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...Aaron Watry2016-11-231-1/+3
* compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...Aaron Watry2016-11-231-2/+8
* nir/spirv: implement ordered / unordered floating point comparisons properlyIago Toral Quiroga2016-11-231-1/+52
* nir: Add a layer_id system value intrinsicJason Ekstrand2016-11-221-0/+1
* spirv: Stop warning about input attachmentsJason Ekstrand2016-11-221-1/+1
* spirv: Handle the InputAttachmentIndex decorationJason Ekstrand2016-11-222-0/+5
* compiler: Add the rest of the subpassInput typesJason Ekstrand2016-11-223-6/+22
* glsl: add gl_linked_shader::SourceChecksumMarek Olšák2016-11-221-0/+10
* mesa/glsl: remove unused uses_builtin_functions fieldTimothy Arceri2016-11-231-1/+0
* spirv: Silence unsupported capability warnings for Clip/CullDistance.Kenneth Graunke2016-11-221-2/+2
* nir: add a pass to compact clip/cull distances.Kenneth Graunke2016-11-223-0/+190
* nir: Add a "compact array" flag and IO lowering code.Kenneth Graunke2016-11-227-18/+67
* glsl: fix NULL checkTimothy Arceri2016-11-221-1/+1
* glsl/lower_output_reads: remove unused mem_ctxNicolai Hähnle2016-11-211-4/+0
* glsl/lower_output_reads: bail early in tessellation control shadersNicolai Hähnle2016-11-211-2/+6
* glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle2016-11-211-1/+0
* glsl: don't flatten if-blocks with dynamic array indicesNicolai Hähnle2016-11-211-2/+17
* nir: Add a C wrapper for glsl_type::is_array_of_arrays().Kenneth Graunke2016-11-192-0/+7
* compiler: Store the clip/cull distance array sizes in shader_info.Kenneth Graunke2016-11-192-4/+7
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-199-164/+176
* glsl: add new program driver function to standalone compilerTimothy Arceri2016-11-191-18/+43
* glsl: tidy up entries temporaryTimothy Arceri2016-11-191-6/+8
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-191-4/+4
* glsl: create gl_program at the start of linking rather than the endTimothy Arceri2016-11-191-0/+16
* mesa: add NV_image_formats extension supportLionel Landwerlin2016-11-183-41/+49
* nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand2016-11-161-2/+6
* nir: Avoid an extra NIR op in integer divide lowering.Eric Anholt2016-11-161-2/+1
* glsl: stub out _mesa_reference_program() in standalone compilerTimothy Arceri2016-11-172-0/+12
* mesa/glsl: copy num_abos to gl_programTimothy Arceri2016-11-171-1/+0
* mesa/glsl: copy num_images to gl_programTimothy Arceri2016-11-171-1/+0
* nir: add support for counting AoA uniforms in nir_shader_gather_info()Timothy Arceri2016-11-171-2/+2
* compiler: remove now unused copy_shader_info() declarationTimothy Arceri2016-11-171-7/+0
* compiler: include shader_enums.h in shader_info.hTimothy Arceri2016-11-171-0/+2
* glsl/lower_if: conditionally lower if-branches based on their sizeMarek Olšák2016-11-152-7/+50
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-153-5/+23
* glsl/lower_if: check more node types in check_control_flow -> check_ir_nodeMarek Olšák2016-11-151-3/+6
* glsl/lower_if: move and rename found_control_flowMarek Olšák2016-11-151-7/+10
* util/disk_cache: use unambiguous namingMarek Olšák2016-11-151-70/+70
* util: import cache.c/h from glslMarek Olšák2016-11-155-916/+1
* glsl: Don't crash on function names with invalid identifiers.Kenneth Graunke2016-11-121-2/+4