mesa/src
Roland Scheidegger 7a73446c51 gallivm: fix crash in emit_get_buffer_size
Seems a bit odd we extract a value from a vector in the first place
(as we always extract the first element), but llvm asserts if using
a zero-vector instead of zero as the index element.
Fixes piglit crashes for example in arb_shader_storage_buffer_object-layout-std140-write-shader.

Reviewed-by: Brian Paul <brianp@vmware.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3886>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3886>
2020-02-20 17:32:54 +00:00
..
amd aco: improve GFX9 1D ddx/ddy assertion 2020-02-20 15:41:26 +00:00
broadcom broadcom: Fix implicit declaration of ffs for Android build 2020-02-06 18:31:13 +01:00
compiler nir/search: Use larger type to hold linearized index 2020-02-19 19:07:34 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl egl: Implement getImage/putImage on pbuffer swrast. 2020-02-17 04:01:37 +00:00
etnaviv etnaviv: drm-shim: add GC400 2020-01-30 04:05:39 +00:00
freedreno turnip: add option to force use of hw binning 2020-02-19 22:24:44 +00:00
gallium gallivm: fix crash in emit_get_buffer_size 2020-02-20 17:32:54 +00: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 glx: print FPS with 2 decimal places 2020-02-10 19:02:33 -05: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 meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel intel/fs: Correctly handle multiply of fsign with a source modifier 2020-02-19 23:51:42 +00:00
loader loader: Fix leak of kernel driver name 2020-01-30 10:08:17 -08:00
mapi glapi / teximage: implement EGLImageTargetTexStorageEXT 2020-01-13 14:57:18 -08:00
mesa i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8 2020-02-20 11:14:44 +00:00
panfrost pan/midgard: Identify clamp(x, -1.0, 1.0) flag 2020-02-20 13:34:18 +00:00
util util: remove the dependency on kcmp.h 2020-02-20 00:15:23 +00:00
vulkan vulkan: Update the XML and headers to 1.2.133 2020-02-18 09:57:14 -06:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript