Re: gitlab.fd.o financial situation and impact on services

2020-02-28 Thread Matt Turner
On Fri, Feb 28, 2020 at 12:00 AM Daniel Stone wrote: > > Hi Matt, > > On Thu, 27 Feb 2020 at 23:45, Matt Turner wrote: > > We're paying 75K USD for the bandwidth to transfer data from the > > GitLab cloud instance. i.e., for viewing the https site, for > >

Re: gitlab.fd.o financial situation and impact on services

2020-02-27 Thread Matt Turner
On Thu, Feb 27, 2020 at 1:27 PM Daniel Vetter wrote: > > Hi all, > > You might have read the short take in the X.org board meeting minutes > already, here's the long version. > > The good news: gitlab.fd.o has become very popular with our > communities, and is used extensively. This especially inc

Re: [ANNOUNCE] wayland 1.15.0

2018-05-08 Thread Matt Turner
On Mon, Apr 9, 2018 at 10:57 AM, Derek Foreman wrote: > Wayland 1.15.0 is now out. > > Some highlights: > Compositor writers take note - wl_subcompositor.get_subsurface is now > documented to be double buffered. It wasn't clearly specified to be so > before (this change should be non breaking in

Re: [Mesa-dev] XDC 2017 feedback

2017-09-27 Thread Matt Turner
On Wed, Sep 27, 2017 at 10:07 PM, Rob Clark wrote: > If you had known of the khr dates, and brought it up in Feb (or really > somewhat earlier, given that XDC is roughly same time each year +/- > few weeks), that *might* have been early enough to move things. That's unfair. It's part of the X.Org

Re: [PATCH 3/3] tests: add wl_resource tests

2013-12-30 Thread Matt Turner
On Wed, Sep 18, 2013 at 8:29 AM, Marek Ch wrote: > --- > tests/Makefile.am | 4 +- > tests/resources-test.c | 167 > + > 2 files changed, 170 insertions(+), 1 deletion(-) > create mode 100644 tests/resources-test.c > > diff --git a/tests/Ma

Re: Things that killed my motivation to play with wayland

2013-06-12 Thread Matt Turner
On Wed, Jun 12, 2013 at 12:40 AM, wrote: > On 12/06/2013 02:49, dar...@chaosreigns.com wrote: >> >> 1) This mesa bug: https://bugs.freedesktop.org/show_bug.cgi?id=61919 >> make fails without C_INCLUDE_PATH set. It pretty much destroyed my build >> testing setup (I was build testing 46 related r

Re: [Mesa-dev] Very low framerate when recording desktop content in Weston using mesa git on Radeon 5770 (glReadPixels slow path)

2013-03-26 Thread Matt Turner
On Tue, Mar 26, 2013 at 2:44 PM, Bengt Richter wrote: > uint32_t > component_delta2(uint32_t next, uint32_t prev) > { > return next&0xff00ff)-(prev&0xff00ff)+0x100)&0xff00ff)+ > (((next&0xff00)-(prev&0xff00))&0xff00)); > } Does removing all the spaces make it faster? ;) __

Re: Weston doesn't work with gl enabled cairo on radeon

2012-08-12 Thread Matt Turner
On Fri, Aug 10, 2012 at 6:54 PM, Nerdopolis wrote: > IIt's a bug in Mesa. Try reverting mesa to commit > 102617bc5206e459bb1743d2d72341dbfe77bc58 > That's what I had to do. It's not a bug. The name of the EGL extension that Cairo uses was changes, basically. Cairo just needs to be updated, which

Re: Graphics memory management in ARM/Embedded Linux

2011-04-20 Thread Matt Turner
2011/4/20 Tom Cooksey : > So while I agree re-inventing something just for the sake of it is bad, > that's not what's happening. > In fact, I think there's a good chance TTM will > be ripped out, stuck into its own driver (with its own device node /dev/ttm) > and extended to meet everyone's requir

Re: wayland screen locker and security in general

2011-04-08 Thread Matt Turner
2011/4/6 Michal Suchanek : > 2011/4/6 Joakim Sindholt : >> On Wed, 2011-04-06 at 11:42 +0200, Michal Suchanek wrote: >>> 2011/4/5 Vinícius dos Santos Oliveira : >>> >>> >> How will apps like mplayer/vlc/browsers-playing-videos tell the >>> >> compositor >>> >> that they are "busy" drawing and that

Re: Future desktop on dumb frame buffers?

2011-03-21 Thread Matt Turner
On Mon, Mar 21, 2011 at 9:20 PM, Alan Cox wrote: >>   1) inertia: fbdev has been around a lot longer, and provides most of >>   what embedded devices need anyway >>   2) feature set: why bother doing a full KMS driver if you're not >>   going to use any of the additional features it would provide