On 19/11/13 21:27, Alexander von Gluck IV wrote:
> On Tue, Nov 19, 2013 at 2:55 PM, Emil Velikov
> wrote:
>> On 17/11/13 18:11, Alexander von Gluck IV wrote:
>>> * gl.h ensures gcc is 4.x or later before using
>>>hidden visibility. This change matches that behaviour
>>>and ensures better
On Tue, Nov 19, 2013 at 2:55 PM, Emil Velikov
wrote:
On 17/11/13 18:11, Alexander von Gluck IV wrote:
* gl.h ensures gcc is 4.x or later before using
hidden visibility. This change matches that behaviour
and ensures better compatibility for older gcc versions.
Hi Alexander,
AFAICS the
On 17/11/13 18:11, Alexander von Gluck IV wrote:
> * gl.h ensures gcc is 4.x or later before using
> hidden visibility. This change matches that behaviour
> and ensures better compatibility for older gcc versions.
Hi Alexander,
AFAICS there are, currently, 11 cases of such ifdef spaghetti in m
On Sun, 17 Nov 2013 12:11:41 -0600
Alexander von Gluck IV wrote:
> * gl.h ensures gcc is 4.x or later before using
> hidden visibility. This change matches that behaviour
> and ensures better compatibility for older gcc versions.
> ---
> src/mapi/glapi/glapi.h |2 +-
> src/mapi/u_compile
* gl.h ensures gcc is 4.x or later before using
hidden visibility. This change matches that behaviour
and ensures better compatibility for older gcc versions.
---
src/mapi/glapi/glapi.h |2 +-
src/mapi/u_compiler.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/