Mesa (master): glw: Remove GLw source.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Aug 15 20:37:50 UTC 2011


Module: Mesa
Branch: master
Commit: 63720114b4234f5522eb8dee8f4b0c0db561a8c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=63720114b4234f5522eb8dee8f4b0c0db561a8c3

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Aug  5 16:39:56 2011 -0700

glw: Remove GLw source.

libGLw is an old OpenGL widget library with optional Motif support.
It almost never changes and very few people actually still care about
it, so we've decided to ship it separately.

The new home for libGLw is: git://git.freedesktop.org/mesa/glw/

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 configs/darwin         |    1 -
 configs/default        |    2 +-
 configs/freebsd-dri    |    2 +-
 configs/linux-cell     |    1 -
 configs/linux-dri-xcb  |    2 +-
 configs/linux-indirect |    2 +-
 configure.ac           |   76 ------
 src/glw/GLwDrawA.c     |  684 ------------------------------------------------
 src/glw/GLwDrawA.h     |  195 --------------
 src/glw/GLwDrawAP.h    |  130 ---------
 src/glw/GLwMDrawA.c    |   41 ---
 src/glw/GLwMDrawA.h    |   41 ---
 src/glw/GLwMDrawAP.h   |   41 ---
 src/glw/Makefile       |   74 ------
 src/glw/README         |   56 ----
 src/glw/glw.pc.in      |   13 -
 16 files changed, 4 insertions(+), 1357 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=63720114b4234f5522eb8dee8f4b0c0db561a8c3



More information about the mesa-commit mailing list