mesa/src/intel/blorp
Dylan Baker 2083a14179 meson: Use dependencies for nir
This creates two new internal dependencies, idep_nir_headers and
idep_nir. The former encapsulates the generation of nir_opcodes.h and
nir_builder_opcodes.h and adding src/compiler/nir as an include path.
This ensures that any target that needs nir headers will have the
includes and that the generated headers will be generated before the
target is build. The second, idep_nir, includes the first and
additionally links to libnir.

This is intended to make it easier to avoid race conditions in the build
when using nir, since the number of consumers for libnir and it's
headers are quite high.

Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
2018-01-11 15:40:02 -08:00
..
blorp.c i965: Drop support for the legacy SNORM -> Float equation. 2018-01-02 16:51:42 -08:00
blorp.h intel/blorp: Drop blorp_resolve_ccs_attachment 2017-11-27 16:22:13 -08:00
blorp_blit.c intel/blorp: Fix possible NULL pointer dereferencing 2017-11-30 16:20:05 +02:00
blorp_clear.c intel/blorp: Drop blorp_resolve_ccs_attachment 2017-11-27 16:22:13 -08:00
blorp_genX_exec.h intel/blorp: Add initial support for indirect clear colors 2017-11-27 16:22:12 -08:00
blorp_nir_builder.h intel/blorp: Add a partial resolve pass for MCS 2017-07-22 20:59:22 -07:00
blorp_priv.h intel/blorp: Add initial support for indirect clear colors 2017-11-27 16:22:12 -08:00
meson.build meson: Use dependencies for nir 2018-01-11 15:40:02 -08:00
TODO intel/blorp: Add a TODO file 2016-09-12 10:14:49 -07:00