mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Mon Feb 18 01:43:06 UTC 2008


 src/glx/x11/indirect_dispatch.c      | 5889 ++++++++++++++++++++++++++++++++++
 src/glx/x11/indirect_dispatch.h      | 1047 ++++++
 src/glx/x11/indirect_dispatch_swap.c | 6051 +++++++++++++++++++++++++++++++++++
 src/glx/x11/indirect_reqsize.c       |  832 ++++
 src/glx/x11/indirect_reqsize.h       |  121 
 src/glx/x11/indirect_size_get.c      | 1206 ++++++
 src/glx/x11/indirect_size_get.h      |  102 
 src/glx/x11/indirect_table.c         | 1596 +++++++++
 src/mesa/glapi/Makefile              |   31 
 9 files changed, 16857 insertions(+), 18 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 7688791fc52f116eea421fda1d17aba5cf10977b
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue Jan 15 19:25:41 2008 -0800

    glapi: Generate xserver glapi sources in the mesa tree
    
    Instead of generating the glapi sources for the xserver and commiting
    them to the xserver tree, we can keep them in the mesa tree and change
    the xserver build to use the files from the mesa tree.
    
    This makes the xserver glx build more robust as it reduces the chances
    for mismatches of the glX API used in the xserver vs. in mesa.




More information about the mesa-commit mailing list