mesa/src
Francisco Jerez d6aa0c261f intel/fs: Heap-allocate fs_visitors in brw_compile_fs().
This makes brw_compile_fs() look a bit more similar to
brw_compile_cs().  It saves us three v*_shader_stats local variables,
and will save us additional triplicated declarations as we start
tracking IR performance analysis results.

The triplicated cfg pointers are left around because they're set to
NULL to mark specific dispatch modes as disabled (e.g. in order to
enforce hardware restrictions).  Doing the same thing with the visitor
pointers would cause data leaks.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2020-04-28 23:01:27 -07:00
..
amd aco: fix vgpr nir_op_vecn with sgpr operands 2020-04-28 23:16:55 +00:00
broadcom drm-shim: Let the driver choose to overwrite the first render node. 2020-04-23 17:54:54 +00:00
compiler nir/combine_stores: Handle volatile 2020-04-28 22:55:25 +00:00
drm-shim drm-shim: stub syncobj wait ioctl 2020-04-24 10:19:43 +03:00
egl egl: simplify client/platform extension handling 2020-04-21 22:20:24 +00:00
etnaviv drm-shim: Let the driver choose to overwrite the first render node. 2020-04-23 17:54:54 +00:00
freedreno freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2 2020-04-28 23:31:58 +00:00
gallium freedreno/a6xx: invalidate tex state cache entries on rebind 2020-04-29 00:08:57 +00:00
gbm gbm/dri: Propagate queryDmaBufModifiers return value 2020-04-16 10:19:35 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx: omit loader_loader() for macOS 2020-04-15 11:37:21 +00:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00
imgui meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel intel/fs: Heap-allocate fs_visitors in brw_compile_fs(). 2020-04-28 23:01:27 -07:00
loader loader: fallback to kernel name, if PCI fails 2020-04-01 16:57:22 +01:00
mapi glthread: sort variables in marshal structures to pack them optimally 2020-04-27 11:56:06 +00:00
mesa mesa: Follow OpenGL conversion rules for values that exceed storage size 2020-04-29 04:26:41 +00:00
panfrost pan/bit: Add BITWISE test 2020-04-29 00:30:05 +00:00
util Revert "meson,ci: Disable sparse_array tests on windows" 2020-04-24 20:01:31 +00:00
vulkan vulkan: Update Vulkan XML and headers to 1.2.139 2020-04-28 22:55:25 +00:00
meson.build remove final imports.h and imports.c bits 2020-04-21 11:09:04 -07:00
SConscript scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00