mesa/src
Samuel Pitoiset 129a9f4937 radv: fix compiler issues with GCC 9
"The C standard says that compound literals which occur inside of
the body of a function have automatic storage duration associated
with the enclosing block. Older GCC releases were putting such
compound literals into the scope of the whole function, so their
lifetime actually ended at the end of containing function. This
has been fixed in GCC 9. Code that relied on this extended lifetime
needs to be fixed, move the compound literals to whatever scope
they need to accessible in."

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109543
Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Gustaw Smolarczyk <wielkiegie@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-02-12 14:48:08 +01:00
..
amd radv: fix compiler issues with GCC 9 2019-02-12 14:48:08 +01:00
broadcom v3d: Whitespace consistency fix. 2019-02-05 15:46:42 -08:00
compiler nir: add option to use scaling factor when sampling planes YUV lowering 2019-02-12 08:41:20 +02:00
egl dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats 2019-02-12 08:42:02 +02:00
freedreno freedreno/a6xx: regen headers 2019-02-11 12:26:21 -08:00
gallium freedreno/a6xx: Fall back to masked RGBA blits for depth/stencil 2019-02-11 12:26:21 -08:00
gbm meson: Add tests to suites 2018-11-20 09:09:22 -08:00
getopt
glx glx: add support for putimageshm2 path (v2) 2019-01-25 04:27:45 +10:00
gtest meson: hide warnings from external project gtest 2018-10-31 18:20:25 +00:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel intel/compiler: add scale_factors to sampler_prog_key_data 2019-02-12 08:42:25 +02:00
loader loader/dri3: Use strlen instead of sizeof for creating VRR property atom 2019-02-05 17:18:44 +00:00
mapi mesa: expose NV_conditional_render on GLES 2019-01-30 09:43:44 +01:00
mesa i965: add P0x formats and propagate required scaling factors 2019-02-12 08:43:04 +02:00
util util: move BITFIELD macros to util/macros.h 2019-02-08 02:54:56 +00:00
vulkan wsi: query the ICD's max dimensions instead of hard-coding them 2019-02-08 18:54:57 +00:00
Makefile.am freedreno: move drm to common location 2018-11-27 15:44:02 -05:00
meson.build TODO: glx: meson: build dri based glx tests, only with -Dglx=dri 2018-12-12 17:47:36 +00:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00