Re: [Mesa-dev] [PATCH] configure.ac: Add AC_SYS_LARGEFILE

2014-09-04 Thread Emil Velikov
On 03/09/14 04:38, Michel Dänzer wrote: > On 03.09.2014 06:50, Emil Velikov wrote: >> On 02/09/14 08:17, Michel Dänzer wrote: >>> >>> diff --git a/src/gallium/auxiliary/os/os_mman.h >>> b/src/gallium/auxiliary/os/os_mman.h >>> index b48eb053..19478d2 100644 >>> --- a/src/gallium/auxiliary/os/os_mma

Re: [Mesa-dev] [PATCH] configure.ac: Add AC_SYS_LARGEFILE

2014-09-02 Thread Michel Dänzer
On 03.09.2014 06:50, Emil Velikov wrote: On 02/09/14 08:17, Michel Dänzer wrote: diff --git a/src/gallium/auxiliary/os/os_mman.h b/src/gallium/auxiliary/os/os_mman.h index b48eb053..19478d2 100644 --- a/src/gallium/auxiliary/os/os_mman.h +++ b/src/gallium/auxiliary/os/os_mman.h @@ -40,9 +40,6

Re: [Mesa-dev] [PATCH] configure.ac: Add AC_SYS_LARGEFILE

2014-09-02 Thread Emil Velikov
Hi Michel, On 02/09/14 08:17, Michel Dänzer wrote: > From: Michel Dänzer > > Making sure large file support is enabled across the tree even on 32-bit > systems. > > Signed-off-by: Michel Dänzer > --- > configure.ac | 2 ++ > src/gallium/auxiliary/os/os_mman.h

Re: [Mesa-dev] [PATCH] configure.ac: Add AC_SYS_LARGEFILE

2014-09-02 Thread Marek Olšák
I think radeon_ctx.h is not included by Mesa, it's only included by dumped CS traces, so it shouldn't be changed. Marek On Tue, Sep 2, 2014 at 9:17 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Making sure large file support is enabled across the tree even on 32-bit > systems. > > Signed-o

[Mesa-dev] [PATCH] configure.ac: Add AC_SYS_LARGEFILE

2014-09-02 Thread Michel Dänzer
From: Michel Dänzer Making sure large file support is enabled across the tree even on 32-bit systems. Signed-off-by: Michel Dänzer --- configure.ac | 2 ++ src/gallium/auxiliary/os/os_mman.h| 13 + src/gallium/winsys/radeon/drm/radeon_c