Re: [Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-23 Thread Eric Anholt
Jose Fonseca writes: > On 23/02/15 16:12, Emil Velikov wrote: >> On 23/02/15 07:05, Eric Anholt wrote: >>> Matt Turner writes: >>> --- This series is attempting to make some progress towards moving u_math.h to src/util. >>> >>> Hmm, looks like for other headers we've got include/c

Re: [Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-23 Thread Matt Turner
On Sun, Feb 22, 2015 at 11:05 PM, Eric Anholt wrote: > Matt Turner writes: > >> --- >> This series is attempting to make some progress towards moving u_math.h >> to src/util. > > Hmm, looks like for other headers we've got include/c99/whatever.h that > includes the system version and fixes it up.

Re: [Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-23 Thread Emil Velikov
On 23/02/15 07:05, Eric Anholt wrote: > Matt Turner writes: > >> --- >> This series is attempting to make some progress towards moving u_math.h >> to src/util. > > Hmm, looks like for other headers we've got include/c99/whatever.h that > includes the system version and fixes it up. I think it s

Re: [Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-23 Thread Jose Fonseca
Series looks good to me. It's a nice cleanup on its own right. Reviewed-by: Jose Fonseca Jose On 23/02/15 04:31, Matt Turner wrote: --- This series is attempting to make some progress towards moving u_math.h to src/util. include/c99_compat.h| 143 ++

Re: [Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-22 Thread Eric Anholt
Matt Turner writes: > --- > This series is attempting to make some progress towards moving u_math.h > to src/util. Hmm, looks like for other headers we've got include/c99/whatever.h that includes the system version and fixes it up. I think it should probably go there, instead. signature.asc D

[Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

2015-02-22 Thread Matt Turner
--- This series is attempting to make some progress towards moving u_math.h to src/util. include/c99_compat.h| 143 src/gallium/auxiliary/util/u_math.h | 143 2 files changed, 143 insertions(+), 143 deletion