mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 5 22:10:18 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/Makefile             |   70 ++++++++++++++++++-----------------------
 src/mesa/drivers/x11/Makefile |   59 ++++++++++++++++++++++++++++++++++
 src/mesa/drivers/x11/glxapi.c |    4 +-
 src/mesa/drivers/x11/xm_api.c |   16 +++++-----
 4 files changed, 100 insertions(+), 49 deletions(-)
 create mode 100644 src/mesa/drivers/x11/Makefile

       via  2b84b22bad33e14227abcfab53f93100efac976f (commit)
       via  ea7eb9a374bec4160b07b3c2315c00d9416daf7f (commit)
       via  bf5e573926b2b007cb238afae86207e075603f1e (commit)
      from  f8c6b6628dce66624a7a632992e6b8ab5db42c1c (commit)


- Commits -----------------------------------------------
commit 2b84b22bad33e14227abcfab53f93100efac976f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 5 16:08:42 2008 -0600

    Move building of stand-alone Mesa into drivers/x11/Makefile
    
    Also, some re-org, renaming, and general clean-up.
    We're just a few steps away from removing the all the special case rules
    for building drivers.

commit ea7eb9a374bec4160b07b3c2315c00d9416daf7f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 5 16:06:17 2008 -0600

    new Makefile for building "stand-alone", Xlib-based libGL

commit bf5e573926b2b007cb238afae86207e075603f1e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 5 16:05:02 2008 -0600

    prefix some includes with mesa/ or glapi/

---------------------------------




More information about the mesa-commit mailing list