Re: [PATCH xserver] glamor: Use eglGetPlatformDisplay{, EXT} if we can

2016-10-05 Thread Adam Jackson
On Wed, 2016-10-05 at 10:29 -0700, Eric Anholt wrote: > > Reviewed-by: Eric Anholt Merged: remote: I: patch #113802 updated using rev f4a41155479e68bf55740c1dfffafc78e4c02087. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/xserver    

Re: [PATCH xserver] glamor: Use eglGetPlatformDisplay{, EXT} if we can

2016-10-05 Thread Eric Anholt
Adam Jackson writes: > eglGetDisplay forces the implementation to guess which kind of display > it's been handed. glvnd does something different from Mesa, and in > general it's impossible for the library to get this right. Add a new > inline that gets the logic right, and works

[PATCH xserver] glamor: Use eglGetPlatformDisplay{,EXT} if we can

2016-10-05 Thread Adam Jackson
eglGetDisplay forces the implementation to guess which kind of display it's been handed. glvnd does something different from Mesa, and in general it's impossible for the library to get this right. Add a new inline that gets the logic right, and works around a quirk in epoxy. Signed-off-by: Adam