mesa/src
Timothy Arceri f0cb0fe1c0 glsl: don't set uniform block as used when its not
The spec requires unused uniform block to be set as active in the
program resource list. To support this we tell opt dead code not to
remove them. However we can mark them as unused internally and
avoid unnecessarily state changes.

This change is also required for the folowing clean-up patch.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2019-12-05 13:18:23 +11:00
..
amd aco/wave32: Fix reductions. 2019-12-04 10:36:01 +00:00
broadcom nir: Add a scheduler pass to reduce maximum register pressure. 2019-11-25 21:12:21 +00:00
compiler glsl: don't set uniform block as used when its not 2019-12-05 13:18:23 +11:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" 2019-11-14 07:46:14 +02:00
etnaviv etnaviv: add drm-shim 2019-11-21 22:56:04 +00:00
freedreno turnip: allow writes to draw_cs outside of render pass 2019-12-04 17:35:18 -05:00
gallium freedreno/ir3: fix neverball assert in case of unused VS inputs 2019-12-04 13:08:52 -08:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx dri: Avoid swapbuffer throttling in glXCopySubBufferMESA 2019-10-05 13:19:37 +00:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel anv: Fix error message format string 2019-12-04 15:34:03 -08:00
loader meson: Add a "prefer_iris" build option 2019-12-02 12:56:27 -08:00
mapi mapi: add GetInteger64vEXT with EXT_disjoint_timer_query 2019-11-26 07:41:24 +02:00
mesa mesa: Silence unused parameter warning 2019-12-04 15:34:03 -08:00
panfrost panfrost: Remove blend shader hack 2019-12-03 04:25:04 +00:00
util util/u_thread: don't restrict u_thread_get_time_nano() to __linux__ 2019-12-02 17:23:49 -05:00
vulkan vulkan: Update the XML and headers to 1.1.129 2019-11-26 02:48:42 +00:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript