mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 20 21:37:09 UTC 2008


 src/gallium/drivers/cell/ppu/Makefile                |    8 
 src/gallium/drivers/cell/ppu/cell_clear.c            |    1 
 src/gallium/drivers/cell/ppu/cell_context.c          |   46 --
 src/gallium/drivers/cell/ppu/cell_pipe_state.c       |  324 +++++++++++++++++++
 src/gallium/drivers/cell/ppu/cell_pipe_state.h       |   39 ++
 src/gallium/drivers/cell/ppu/cell_state.h            |  111 +-----
 src/gallium/drivers/cell/ppu/cell_state_blend.c      |  109 ------
 src/gallium/drivers/cell/ppu/cell_state_clip.c       |   84 ----
 src/gallium/drivers/cell/ppu/cell_state_fs.c         |  171 ----------
 src/gallium/drivers/cell/ppu/cell_state_rasterizer.c |  106 ------
 src/gallium/drivers/cell/ppu/cell_state_sampler.c    |   84 ----
 src/gallium/drivers/cell/ppu/cell_state_shader.c     |  186 ++++++++++
 src/gallium/drivers/cell/ppu/cell_state_surface.c    |   71 ----
 src/gallium/drivers/cell/ppu/cell_texture.c          |   21 -
 src/gallium/drivers/cell/ppu/cell_texture.h          |   20 -
 src/gallium/drivers/cell/ppu/cell_vertex_shader.c    |    1 
 16 files changed, 608 insertions(+), 774 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit fd4bdd020a9e1999b87d553b50151405c054a619
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:32:43 2008 -0700

    cell: rename cell_state_fs.c -> cell_state_shader.c

commit 64683473753de6eb978245e348e9b20cd1d42883
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:30:50 2008 -0700

    cell: init shader-related functions in cell_init_shader_functions()

commit 9e57e70b42471ff587441fb8c1b5de728521fafd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:27:08 2008 -0700

    cell: #includes to silence warnings

commit f6e1654e22d983ec9015fe4e7445e03df1227c71
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:25:07 2008 -0700

    cell: plug in cell_set_sampler_texture

commit acd2253ae80d133bc84a5e78909ec72464e3f901
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:24:46 2008 -0700

    Remove obsolete files replaced by cell_pipe_state.c

commit 9171e63f414866aef155b17d3c85c9a236a872d6
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 14:21:45 2008 -0700

    cell: put most simple state-setter functions in new cell_pipe_state.c file
    
    Also, re-org of texture/surface functions.




More information about the mesa-commit mailing list