mesa/src/egl/main
Adam Jackson 3732c7aa63 egl: Fix uninitialized variable warning
Fedora's gcc 12.2.1 says:

    ../src/egl/main/eglapi.c: In function ‘eglDupNativeFenceFDANDROID’:
    ../src/egl/main/eglapi.c:2268:11: warning: ‘ret’ may be used uninitialized [-Wmaybe-uninitialized]
     2268 |    EGLint ret;

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19913>
2022-11-22 01:54:51 +00:00
..
50_mesa.json meson: Make the glvnd vendor name configurable 2020-12-03 22:36:27 +00:00
egl.def.in egl/dri2: Implement the new flush method 2022-11-02 18:11:41 +00:00
eglapi.c egl: Fix uninitialized variable warning 2022-11-22 01:54:51 +00:00
eglarray.c egl: _eglFilterArray's filter is always non-null 2017-02-16 15:27:20 +00:00
eglarray.h egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
eglconfig.c egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
eglconfig.h egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
eglconfigdebug.c egl: add config debug printout 2021-12-11 00:25:04 +00:00
eglconfigdebug.h egl: add config debug printout 2021-12-11 00:25:04 +00:00
eglcontext.c egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
eglcontext.h egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
eglcurrent.c egl: Convert to simple_mtx_t 2022-08-17 21:17:17 +00:00
eglcurrent.h egl: Remove usage of USE_ELF_TLS macro 2022-07-29 23:59:11 +00:00
egldefines.h egl: remove unused include 2019-01-11 14:37:47 +00:00
egldevice.c egl: Convert to simple_mtx_t 2022-08-17 21:17:17 +00:00
egldevice.h egl: add support for EGL_EXT_device_drm_render_node 2021-07-22 17:12:35 +00:00
egldispatchstubs.c Add copyright comments to the GLVND-related files. 2021-10-13 05:34:27 +00:00
egldispatchstubs.h Add copyright comments to the GLVND-related files. 2021-10-13 05:34:27 +00:00
egldisplay.c Revert "egl: Factor some common terminate cleanup up to common code" 2022-10-20 22:21:01 +00:00
egldisplay.h egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
egldriver.h egl/dri2: Implement the new flush method 2022-11-02 18:11:41 +00:00
eglentrypoint.h egl: wire up ANGLE_sync_control_rate 2022-08-09 21:02:50 +00:00
eglglobals.c util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER 2022-10-14 03:27:41 +00:00
eglglobals.h egl: Convert to simple_mtx_t 2022-08-17 21:17:17 +00:00
eglglvnd.c egl: set API symbols public 2022-10-12 19:26:01 +00:00
eglimage.c egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
eglimage.h egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
egllog.c egl: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX_INITIALIZER in egllog.c 2022-11-09 04:38:28 +00:00
egllog.h egl: introduce a log level getter function 2021-12-11 00:25:04 +00:00
eglsurface.c egl: Add EGL_EXT_protected_content support 2022-10-27 10:53:18 +00:00
eglsurface.h egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
eglsync.c egl: replace _EGLDriver with _EGLDisplay->Driver in _eglGetSyncAttrib() 2020-08-16 13:49:18 +00:00
eglsync.h egl: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
egltypedefs.h egl: Remove eglextchromium.h and import eglext_angle.h 2022-08-09 21:02:50 +00:00