mesa/src/intel/blorp
Dylan Baker 8396043f30 Replace uses of _mesa_bitcount with util_bitcount
and _mesa_bitcount_64 with util_bitcount_64. This fixes a build problem
in nir for platforms that don't have popcount or popcountll, such as
32bit msvc.

v2: - Fix additional uses of _mesa_bitcount added after this was
      originally written

Acked-by: Eric Engestrom <eric.engestrom@intel.com> (v1)
Acked-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2018-09-07 10:21:26 -07:00
..
blorp.c blorp: Properly handle Z24X8 blits. 2018-08-11 12:34:01 -07:00
blorp.h intel/blorp: Take an explicit filter parameter in blorp_blit 2018-07-18 09:47:28 -07:00
blorp_blit.c Replace uses of _mesa_bitcount with util_bitcount 2018-09-07 10:21:26 -07:00
blorp_clear.c intel/blorp: Handle 3-component formats in clears 2018-07-13 20:57:46 -07:00
blorp_genX_exec.h i965/icl: Disable binding table prefetching 2018-07-27 11:05:04 -07: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 a blorp_filter enum for use in blorp_blit 2018-07-18 09:47:28 -07: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