mesa: Changes to 'master'

George Sapountzis gsap7 at kemper.freedesktop.org
Mon Jun 9 14:50:53 UTC 2008


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

Summary of changes:
 src/glx/x11/Makefile                 |    1 +
 src/glx/x11/dri2_glx.c               |   98 +-----
 src/glx/x11/dri_common.c             |  399 ++++++++++++++++++
 src/glx/x11/{dri2.h => dri_common.h} |   51 ++-
 src/glx/x11/dri_glx.c                |  749 ++++++++--------------------------
 src/mesa/drivers/dri/swrast/swrast.c |  102 +++---
 6 files changed, 660 insertions(+), 740 deletions(-)
 create mode 100644 src/glx/x11/dri_common.c
 copy src/glx/x11/{dri2.h => dri_common.h} (65%)

       via  906e189bd362399f1ffc4d5421ae0d0abd586977 (commit)
       via  079345703901b497f2c09714051b33bb2dff1b4f (commit)
       via  4c7e02298f68b84d929cd1d3af8b3120281c2e32 (commit)
      from  00099731195b2e5b57b8bca6342a8a711e0e427a (commit)


- Commits -----------------------------------------------
commit 906e189bd362399f1ffc4d5421ae0d0abd586977
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Mon Jun 9 17:47:49 2008 +0300

    glx: use goto's vs. nested if's  ala xserver
    
    compile tested only

commit 079345703901b497f2c09714051b33bb2dff1b4f
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Mon Jun 9 17:47:09 2008 +0300

    glx: add dri_common.c ala xserver
    
    also drop driFilterModes which is unused
    
    in preparation of loading swrast_dri.so

commit 4c7e02298f68b84d929cd1d3af8b3120281c2e32
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Mon Jun 9 17:46:39 2008 +0300

    dri/swrast: minor cosmetic

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




More information about the mesa-commit mailing list