Re: [offlist] Re: SGX driver support (yay!)

2011-08-03 Thread Christopher Friedt
Hi Mark, On Wed, Aug 3, 2011 at 12:39 PM, Mark Constable wrote: > I have an r3 Beagleboard lying around and would love to install > whatever distro/os you are using so I can join in the fun. What > OS would you suggest? It really boils down to personal preference. If you're willing to dedicate g

SGX driver support (yay!)

2011-08-03 Thread Christopher Friedt
SGX just release binary drivers for OMAP3 with support for the EGL_KHR_Image_Pixmap extension [1]. I assume that OMAP4 drivers are on their way. +1 to everyone involved. Now... are there any other BeagleBoard hackers on the list who would like to participate in a night hack or two? Cheers, C [

[PATCH 4/4] compositor: remove only once source from event loop

2011-08-03 Thread Tiago Vignatti
the following offending error, was segfaulting the compositor at exit time: ==3723== Invalid free() / delete / delete[] ==3723==at 0x4D8EC4D: free (vg_replace_malloc.c:366) ==3723==by 0x4D9D989: wl_event_source_fd_remove (event-loop.c:88) ==3723==by 0x4D9E106: wl_event_source_remove (e

[PATCH 3/4] compositor: initialize string with zero

2011-08-03 Thread Tiago Vignatti
offending error: ==2869== Conditional jump or move depends on uninitialised value(s) ==2869==at 0x804DB64: repaint (compositor.c:914) ==2869==by 0x804DC29: idle_repaint (compositor.c:928) ==2869==by 0x4D9E28E: dispatch_idle_sources (event-loop.c:432) ==2869==by 0x4D9E2E3: wl_event_l

[PATCH 2/4] configure: add helper for setting xserver directory

2011-08-03 Thread Tiago Vignatti
With this the X server directory can become independent from the installation prefix set by autoconf. Signed-off-by: Tiago Vignatti --- compositor/Makefile.am |2 +- configure.ac |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/compositor/Makefile.am b/c

[PATCH NOTFINISHED 1/4] compositor: take argument for opening xserver display connection

2011-08-03 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- Oh boy... I tried for about half-hour to make getopt_long work properly for my desires. I wanted to set 'x' as an optional argument for the compositor, so whenever it is called it takes another argument (the X server display connection) as optional. For example,