Got the chorme-ozone working for ARM with proprietary GPU drivers. It is neat! WebGL also working very good.
I recommend to use gold linker and latest ninja(1.4). I have to make only the following change @@ -117,7 +117,7 @@ bool GLSurfaceEGL::InitializeOneOff() { LOG(ERROR) << "OZONE failed to initialize hardware"; return false; } - g_native_display = surface_factory->GetNativeDisplay(); + g_native_display = (EGLNativeDisplayType)surface_factory->GetNativeDisplay(); #else g_native_display = EGL_DEFAULT_DISPLAY; #endif On Tue, Nov 12, 2013 at 1:09 PM, Tiago Vignatti <tiago.vigna...@intel.com>wrote: > argh, Pekka (pq) just told me in #wayland that we're probably talking > about two different things here. Sorry, my confusion. > > If you were mentioning about building an Gentoo package out of Chromium > Wayland, then no, I don't think anyone tried that yet. As mentioned in the > blog announcement message, we expect that the distribution packagers people > will come and build the package for themselves, in principle. > > Tiago > > > On 11/12/2013 03:43 PM, Tiago Vignatti wrote: > >> no, there isn't any automated compilation tool yet. >> >> To be honest I'm not entirely sure whether it's worthing having such >> tool. We basically have Ozone-Wayland repository to be cloned in which >> pulls in all the remaining dependencies (well, not libwayland...) and >> for that we'd need about half dozen of commands before it starts the >> actual built process. Do you think we can do better with an ebuild? >> >> Thanks, >> >> Tiago >> >> On 11/12/2013 03:25 PM, Mike Lothian wrote: >> >>> Hi >>> >>> Out of interest is there an ebuild available for this? >>> >>> Cheers >>> >>> Mike >>> >>> On 11 Nov 2013 21:40, "Tiago Vignatti" <tiago.vigna...@intel.com >>> <mailto:tiago.vigna...@intel.com>> wrote: >>> >>> >>> We are happy to announce the first "preview" of Chromium browser >>> with Wayland support, using Ozone-Wayland implementation. Check the >>> announcement and the details here please: >>> >>> >>> https://01.org/ozone-wayland/__blogs/tiagovignatti/2013/__ >>> chromium-browser-wayland-__preview-release >>> >>> >>> <https://01.org/ozone-wayland/blogs/tiagovignatti/2013/ >>> chromium-browser-wayland-preview-release> >>> >>> >>> Tiago >>> _________________________________________________ >>> wayland-devel mailing list >>> wayland-devel@lists.__freedesktop.org >>> <mailto:wayland-devel@lists.freedesktop.org> >>> http://lists.freedesktop.org/__mailman/listinfo/wayland-devel >>> <http://lists.freedesktop.org/mailman/listinfo/wayland-devel> >>> >>> -- >>> -- >>> Chromium Developers mailing list: chromium-...@chromium.org >>> View archives, change email options, or unsubscribe: >>> http://groups.google.com/a/chromium.org/group/chromium-dev >>> >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to chromium-dev+unsubscr...@chromium.org. >>> >> >> > _______________________________________________ > wayland-devel mailing list > wayland-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/wayland-devel >
_______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel