summaryrefslogtreecommitdiff
path: root/src/compiler/meson.build
AgeCommit message (Expand)AuthorFilesLines
2024-07-19format: Generate endian-independent format aliasesDaniel Stone1-0/+1
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg1-18/+1
2024-02-21meson: do not pull in clc for cloverKarol Herbst1-1/+1
2023-12-30treewide: Replace the include of nir_types.h with glsl_types.hYonggang Luo1-1/+0
2023-12-22compiler/types: Remove glsl_type C++ helpersCaio Oliveira1-1/+0
2023-12-15compiler: Remove C++ static member pointers to builtin typesCaio Oliveira1-10/+2
2023-10-27compiler,vulkan,drm-shim: Remove unused include directories from meson.buildYonggang Luo1-1/+1
2023-10-25compiler/types: Rename glsl_types.cpp to glsl_types.cCaio Oliveira1-1/+1
2023-10-25compiler/types: Move remaining code from nir_types to glsl_typesCaio Oliveira1-1/+0
2023-10-11mesa: make astc_decoder.glsl vk-compatibleChia-I Wu1-0/+2
2023-10-07compiler/types: Move the C++ inline functions in glsl_type out of the struct ...Caio Oliveira1-0/+1
2023-09-22compiler: Only enable mesaclc helper if we have OpenCL SPIR-V supportCaio Oliveira1-1/+1
2023-09-22compiler: Use a meson dependency for libcompilerCaio Oliveira1-0/+6
2023-09-16compiler/types: Use Python to generate code for builtin typesCaio Oliveira1-3/+25
2023-09-13compiler/types: Move builtin type initialization to CCaio Oliveira1-0/+1
2023-06-20compiler: Move spirv into a module of its ownCaio Oliveira1-35/+1
2023-03-10meson: inline gtest_test_protocol now that it's always 'gtest'Eric Engestrom1-1/+1
2023-03-01spirv/tests: Add some basic control flow testsCaio Oliveira1-0/+1
2023-02-15meson: only build glsl when neededEric Engestrom1-1/+3
2023-02-15meson: move float64_glsl_file one meson.build upEric Engestrom1-0/+2
2021-10-20spirv: Use a single binary for gtestsCaio Marcelo de Oliveira Filho1-17/+7
2021-10-16meson: use gtest protocol for gtest based tests when possibleDylan Baker1-0/+2
2021-09-30Move a bunch of the CLC stuff from src/microsoft to common codeJason Ekstrand1-0/+3
2021-09-21freedreno/isa: move isaspec to a new homeChristian Gmeiner1-0/+1
2020-09-01spirv: add some tests for volatile/available/visibleRhys Perry1-1/+29
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-3/+5
2020-03-28meson: inline `inc_common`Eric Engestrom1-2/+2
2019-10-07meson: drop unused inc_nirEric Engestrom1-1/+0
2019-10-07meson: drop duplicate inc_nir from spirv2nirEric Engestrom1-1/+1
2019-09-19Move blob from compiler/ to util/Jason Ekstrand1-2/+0
2019-08-03meson: drop unused dep_{thread,dl}Eric Engestrom1-1/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+1
2018-08-10meson: Build with Python 3Mathieu Bridon1-1/+1
2018-04-24meson: remove dummy_cppDylan Baker1-1/+1
2018-03-29spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.buildIan Romanick1-0/+5
2018-02-08meson: Add build option for toolsScott D Phillips1-1/+2
2018-01-11meson: Use dependencies for nirDylan Baker1-2/+2
2017-10-12compiler: Move blob up a levelJason Ekstrand1-0/+3
2017-10-09meson: Build i965 and dri stackDylan Baker1-2/+10
2017-09-27meson: Add build Intel "anv" vulkan driverDylan Baker1-0/+57