mesa/src
Jory Pratt fd7b7f14d8 util: Heap-allocate 256K zlib buffer
The disk cache code tries to allocate a 256 Kbyte buffer on the stack.
Since musl only gives 80 Kbyte of stack space per thread, this causes a
trap.

See https://wiki.musl-libc.org/functional-differences-from-glibc.html#Thread-stack-size

(In musl-1.1.21 the default stack size has increased to 128K)

[mattst88]: Original author unknown, but I think this is small enough
            that it is not copyrightable.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-19 12:16:18 -07:00
..
amd ac/nir: Set speculatable for buffer loads where allowed 2019-06-19 14:08:28 +02:00
broadcom v3d: implement simultaneous peripheral access exceptions for V3D 4.1+ 2019-06-18 08:09:03 +02:00
compiler nir: Use reorderable access flag 2019-06-19 14:08:28 +02:00
egl egl: add missing #include 2019-06-19 12:05:58 +00:00
etnaviv etnaviv: etnaviv_bo_cache_test: Use /dev/dri/renderD128 by default 2019-06-05 08:58:05 +00:00
freedreno ir3: initialize progress false before ir3_nir_lower_imul 2019-06-14 08:21:42 +03:00
gallium iris: Bail on queries for INTEL_NO_HW=1. 2019-06-19 11:55:43 -05:00
gbm
getopt
glx glx/windows: Fix compilation with -Werror-format 2019-06-07 11:28:48 -07:00
gtest
hgl
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel anv: Fix wrong printf formatter 2019-06-19 11:57:01 -05:00
loader
mapi mapi: correctly handle the full offset table 2019-06-10 14:04:30 +01:00
mesa st/nir: Use gl_nir_opt_access 2019-06-19 14:08:28 +02:00
util util: Heap-allocate 256K zlib buffer 2019-06-19 12:16:18 -07:00
vulkan vulkan: Update the XML and headers to 1.1.110 2019-06-04 17:30:51 +00:00
meson.build build: Build etnaviv drm 2019-06-05 08:58:05 +00:00
SConscript