Re: [PATCH 2/2] exa: Verify non-null pSrc in mgaDownloadFromScreen()

2015-03-02 Thread Michel Dänzer
On 03.03.2015 05:01, Tormod Volden wrote: > From: Tormod Volden > > Thanks to Connor Behan for the suggestion. > > Signed-off-by: Tormod Volden > --- > > Also not tested on hardware. > > Tormod > > src/mga_exa.c |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/mga_exa.c b

GSoC 2015: The X.Org Foundation has been accepted as a mentoring organisation

2015-03-02 Thread Martin Peres
Hello, I have the pleasure to announce you that the X.Org Foundation has been accepted as a mentoring organisation for the Google Summer of Code 2015. This means that your project can receive students again this year! Here are the important dates coming[0]: - 16 March: Student application per

[PATCH 1/2] mga: Fix pixmap pointer in EXA mgaDownloadFromScreen()

2015-03-02 Thread Tormod Volden
From: Tormod Volden Thanks to Connor Behan for the fix. This replaces commit e9109a0b which was plain wrong. Signed-off-by: Tormod Volden --- Hoping for remedy for old sins. Only compile-tested. Tormod src/mga_exa.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src

[PATCH 2/2] exa: Verify non-null pSrc in mgaDownloadFromScreen()

2015-03-02 Thread Tormod Volden
From: Tormod Volden Thanks to Connor Behan for the suggestion. Signed-off-by: Tormod Volden --- Also not tested on hardware. Tormod src/mga_exa.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mga_exa.c b/src/mga_exa.c index 24a7328..cb17ad8 100644 --- a/src/mga_exa.c +++ b/s