Re: CI for wayland (buildbot).

2014-01-04 Thread Artsiom Anikeyenka
useful ;-). > > > > Regards! > > > > > > U. Artie > > > > *From:* Artsiom Anikeyenka [mailto:arty.ani...@gmail.com] > *Sent:* Monday, November 11, 2013 9:55 AM > *To:* Eoff, Ullysses A > *Cc:* wayland-devel@lists.freedesktop.org > *Subject:*

Re: Wayland design and source code documentation

2013-12-19 Thread Artsiom Anikeyenka
plementations, clients, etc. > > In order for us to help you through the codebase and improve > documentation, we sort of need to know what pieces you're interested in, > and what you're having trouble understanding. > > > On Wed, Dec 18, 2013 at 3:57 AM, Artsiom Anike

Re: Wayland design and source code documentation

2013-12-18 Thread Artsiom Anikeyenka
od day :) On Wed, Dec 18, 2013 at 2:02 AM, Bryce W. Harrington < b.harring...@samsung.com> wrote: > On Tue, Dec 17, 2013 at 11:32:09PM +0300, Artsiom Anikeyenka wrote: > > Hi guys, > > > > Is there a detailed documentation of wayland source code. Any good > > vis

Wayland design and source code documentation

2013-12-17 Thread Artsiom Anikeyenka
Hi guys, Is there a detailed documentation of wayland source code. Any good visualization of the design? Are there any plans on adding/creating those? Thanks and be good. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.fr

Re: [PATCH 0/3] Test static functions

2013-12-11 Thread Artsiom Anikeyenka
Another neat option would be to include blah_blah.c files (with static function definitions u want to test) into blah_blah-test.c files. I like this solution more than macro redefinitions as it's simpler and lets you call actually static functions which makes testing stricter (just a little bit :)

The least I need to draw with OpenGL.

2013-12-09 Thread Artsiom Anikeyenka
Hi, guys, My ultimate idea here to run a command from my terminal which will repaint the screen and draws the cube there. I then press Ctrl+C and get back to my terminal. So basically what I need is to create an OpenGL context and draw to it. I want to make it the shortest way. The less components

Re: [RFC] Common input device library

2013-11-15 Thread Artsiom Anikeyenka
and XKB (and now Wayland) > is to send the client an opaque integer that corresponds to "a key", along > with a map of how the keys are laid out, and then have the client look up > whatever information it needs. > > > On Fri, Nov 15, 2013 at 11:15 AM, Artsiom Anikeyenka &

Re: [RFC] Common input device library

2013-11-15 Thread Artsiom Anikeyenka
river. It's meant to be used from > compositors only. > > It's very likely that libinput will use libxkbcommon. > > > On Fri, Nov 15, 2013 at 10:01 AM, Artsiom Anikeyenka < > arty.ani...@gmail.com> wrote: > >> Is libinput supposed to be sort of replac

Re: [RFC] Common input device library

2013-11-15 Thread Artsiom Anikeyenka
Is libinput supposed to be sort of replacement for libxcbcommon? Thanks. On Thu, Nov 14, 2013 at 4:58 PM, Artsiom Anikeyenka wrote: > I like the generalized architecture of any input handling as well. I > didn't look into the code because I will hardly understand it yet. I a

Re: [RFC] Common input device library

2013-11-14 Thread Artsiom Anikeyenka
I like the generalized architecture of any input handling as well. I didn't look into the code because I will hardly understand it yet. I also don't understand a lot yet but what I'd do is also some sort of dispatcher of the input object queue. I.e. when each device is watched by the wrapper which

Building wayland web page - how all these guys interact?

2013-11-12 Thread Artsiom Anikeyenka
Hi, guys, So there is this "building wayland" sequence of steps (wayland, drm, mesa, etc...). Is there a document somewhere decribing how all these interact whith each other and why we need to install this or that? I'm looking into what's available on the official wayland site and over the interne

Re: CI for wayland (buildbot).

2013-11-11 Thread Artsiom Anikeyenka
SS license) to run Wayland CI for several years now and we’ve been > quite happy with it. I’ve thought about exposing this service to the > community too but, of course, it would be costly and time consuming. > > > > > > U. Artie Eoff > > Intel Open Source Techno

CI for wayland (buildbot).

2013-11-11 Thread Artsiom Anikeyenka
Hi, guys, Do you have any of those running (I mean CI tools) (I didn't find any links)? If not then I can setup a buildbot . Actually it's already runnig on my home machine. You can access it here . This build indicates 1 fail

Re: Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Artsiom Anikeyenka
> > > On 10/30/2013 01:48 PM, Artsiom Anikeyenka wrote: > >> Any help on that? I'm not good at GNU build tools so it's hard to me to >> figure out the reason. I'll be working on that, but maybe meanwhile >> you'll give me a hint? >> > &

Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Artsiom Anikeyenka
Any help on that? I'm not good at GNU build tools so it's hard to me to figure out the reason. I'll be working on that, but maybe meanwhile you'll give me a hint? So I just built all the prerequisites without errors but while building Weston I got that error and I can't work it around. I've seen s