On Mon, Sep 10, 2012 at 11:23:39AM +0200, David Herrmann wrote:
> Sorry, misspelled the ML address. Forwarding it to wayland-devel:
>
> -- Forwarded message --
>
> wl_client_add_resource() used to return no error even though the new
> resource wasn't added to the client. This curr
On Sun, Sep 09, 2012 at 04:02:45PM +0200, David Herrmann wrote:
> As event-loop uses epoll() as base object we can stick one event-loop into
> another by retrieving the epoll-fd and watching for events on it. However,
> the idle objects aren't based on file-descriptors so if one event-callback
> ad
On Sat, Sep 08, 2012 at 05:47:15PM +0200, David Herrmann wrote:
> There is really no need to increment "n" if we never read the value. The
> do-while() loop overwrites the value before it is read the first time.
>
> Signed-off-by: David Herrmann
> ---
> I am not sure what the intention is here. E
On Sat, Sep 08, 2012 at 12:42:31AM +0200, Zoxc wrote:
I've just committed the renderer abstraction branch that moves all
gles2 renderering to its own file and consolidates much of the repaint
logic. It should make what you're doing here a lot easier.
Kristian
> ---
> src/compositor-android.c |
On Thu, Sep 06, 2012 at 06:54:01PM +0200, Philipp Brüschweiler wrote:
> This theme is loaded when the specified cursor theme can not be found.
>
> These cursors are extracted from the xorg sources and transformed into
> raw ARGB data by a small helper program (commited separately).
Yup, this and
On Mon, Sep 10, 2012 at 5:02 AM, Ander Conselvan de Oliveira <
conselv...@gmail.com> wrote:
> Hi Scott,
>
> Thanks for reviewing!
>
>
> On 09/07/2012 11:23 PM, Scott Moreau wrote:
>
>>
>>
>> On Fri, Sep 7, 2012 at 7:32 AM, Ander Conselvan de Oliveira
>> mailto:conselv...@gmail.com>> wrote:
>>
>>
From: Ander Conselvan de Oliveira
Since commit 6a615d262141de7cf094788203d9c044dfb9f08d [1], the opaque
region would be set only when running fullscreen. Having it set
properly for the windowed case is helpful to test the overlay path in
compositor-drm.
What this patch does is:
- reverts the a
On Mon, 10 Sep 2012 07:56:22 -0400
jegde jedge wrote:
> Is there a place that describes any threading model there may be in iterate
> or flush that could cause a block?
Libwayland objects are not thread-safe.
wl_display_iterate() can block, if you call it with READABLE and
there are no events a
Hi Scott,
Thanks for reviewing!
On 09/07/2012 11:23 PM, Scott Moreau wrote:
On Fri, Sep 7, 2012 at 7:32 AM, Ander Conselvan de Oliveira
mailto:conselv...@gmail.com>> wrote:
Since commit d523a87d2d8c0099d8ac323375b3d083aafccf9a [1],
I'm not sure where you got this sha from but it's wron
I will post code when I get to the hotel tonight.
Basically, I simply ifdef'd in redraw() in simple-egl and branched into my
draw routine.
I will post both wl_client and glut front ends.
Thank you for your help.
Is there a place that describes any threading model there may be in iterate
or flush th
Sorry, misspelled the ML address. Forwarding it to wayland-devel:
-- Forwarded message --
wl_client_add_resource() used to return no error even though the new
resource wasn't added to the client. This currently makes it very easy to
DOS weston by simply posting thousands of "creat
On Sun, 2012-09-09 at 23:08 +0200, Jan Arne Petersen wrote:
> From: Jan Arne Petersen
>
> Add key event to the text_model interface and a key request to the
> input_method_context interface. Implement it in the example editor
> client and the example keyboard.
Could mention why you introduced it
12 matches
Mail list logo