diff options
author | Brian <[email protected]> | 2008-02-20 14:32:43 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-20 14:32:43 -0700 |
commit | fd4bdd020a9e1999b87d553b50151405c054a619 (patch) | |
tree | 4367ba20aa3f659a0389fa185126766dd09db7f0 /src/gallium/drivers/cell/ppu/Makefile | |
parent | 64683473753de6eb978245e348e9b20cd1d42883 (diff) |
cell: rename cell_state_fs.c -> cell_state_shader.c
Diffstat (limited to 'src/gallium/drivers/cell/ppu/Makefile')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index 6b6dfca890e..164dde762c0 100644 --- a/src/gallium/drivers/cell/ppu/Makefile +++ b/src/gallium/drivers/cell/ppu/Makefile @@ -27,7 +27,7 @@ SOURCES = \ cell_flush.c \ cell_state_derived.c \ cell_state_emit.c \ - cell_state_fs.c \ + cell_state_shader.c \ cell_pipe_state.c \ cell_state_vertex.c \ cell_spu.c \ |