[chromium-dev] Re: PSA: Chromium Wayland preview

Prabhu S prabhusundar at gmail.com
Fri Nov 15 06:30:26 PST 2013


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.vignatti at 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.vignatti at intel.com
>>> <mailto:tiago.vignatti at 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 at lists.__freedesktop.org
>>>     <mailto:wayland-devel at lists.freedesktop.org>
>>>     http://lists.freedesktop.org/__mailman/listinfo/wayland-devel
>>>     <http://lists.freedesktop.org/mailman/listinfo/wayland-devel>
>>>
>>> --
>>> --
>>> Chromium Developers mailing list: chromium-dev at 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+unsubscribe at chromium.org.
>>>
>>
>>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20131115/cf9620b9/attachment.html>


More information about the wayland-devel mailing list