Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-27 Thread Michel Dänzer
On 04.07.2014 18:17, Michel Dänzer wrote: > On 04.07.2014 17:51, Ander Conselvan de Oliveira wrote: >> On 07/04/2014 04:13 AM, Michel Dänzer wrote: >>> On 03.07.2014 21:27, Ander Conselvan de Oliveira wrote: On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: > Init cursor size to 64x64

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-04 Thread Michel Dänzer
On 04.07.2014 17:51, Ander Conselvan de Oliveira wrote: > On 07/04/2014 04:13 AM, Michel Dänzer wrote: >> On 03.07.2014 21:27, Ander Conselvan de Oliveira wrote: >>> On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-04 Thread Ander Conselvan de Oliveira
On 07/04/2014 04:13 AM, Michel Dänzer wrote: On 03.07.2014 21:27, Ander Conselvan de Oliveira wrote: On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) Signed-off-by: Alvaro

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-03 Thread Michel Dänzer
On 03.07.2014 21:27, Ander Conselvan de Oliveira wrote: > On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: >> Init cursor size to 64x64 if drmGetCap() fails. >> >> Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) >> >> Signed-off-by: Alvaro Fernando García >> --- >> src/c

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-03 Thread Ander Conselvan de Oliveira
On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) Signed-off-by: Alvaro Fernando García --- src/compositor-drm.c | 43 --- 1 file c

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-02 Thread Hardening
Le 25/06/2014 16:09, Alvaro Fernando García a écrit : > Init cursor size to 64x64 if drmGetCap() fails. > > Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) > > Signed-off-by: Alvaro Fernando García > --- > src/compositor-drm.c | 43 ---

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-06-25 Thread Alex Deucher
On Wed, Jun 25, 2014 at 10:09 AM, Alvaro Fernando García wrote: > Init cursor size to 64x64 if drmGetCap() fails. > > Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) > > Signed-off-by: Alvaro Fernando García Reviewed-by: Alex Deucher > --- > src/compositor-drm.c | 43 +

[PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-06-25 Thread Alvaro Fernando García
Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) Signed-off-by: Alvaro Fernando García --- src/compositor-drm.c | 43 --- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/src