mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Apr 18 19:56:10 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/gallium/auxiliary/draw/Makefile             |    3 -
 src/gallium/auxiliary/draw/SConscript           |    3 -
 src/gallium/auxiliary/draw/draw_context.c       |   22 +-
 src/gallium/auxiliary/draw/draw_prim.c          |  523 ----------------------
 src/gallium/auxiliary/draw/draw_private.h       |    6 -
 src/gallium/auxiliary/draw/draw_pt.c            |   55 +++
 src/gallium/auxiliary/draw/draw_vertex_cache.c  |  219 ----------
 src/gallium/auxiliary/draw/draw_vertex_fetch.c  |  528 -----------------------
 src/gallium/auxiliary/draw/draw_vertex_shader.c |   43 --
 src/gallium/auxiliary/draw/draw_vs.h            |    7 -
 src/gallium/auxiliary/draw/draw_vs_exec.c       |  137 ------
 src/gallium/auxiliary/draw/draw_vs_llvm.c       |  109 -----
 src/gallium/auxiliary/draw/draw_vs_sse.c        |  127 ------
 13 files changed, 73 insertions(+), 1709 deletions(-)
 delete mode 100644 src/gallium/auxiliary/draw/draw_prim.c
 delete mode 100644 src/gallium/auxiliary/draw/draw_vertex_cache.c
 delete mode 100644 src/gallium/auxiliary/draw/draw_vertex_fetch.c

       via  415e8e039ba38716336e8de3d7b3cdc23b9a9d8e (commit)
       via  709e33cf0bfd552220e46f44e8cfa2063c3cef69 (commit)
       via  dd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (commit)
       via  66891826421d5b774e081f7a2a85580cd0523fab (commit)
       via  b11d89dc6d230f7f945f9eb420d39921c648ec20 (commit)
      from  a41c05b20a36d2160aa232d08ed57d3095438025 (commit)


- Commits -----------------------------------------------
commit 415e8e039ba38716336e8de3d7b3cdc23b9a9d8e
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 20:46:06 2008 +0100

    draw: remove draw_vertex_fetch.c

commit 709e33cf0bfd552220e46f44e8cfa2063c3cef69
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 20:44:13 2008 +0100

    draw: remove old draw_vertex_shader_queue_flush function

commit dd903d83b3ff8dd19f75ac7542b96bc8f1387fe6
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 20:41:39 2008 +0100

    draw: remove old vertex_shader->run() functions

commit 66891826421d5b774e081f7a2a85580cd0523fab
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 20:39:13 2008 +0100

    draw: remove draw_vertex_cache.c

commit b11d89dc6d230f7f945f9eb420d39921c648ec20
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 20:36:38 2008 +0100

    draw: remove draw_prim.c

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




More information about the mesa-commit mailing list