[Mesa-dev] [PATCH] egl: Fixes transparency with EGL and X11.

2019-09-29 Thread zegentzy
Hey, I'm resending this in hope of getting some more eyes on it: Patch: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1185 Draft for extension: https://gentz.rocks/files/1569740182/EGL_CONFIG_SELECT_GROUP_MESA_v2.txt Thanks! ___ mesa-dev mail

[Mesa-dev] [Patch] glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.

2019-08-09 Thread zegentzy
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1631/diffs?commit_id=a615f57eedad8e9c459784701a91cf0fc68a4f6d ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] gallium/osmesa: Fix the inability to set no context as current.

2019-03-28 Thread zegentzy
https://www.mesa3d.org/submittingpatches.html says just send a link, so: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/533 ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`.

2019-03-25 Thread zegentzy
On Monday, March 25, 2019 4:46 AM, Felix Schwarz wrote: > Am 25.03.19 um 00:06 schrieb zegen...@protonmail.com: > > > To quote Uli Schlacher, who understands this stuff more than I do: > > "Schlachter" Appears I can't spell if my life depended on it. Fixed. ___

Re: [Mesa-dev] [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`.

2019-03-25 Thread zegentzy
From 05468bf625317e76adb43aa8ef20375cc179dd12 Mon Sep 17 00:00:00 2001 From: Hal Gentz Date: Sun, 24 Mar 2019 16:52:39 -0600 Subject: [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`. To quote Uli Schlachter, who understands this stuff more than I do: > The function __g

[Mesa-dev] [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`.

2019-03-24 Thread zegentzy
From 7a701d9839ff788a79519d6ff310b489d4c1376e Mon Sep 17 00:00:00 2001 From: Hal Gentz Date: Sun, 24 Mar 2019 16:52:39 -0600 Subject: [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`. To quote Uli Schlacher, who understands this stuff more than I do: > The function __gl