On Fri, Sep 16, 2016 at 05:26:06PM +0900, Michel Dänzer wrote:
> From: Michel Dänzer
>
> If --prefix isn't specified on the command line, $prefix contains "NONE"
> at this point, not the default prefix value. So make install would
> attempt to install the xorg.conf.d snippet to
> ${DESTDIR}NONE/s
On 20/09/16 22:54, Antoine Martin wrote:
> Only the 15-bit mode does anything different,
> make that clearer and remove the redundant code for other bit depths
>
> Signed-off-by: Antoine Martin
> ---
> src/dummy_driver.c | 17 -
> 1 file changed, 4 insertions(+), 13 deletions(-)
Only the 15-bit mode does anything different,
make that clearer and remove the redundant code for other bit depths
Signed-off-by: Antoine Martin
---
src/dummy_driver.c | 17 -
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/src/dummy_driver.c b/src/dummy_driver.c
i
This patch makes it possible to start the server using the dummy
driver with a 30 bit depth.
The colormap size is changed from 256 to 1024 to prevent crashes.
This updated patch adds the missing header file to the commit.
Signed-off-by: Antoine Martin
---
src/dummy.h| 2 +-
src/dummy_dr
Hi,
On 09/20/2016 03:24 AM, Michel Dänzer wrote:
On 17/09/16 01:38 AM, Eric Anholt wrote:
Keith Packard writes:
Hans de Goede writes:
So it looks like we really need glFinish to ensure proper ordering here
(and I've just deleted the v2 of this patchset with flush with I had
prepared).
If
On 17/09/16 12:51 AM, Keith Packard wrote:
> Michel Dänzer writes:
>
>> Does FlushClient get called after every DamageExtNotify call? Otherwise,
>> some of the GPU flushes performed by DamageFlushDrawable will be wasted,
>> hurting performance.
>
> The driver gets told which drawable is being af
On Tue, Sep 20, 2016 at 01:34:40PM +0700, Antoine Martin wrote:
> Signed-off-by: Antoine Martin
Reviewed-by: Eric Engestrom
> ---
> src/dummy_driver.c | 19 ---
> 1 file changed, 19 deletions(-)
>
> diff --git a/src/dummy_driver.c b/src/dummy_driver.c
> index c84000f..ec1acf3
On Tue, Sep 20, 2016 at 01:03:33 +0100, Emil Velikov wrote:
> On 15 September 2016 at 15:12, Julien Cristau wrote:
[...]
> > For 1, 3, 4, 5, 7 (assuming 10 goes in in some way):
> > Reviewed-by: Julien Cristau
> >
> Thanks, can you push 1, 3, 4, 5 (and 7 ?). I'm short on commit access.
>
Pushed