Bug 1252655

Summary: Enable EGL null platform
Product: [Fedora] Fedora Reporter: Dawid Gajownik <gajownik>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: ajax, fschwarz, ignatenko
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-12 17:53:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dawid Gajownik 2015-08-12 02:03:27 UTC
Hi,

please enable EGL null platform in mesa 10.x. It's useful for offscreen rendering.
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5eca41665bbd6deb5ffff011e47ff0cec41916da

--with-egl-platforms=x11,drm,null%{?with_wayland:,wayland} \

Thanks,
   Dawid

Comment 1 Dawid Gajownik 2015-08-12 17:53:18 UTC
Hmmm... it looks that null platform is broken since mesa 10.4. I suspect that it was caused by these patches http://lists.freedesktop.org/archives/mesa-dev/2014-November/070204.html

In that case enabling null platform does not make sense anymore.