aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/meson.build
Commit message (Expand)AuthorAgeFilesLines
* glsl: Inline builtins in a separate passNeil Roberts2020-03-241-0/+1
* glsl: Add an IR lowering pass to convert mediump operations to 16-bitNeil Roberts2020-03-241-0/+1
* meson: Avoid duplicate symbols.Jose Fonseca2020-03-161-1/+1
* glsl/linker: handle array/struct members for DisableXfbPackingLouis-Francis Ratté-Boulianne2020-03-031-0/+1
* nir: Rename gl_nir_lower_bindless_images.c in preparation for extending it.Eric Anholt2020-02-241-1/+1
* meson: Add idep_getopt for testsDylan Baker2019-10-101-3/+3
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-101-1/+0
* meson: drop duplicate inc_nir from libglslEric Engestrom2019-10-071-1/+1
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* nir/linker: add gl_nir_link_uniform_blocks.cAlejandro Piñeiro2019-06-301-0/+1
* glsl/nir: Add optimization pass for access flagsConnor Abbott2019-06-191-0/+1
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-121-0/+1
* glsl/nir: Add a pass to lower UBO and SSBO accessJason Ekstrand2019-03-151-0/+1
* glsl: Create file to contain software fp64 functionsMatt Turner2019-01-091-1/+9
* meson: Don't build glsl compiler tests unless OpenGL is enabledDylan Baker2018-10-091-1/+1
* meson: Build with Python 3Mathieu Bridon2018-08-101-2/+2
* nir/linker: Add the start of a pure-NIR linker for XFBNeil Roberts2018-07-311-0/+1
* glsl: use only copy_propagation_elementsCaio Marcelo de Oliveira Filho2018-07-271-1/+0
* nir/linker: Add a pure NIR implementation of the atomic counter linkerNeil Roberts2018-07-031-0/+1
* nir/lower_samplers: remove legacy versionRob Clark2018-06-221-1/+0
* nir/lower_samplers: split out _legacy version for deref chainsRob Clark2018-06-221-0/+1
* nir/linker: Add nir_build_program_resource_list()Eduardo Lima Mitev2018-06-211-0/+1
* compiler/link: move add_program_resource to linker_utilAlejandro Piñeiro2018-06-211-0/+1
* nir/linker: Set the uniform initial valuesNeil Roberts2018-06-211-0/+1
* nir/linker: Add gl_nir_link_uniforms()Eduardo Lima Mitev2018-06-211-0/+2
* compiler/link: add linker_util.h, move linker_error/warning to itAlejandro Piñeiro2018-06-211-0/+1
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-0/+4
* meson: Add build option for toolsScott D Phillips2018-02-081-2/+4
* meson: Use dependencies for nirDylan Baker2018-01-111-1/+2
* meson: Use consistent styleDylan Baker2018-01-111-2/+4
* glsl: Split out shader program serializationJordan Justen2017-12-081-0/+2
* glsl: Combine nop-swizzle optimization with swizzle-swizzle optimizationIan Romanick2017-11-081-2/+1
* meson: Add threads dependencies to glsl_compiler executableDylan Baker2017-11-081-1/+1
* glsl: fix derived cs variablesIlia Mirkin2017-10-231-0/+1
* compiler: Move blob up a levelJason Ekstrand2017-10-121-3/+0
* meson: Add inc_compiler to the libglsl includesJason Ekstrand2017-10-121-1/+1
* meson: Build i965 and dri stackDylan Baker2017-10-091-5/+224
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+29