On 11/29/2011 09:04 AM, jfons...@vmware.com wrote:
From: José Fonseca<jose.r.fons...@gmail.com>

XP kernel mode was the only subsystem lacking stdio FILES.
---
  src/gallium/auxiliary/Makefile.sources      |    5 -
  src/gallium/auxiliary/os/os_stream.c        |   58 ---------
  src/gallium/auxiliary/os/os_stream.h        |  145 -----------------------
  src/gallium/auxiliary/os/os_stream_log.c    |   82 -------------
  src/gallium/auxiliary/os/os_stream_null.c   |   78 -------------
  src/gallium/auxiliary/os/os_stream_stdc.c   |  122 -------------------
  src/gallium/auxiliary/os/os_stream_str.c    |  167 ---------------------------
  src/gallium/auxiliary/util/u_debug.c        |   14 +-
  src/gallium/auxiliary/util/u_debug_refcnt.c |   22 ++--
  src/gallium/auxiliary/util/u_dump.h         |   48 ++++-----
  src/gallium/auxiliary/util/u_dump_state.c   |  103 ++++++++--------
  src/gallium/drivers/trace/tr_dump.c         |   17 ++--
  12 files changed, 99 insertions(+), 762 deletions(-)
  delete mode 100644 src/gallium/auxiliary/os/os_stream.c
  delete mode 100644 src/gallium/auxiliary/os/os_stream.h
  delete mode 100644 src/gallium/auxiliary/os/os_stream_log.c
  delete mode 100644 src/gallium/auxiliary/os/os_stream_null.c
  delete mode 100644 src/gallium/auxiliary/os/os_stream_stdc.c
  delete mode 100644 src/gallium/auxiliary/os/os_stream_str.c

Looks OK to me.

For the series: Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to