mesa: Changes to 'gallium-0.1'

Alan Hourihane alanh at kemper.freedesktop.org
Wed Jun 11 14:25:54 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:
 include/GL/internal/dri_sarea.h            |  134 ++++++++
 src/glx/x11/dri2.c                         |  252 ++++++++++++++
 src/glx/x11/dri2.h                         |   53 +++
 src/glx/x11/dri2_glx.c                     |  371 ++++++++++++++++++++
 src/glx/x11/dri_common.c                   |  399 ++++++++++++++++++++++
 src/glx/x11/dri_common.h                   |   60 ++++
 src/glx/x11/glxcurrent.c                   |  510 ++++++++++++++++++++++++++++
 src/glx/x11/glxhash.c                      |  416 +++++++++++++++++++++++
 src/glx/x11/glxhash.h                      |   16 +
 src/glx/x11/indirect_texture_compression.c |  347 +++++++++++++++++++
 src/glx/x11/indirect_vertex_array_priv.h   |  308 +++++++++++++++++
 11 files changed, 2866 insertions(+), 0 deletions(-)
 create mode 100644 include/GL/internal/dri_sarea.h
 create mode 100644 src/glx/x11/dri2.c
 create mode 100644 src/glx/x11/dri2.h
 create mode 100644 src/glx/x11/dri2_glx.c
 create mode 100644 src/glx/x11/dri_common.c
 create mode 100644 src/glx/x11/dri_common.h
 create mode 100644 src/glx/x11/glxcurrent.c
 create mode 100644 src/glx/x11/glxhash.c
 create mode 100644 src/glx/x11/glxhash.h
 create mode 100644 src/glx/x11/indirect_texture_compression.c
 create mode 100644 src/glx/x11/indirect_vertex_array_priv.h

       via  5e9fe62c7090768b82a3cc905d1da6b623304b50 (commit)
      from  1bcb817167773d6a148dd4b2cd63777d0f072c08 (commit)


- Commits -----------------------------------------------
commit 5e9fe62c7090768b82a3cc905d1da6b623304b50
Author: Alan Hourihane <alanh at tungstengraphics.com>
Date:   Wed Jun 11 15:25:35 2008 +0100

    add missed files for DRI2 merge

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




More information about the mesa-commit mailing list