mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 11 21:46:23 UTC 2008


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

Summary of changes:
 configs/linux-dri               |   12 +----
 src/egl/drivers/Makefile        |    4 +-
 src/egl/drivers/xdri/egl_xdri.c |  104 ++++++++++++++++-----------------------
 src/glx/x11/dri_glx.c           |   66 +++++++++++++++++++------
 src/glx/x11/glxclient.h         |    2 +
 5 files changed, 97 insertions(+), 91 deletions(-)

       via  80b24166a51f26e7bb341a731ceeb4f85c6cc4cf (commit)
       via  df2c9424d3b625d6e97528c74051257bc5630a67 (commit)
       via  7986baf7cf5434c0ff8210eedd0be366ab5e8f14 (commit)
      from  6e938e4f82755c20472532907cc47c2d501aaee2 (commit)


- Commits -----------------------------------------------
commit 80b24166a51f26e7bb341a731ceeb4f85c6cc4cf
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 11 15:44:46 2008 -0600

    egl: a minor overhauld of egl_xdri.c
    
    Rely more on the libGL code to avoid duplicated efforts.  Also fix confusion
    arising from multiple __DRIscreen objects.

commit df2c9424d3b625d6e97528c74051257bc5630a67
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 11 15:43:52 2008 -0600

    glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regular DRI drivers.
    
    Also, clean-up, consolidate the dlopen() code a bit.

commit 7986baf7cf5434c0ff8210eedd0be366ab5e8f14
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jul 10 15:11:01 2008 -0600

    build egl subdirs

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




More information about the mesa-commit mailing list