Re: XDC 2017 : Call for paper

2017-08-18 Thread Stéphane Marchesin
t to make badges and plan for the catering, so if you are > attending please add your name as early as possible. > > I am looking forward to seeing you there. If you have any > inquiries/questions, please send them to Stéphane Marchesin (please also > CC: board at foundation.x.org). Hi

Re: [PATCH] xrandr: use full range for gamma table generation

2014-04-30 Thread Stéphane Marchesin
And pushed. On Fri, Apr 18, 2014 at 8:19 PM, Stéphane Marchesin stephane.marche...@gmail.com wrote: On Tue, Apr 1, 2014 at 8:02 PM, db...@chromium.org wrote: From: Dominik Behr db...@chromium.org Calculate gamma table using full [0,65536) range and do not make any assumptions about

Re: [PATCH] xrandr: use full range for gamma table generation

2014-04-18 Thread Stéphane Marchesin
to incorrect calculations and loss of precision. Also XRandR specification never mentions that gamma tables need to be power of 2. Signed-off-by: Dominik Behr db...@chromium.org Reviewed-by: Stéphane Marchesin marc...@chromium.org --- xrandr.c | 25 +++-- 1 file

Re: [PATCH] xf86RandR12: use correct gamma size when allocating gamma table

2014-04-18 Thread Stéphane Marchesin
memcpy will overwrite memory beyond the end of gamma table. Signed-off-by: Dominik Behr db...@chromium.org Reviewed-by: Stéphane Marchesin marc...@chromium.org --- hw/xfree86/modes/xf86RandR12.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/modes

Re: [Mesa-dev] What use do swap interval 1 and OML_sync_control divisor and remainder have?

2014-01-29 Thread Stéphane Marchesin
On Fri, Jan 24, 2014 at 4:32 AM, Pekka Paalanen ppaala...@gmail.com wrote: Hi, I am investigating what kind of Wayland protocol extensions would be needed to support proper presentation timing. Looking at existing works, I am wondering about two things whether they have any real use. Where

Re: Initial DRI3000 protocol specs available

2013-02-20 Thread Stéphane Marchesin
On Tue, Feb 19, 2013 at 7:46 PM, Keith Packard kei...@keithp.com wrote: And here's the Swap extension The Swap Extension Version 1.0 2013-2-14 Keith Packard

Re: Initial DRI3000 protocol specs available

2013-02-20 Thread Stéphane Marchesin
On Wed, Feb 20, 2013 at 12:01 PM, Keith Packard kei...@keithp.com wrote: Stéphane Marchesin stephane.marche...@gmail.com writes: How would you handle atomic swaps? Multiple of these back to back? Do you want to synchronously swap multiple windows? Or swap sections From multiple back buffers

Re: Initial DRI3000 protocol specs available

2013-02-20 Thread Stéphane Marchesin
On Wed, Feb 20, 2013 at 12:42 PM, Keith Packard kei...@keithp.com wrote: Stéphane Marchesin stephane.marche...@gmail.com writes: I'm interested in two specific use cases: - Swap to an overlay and flip a crtc in an atomic fashion, As you may remember, I proposed a bunch of RandR changes

Re: Initial DRI3000 protocol specs available

2013-02-20 Thread Stéphane Marchesin
On Wed, Feb 20, 2013 at 10:50 PM, Keith Packard kei...@keithp.com wrote: Stéphane Marchesin stephane.marche...@gmail.com writes: On Wed, Feb 20, 2013 at 12:42 PM, Keith Packard kei...@keithp.com wrote: Stéphane Marchesin stephane.marche...@gmail.com writes: I'm interested in two specific use

Re: [PATCH 11/54] GLX: Insert swrast provider from GlxExtensionInit

2012-07-09 Thread Stéphane Marchesin
On Mon, Jul 9, 2012 at 6:02 PM, Daniel Stone dan...@fooishbar.org wrote: Rather than making poor old miinitext.c do it, including making DMX have fake symbols just to keep it happy. Signed-off-by: Daniel Stone dan...@fooishbar.org Reviewed-by: Stéphane Marchesin stephane.marche...@gmail.com

Re: [PATCH 16/54] miinitext: Use ARRAY_SIZE rather than sentinel

2012-07-09 Thread Stéphane Marchesin
On Mon, Jul 9, 2012 at 6:03 PM, Daniel Stone dan...@fooishbar.org wrote: NULL sentinels are totally lame. Signed-off-by: Daniel Stone dan...@fooishbar.org Reviewed-by: Stéphane Marchesin stephane.marche...@gmail.com --- mi/miinitext.c | 12 ++-- 1 file changed, 6 insertions

Re: [PATCH 15/54] extmod: Use ARRAY_SIZE rather than sentinel

2012-07-09 Thread Stéphane Marchesin
...@fooishbar.org Reviewed-by: Stéphane Marchesin stephane.marche...@gmail.com --- hw/xfree86/dixmods/extmod/modinit.c |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/xfree86/dixmods/extmod/modinit.c b/hw/xfree86/dixmods/extmod/modinit.c index afee27a..009852c

X.Org not accepted in Summer of Code this year

2012-03-16 Thread Stéphane Marchesin
Hi everyone, As you might have heard already, X.Org was not accepted for Google Summer of Code 2012. For reference the list of accepted organizations (at least the ones which have filled up their profiles) is visible here: http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2012 I

Re: GSoC 2012

2012-02-07 Thread Stéphane Marchesin
On Tue, Feb 7, 2012 at 08:53, Matt Dew mar...@osource.org wrote: Howdy folks,  google has announced Summer of Code for 2012.  I hope I'm not overstepping my bounds here.  A couple of the local universities have some pretty sharp students.  I've started poking the local universities to drum up

Re: [PATCH xserver v2] randr: Add Border property support

2011-09-19 Thread Stéphane Marchesin
effective border and mode dimesions in the xf86CrtcRec for driver use. Signed-off-by: Aaron Plattner aplatt...@nvidia.com Reviewed-by: Stéphane Marchesin marc...@chromium.org --- v2: I tracked down all the places I could find where the DDX needs to take the border into account.  I made

Re: Xserver driver merging pros cons

2011-09-16 Thread Stéphane Marchesin
2011/9/16 Jeremy Huddleston jerem...@apple.com: On Sep 16, 2011, at 3:50 AM, Michel Dänzer wrote: Can you be more specific?  When we were discussing this yesterday, it seemed like the new development model was working and that it was no longer a barrier to this problem. Try getting a

Re: Xserver driver merging pros cons

2011-09-16 Thread Stéphane Marchesin
2011/9/16 Jeremy Huddleston jerem...@apple.com: On Sep 16, 2011, at 12:45 PM, Stéphane Marchesin wrote: Well, the issue is not separate. Driver repos are straightforward to get changes in and therefore can move forward easily. How would that be different from an xorg-server tree

Re: Xserver driver merging pros cons

2011-09-16 Thread Stéphane Marchesin
On Thu, Sep 15, 2011 at 22:17, Dave Airlie airl...@gmail.com wrote: If you're talking enterprise distros though, that means committing to at least one long-term support stable branch, that you backport new driver support to for years, not just the 6 months until the next one. Just a note

Re: [PATCH randrproto v2] Add Border and BorderDimensions properties

2011-08-04 Thread Stéphane Marchesin
On Tue, Aug 2, 2011 at 18:29, Aaron Plattner aplatt...@nvidia.com wrote: Signed-off-by: Aaron Plattner aplatt...@nvidia.com Reviewed-by: Stéphane Marchesin marc...@chromium.org Stéphane --- Sorry, I made some last-minute changes:  1. Rebase on top of commit

Re: [PATCH randrproto] Add Border and BorderDimensions properties

2011-08-02 Thread Stéphane Marchesin
On Fri, Jul 29, 2011 at 12:27, Aaron Plattner aplatt...@nvidia.com wrote: Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- Does this interface make sense? I tried to describe what it should do as accurately as possible. I'm working on a corresponding change to the server to make it

Re: [PATCH randrproto] Add Border and BorderDimensions properties

2011-08-02 Thread Stéphane Marchesin
2011/8/2 Aaron Plattner aplatt...@nvidia.com: On Tue, Aug 02, 2011 at 01:15:19PM -0700, Stéphane Marchesin wrote: On Fri, Jul 29, 2011 at 12:27, Aaron Plattner aplatt...@nvidia.com wrote: Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- Does this interface make sense? I tried

Re: xf86XVCopyPacked() and friends : why so slow ?

2011-07-21 Thread Stéphane Marchesin
On Thu, Jul 21, 2011 at 14:15, Matt Turner matts...@gmail.com wrote: On Thu, Feb 4, 2010 at 7:45 PM,  ri...@happyleptic.org wrote: When playing some video with mplayer I noticed with oprofile that half the time is spent in xf86XVCopyPacked() or xf86XVCopyYUV12ToPacked(). Looking at the

Re: xf86XVCopyPacked() and friends : why so slow ?

2011-07-21 Thread Stéphane Marchesin
2011/7/21 Stéphane Marchesin stephane.marche...@gmail.com: On Thu, Jul 21, 2011 at 14:15, Matt Turner matts...@gmail.com wrote: On Thu, Feb 4, 2010 at 7:45 PM,  ri...@happyleptic.org wrote: When playing some video with mplayer I noticed with oprofile that half the time is spent

Re: [PATCH xf86-video-ati 2/2] kms: Move flip_count and co. to a per swap structure

2011-06-10 Thread Stéphane Marchesin
Quite possible. The code already seemed to leak some stuff on errors, and it didn't really seem to have proper roll back code anyway in case of partial success, so I didn't pay much attention to such details. Well, it used to leak in the multi-monitor case, with that patch it would also leak

Re: [PATCH xf86-video-ati 2/2] kms: Move flip_count and co. to a per swap structure

2011-06-09 Thread Stéphane Marchesin
On Wed, May 4, 2011 at 13:51, Ville Syrjala syrj...@sci.fi wrote: If multiple drawables are doing page flipping, the global drmmode structure can't be used to keep per swap information. For example flip_count can increase prematurely due to another swap request, and then the previous swap

Summer of code 2011

2011-03-09 Thread Stéphane Marchesin
Hi, This is this time of year again, as the weather gets better (or worse depending on your side of the planet) Summer of code is coming up. So we will need to update and fill this page with our best and brightest summer of code ideas: http://wiki.x.org/wiki/SummerOfCodeIdeas We have a couple