mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Jun 10 22:27:17 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:
 src/egl/drivers/xdri/egl_xdri.c |    3 +
 src/egl/main/eglmisc.c          |   52 ++++++++++++++
 src/mesa/Makefile               |   16 ++++-
 src/mesa/main/api_exec.c        |  140 ++++++++++++++++++++++++++-------------
 src/mesa/main/api_exec.h        |    5 +-
 src/mesa/main/api_noop.c        |    9 +++
 src/mesa/main/config.h          |   38 +----------
 src/mesa/main/context.c         |   50 +++++++++++++-
 src/mesa/main/mfeatures.h       |   77 +++++++++++++++++++++
 src/mesa/main/state.c           |    4 +
 src/mesa/main/texformat.c       |   26 +++++--
 src/mesa/main/teximage.c        |   21 ++++++-
 src/mesa/main/texobj.c          |    4 +
 src/mesa/main/texstate.c        |   15 +++-
 src/mesa/main/texstore.c        |   17 +++++-
 src/mesa/shader/atifragshader.h |    2 +
 src/mesa/vbo/vbo_context.c      |    5 +-
 src/mesa/vbo/vbo_context.h      |    6 ++-
 src/mesa/vbo/vbo_exec.c         |    1 -
 src/mesa/vbo/vbo_exec_api.c     |    4 +
 20 files changed, 392 insertions(+), 103 deletions(-)
 create mode 100644 src/mesa/main/mfeatures.h

       via  0f36a29d5e6a50240e2c1469af68b7ac556afdc9 (commit)
       via  e9b6ed395a69be90cbf1e2481a9da6fa4079e88e (commit)
       via  b9c5b0bc4b0abbe12770824371c173ad1e8d1046 (commit)
       via  40d1a40f294f1ed2dacfad6f5498322fc08cc2d1 (commit)
       via  ef27bdbfa8fd4b7cdd7f1ab0e65bc30f17150d2e (commit)
      from  4c1892ca89b549899b9f3080373919c9036747fe (commit)


- Commits -----------------------------------------------
commit 0f36a29d5e6a50240e2c1469af68b7ac556afdc9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jun 10 16:26:23 2008 -0600

    gallium: work-around glapi.c build problem for dri configs

commit e9b6ed395a69be90cbf1e2481a9da6fa4079e88e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jun 10 16:14:35 2008 -0600

    egl: only windows are renderable at this time

commit b9c5b0bc4b0abbe12770824371c173ad1e8d1046
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jun 10 16:14:09 2008 -0600

    egl: some prototype API detection code

commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jun 10 16:13:42 2008 -0600

    mesa: refactor: move #define FEATURE flags into new mfeatures.h file
    
    Also, check the FEATURE flags in many places.

commit ef27bdbfa8fd4b7cdd7f1ab0e65bc30f17150d2e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jun 10 15:23:51 2008 -0600

    mesa: include mtypes.h

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




More information about the mesa-commit mailing list