mesa/src
Matt Turner bb3e7b0fe3 intel/compiler: Pass shader_stats for each SIMD mode
Passing shader_stats to the fs_generator constructor means that the
SIMD8 shader stats from the visitor (such as the scheduler mode) will be
reported out for the SIMD16/SIMD32 versions as well.

As you can see, we are now passing 'shader_stats' and 'stats' to
generate_code(), which is obviously odd looking. Ian rebased and
committed an old patch of mine which added the shader_stats struct on
July 30 in commit dabb5d4bee (i965/fs: Add a shader_stats struct.) and
shortly after on August 12 Jason added the brw_compile_stats struct in
commit 134607760a (intel/compiler: Fill a compiler statistics struct).

I'd like to combine the two, but I'm not sure how. shader_stats is an
input to generate_code() while brw_compile_stats is an output and is
only used by the Vulkan driver. Leave it as is for now...

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4093>
2020-03-09 04:44:12 +00:00
..
amd radeonsi: remove AMD_DEBUG=sisched option 2020-03-06 11:35:12 +01:00
broadcom v3d: Ask the state tracker to lower image accesses off of derefs. 2020-02-24 18:25:02 +00:00
compiler glsl: add subroutine support to nir linker 2020-03-06 23:22:14 +00:00
drm-shim
egl egl/wayland: Don't invalidate buffers on no-op resize 2020-03-04 11:38:11 +00:00
etnaviv etnaviv: drm-shim: add GC400 2020-01-30 04:05:39 +00:00
freedreno turnip: fix tile->slot calculation 2020-03-05 12:53:29 -05:00
gallium etnaviv: implement emit_string_marker 2020-03-08 13:29:56 +00:00
gbm
getopt
glx Revert "glx: convert glx_config_create_list to one big calloc" 2020-03-04 10:19:48 +00:00
gtest
hgl
imgui
intel intel/compiler: Pass shader_stats for each SIMD mode 2020-03-09 04:44:12 +00:00
loader loader: Fix leak of kernel driver name 2020-01-30 10:08:17 -08:00
mapi glthread: fall back if a param size is non-zero and a pointer param is NULL 2020-03-06 01:06:14 +00:00
mesa glthread: fix a crash with incorrect glShaderSource parameters 2020-03-06 01:06:14 +00:00
panfrost pan/bi: Fix Android.mk 2020-03-07 00:37:39 +00:00
util radeonsi: remove AMD_DEBUG=sisched option 2020-03-06 11:35:12 +01:00
vulkan util/format: add missing BC4/BC5 vulkan formats 2020-02-28 12:48:11 +00:00
meson.build
SConscript