[Mesa-dev] [PATCH 3/3] include, gallium: Remove pre-MSVC 2013 compatibility.

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 11 22:13:31 UTC 2016


On 11 February 2016 at 13:02, Jose Fonseca <jfonseca at vmware.com> wrote:
> ---
>  Makefile.am                               |   1 -
>  include/c99/inttypes.h                    | 305 ------------------------------
>  include/c99/stdbool.h                     |  46 -----
>  include/c99/stdint.h                      | 247 ------------------------
>  include/c99_compat.h                      |   8 +-
>  include/c99_math.h                        |  49 +----
>  src/gallium/auxiliary/util/u_cpu_detect.c |   3 +-
>  7 files changed, 10 insertions(+), 649 deletions(-)
>  delete mode 100644 include/c99/inttypes.h
>  delete mode 100644 include/c99/stdbool.h
>  delete mode 100644 include/c99/stdint.h
>
Seems like I was too late for the fun - there's a couple of cases in
src/util/u_atomic.h and src/mesa/main/imports.h.

Thank you Jose and everyone else involved behind the scenes, for all
the work to make this happen !

-Emil


More information about the mesa-dev mailing list