summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/meson.build
AgeCommit message (Expand)AuthorFilesLines
2019-01-09glsl: Create file to contain software fp64 functionsMatt Turner1-1/+9
2018-10-09meson: Don't build glsl compiler tests unless OpenGL is enabledDylan Baker1-1/+1
2018-08-10meson: Build with Python 3Mathieu Bridon1-2/+2
2018-07-31nir/linker: Add the start of a pure-NIR linker for XFBNeil Roberts1-0/+1
2018-07-27glsl: use only copy_propagation_elementsCaio Marcelo de Oliveira Filho1-1/+0
2018-07-03nir/linker: Add a pure NIR implementation of the atomic counter linkerNeil Roberts1-0/+1
2018-06-22nir/lower_samplers: remove legacy versionRob Clark1-1/+0
2018-06-22nir/lower_samplers: split out _legacy version for deref chainsRob Clark1-0/+1
2018-06-21nir/linker: Add nir_build_program_resource_list()Eduardo Lima Mitev1-0/+1
2018-06-21compiler/link: move add_program_resource to linker_utilAlejandro Piñeiro1-0/+1
2018-06-21nir/linker: Set the uniform initial valuesNeil Roberts1-0/+1
2018-06-21nir/linker: Add gl_nir_link_uniforms()Eduardo Lima Mitev1-0/+2
2018-06-21compiler/link: add linker_util.h, move linker_error/warning to itAlejandro Piñeiro1-0/+1
2018-05-01nir: move GL specific passes to src/compiler/glslTimothy Arceri1-0/+4
2018-02-08meson: Add build option for toolsScott D Phillips1-2/+4
2018-01-11meson: Use dependencies for nirDylan Baker1-1/+2
2018-01-11meson: Use consistent styleDylan Baker1-2/+4
2017-12-08glsl: Split out shader program serializationJordan Justen1-0/+2
2017-11-08glsl: Combine nop-swizzle optimization with swizzle-swizzle optimizationIan Romanick1-2/+1
2017-11-08meson: Add threads dependencies to glsl_compiler executableDylan Baker1-1/+1
2017-10-23glsl: fix derived cs variablesIlia Mirkin1-0/+1
2017-10-12compiler: Move blob up a levelJason Ekstrand1-3/+0
2017-10-12meson: Add inc_compiler to the libglsl includesJason Ekstrand1-1/+1
2017-10-09meson: Build i965 and dri stackDylan Baker1-5/+224
2017-09-27meson: Add build Intel "anv" vulkan driverDylan Baker1-0/+29