summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-191-1/+4
* compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsicsAntia Puentes2018-04-195-0/+21
* spirv: Add support for runtime descriptor array cap.Bas Nieuwenhuizen2018-04-182-0/+5
* spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.Bas Nieuwenhuizen2018-04-182-0/+7
* spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4Bas Nieuwenhuizen2018-04-182-4/+183
* meson: enable glcpp testDylan Baker2018-04-181-1/+17
* glcpp/tests: Convert shell scripts to a python scriptDylan Baker2018-04-183-267/+223
* glsl/tests: Remove unused compare_ir.py scriptDylan Baker2018-04-181-58/+0
* meson: enable optimization-testDylan Baker2018-04-181-0/+5
* glsl/tests: Convert optimization-test.sh to pure pythonDylan Baker2018-04-184-238/+215
* meson: run glsl compiler warnings testDylan Baker2018-04-181-1/+9
* glsl/tests: reimplement warnings-test in pythonDylan Baker2018-04-182-56/+75
* spirv: Accept doubles in FaceForward, Reflect and RefractNeil Roberts2018-04-171-4/+18
* spirv: Add a 64-bit implementation of OpIsInfNeil Roberts2018-04-171-3/+4
* spirv: Use nir_imm_floatN_t for constants for GLSL450 builtinsNeil Roberts2018-04-171-1/+1
* nir/builder: Add a nir_imm_floatN_t helperNeil Roberts2018-04-171-0/+13
* nir: return early when lowering a return at the end of a functionTimothy Arceri2018-04-171-0/+6
* glsl: fix gcc 8 parenthesis warningMarc Dietrich2018-04-171-2/+2
* compiler: int8/uint8 fixesRob Clark2018-04-161-25/+12
* nir: fix ir_binop_gequal glsl_to_nir conversionErico Nunes2018-04-161-1/+1
* nir: lower 64bit subgroup shuffle intrinsicsDaniel Schürmann2018-04-142-13/+56
* nir/spirv: Fix warning and add missing breaks.Daniel Schürmann2018-04-142-0/+4
* nir: use ballot_bit_size when lowering ballot_bitfield_extractDaniel Schürmann2018-04-141-1/+1
* nir: subgroups instructions for 64bit ballot sizesDaniel Schürmann2018-04-141-6/+6
* glsl: #undef THIS macro to fix MSVC buildBrian Paul2018-04-131-0/+5
* glsl: rename 'interface' var to 'iface' to fix MSVC buildBrian Paul2018-04-131-7/+7
* Fix make checkMarek Olšák2018-04-121-0/+1
* Fix scons buildMarek Olšák2018-04-121-0/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-1253-31/+63
* glsl: fix compat shaders in GLSL 1.40Timothy Arceri2018-04-121-0/+2
* nir/vars_to_ssa: Simplify node matching codeCaio Marcelo de Oliveira Filho2018-04-111-36/+31
* nir/vars_to_ssa: Remove an unnecessary deref_arry_type checkCaio Marcelo de Oliveira Filho2018-04-111-4/+5
* nir/vars_to_ssa: Rework register_variable_uses()Caio Marcelo de Oliveira Filho2018-04-111-28/+23
* nir: Use nir_builder in lower_io_to_temporariesJason Ekstrand2018-04-111-19/+16
* nir/lower_atomics: Rework the main walker loop a bitJason Ekstrand2018-04-101-8/+16
* nir: Check if u_vector_init() succeedsTopi Pohjolainen2018-04-111-2/+9
* glsl: remove unreachable assert()Emil Velikov2018-04-101-2/+0
* spirv: autotools: add vtn_gather_types_c.py in distribution tarballJuan A. Suarez Romero2018-04-101-1/+2
* nir: dont lower bindless samplersTimothy Arceri2018-04-101-1/+7
* spirv: Use the LOCAL_GROUP_SIZE system valueJason Ekstrand2018-04-091-15/+2
* nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZEJason Ekstrand2018-04-091-0/+10
* nir: add comment about nir_src_copy()Rob Clark2018-04-091-0/+3
* nir: Fix a typo in src/compiler/Makefile.nir.amBastien Orivel2018-04-091-1/+1
* nir: rename variables in nir_lower_io_to_temporaries for clarityCaio Marcelo de Oliveira Filho2018-04-061-11/+11
* prog/nir: Simplify some load/store operationsJason Ekstrand2018-04-051-0/+6
* compiler/spirv: set is_shadow for depth comparitor sampling opcodesIago Toral Quiroga2018-04-041-1/+2
* nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand2018-04-031-1/+6
* glsl: always call do_lower_jumps() after loop unrollingTimothy Arceri2018-04-041-0/+18
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-034-14/+26
* st/glsl_to_nir: gather next_stage in shader_infoTimothy Arceri2018-04-021-0/+5