diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-12 12:39:26 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-12 12:39:26 -0700 |
commit | dae719a68173bddedbb531c030cd4a12bcb0435b (patch) | |
tree | caea923b527e21313758977ab776d6db96313ab5 /src/mesa/pipe/cell/ppu/Makefile | |
parent | 68f5a6f74335e252e6a04dd6ae9ef7ae1482be97 (diff) |
Cell: first state object (depth/stencil/alpha) emitted to SPUs
Diffstat (limited to 'src/mesa/pipe/cell/ppu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/ppu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/ppu/Makefile b/src/mesa/pipe/cell/ppu/Makefile index f7e3dd09f4..6a1bd5982f 100644 --- a/src/mesa/pipe/cell/ppu/Makefile +++ b/src/mesa/pipe/cell/ppu/Makefile @@ -23,6 +23,7 @@ SOURCES = \ cell_state_blend.c \ cell_state_clip.c \ cell_state_derived.c \ + cell_state_emit.c \ cell_state_fs.c \ cell_state_rasterizer.c \ cell_state_sampler.c \ |