diff options
author | Brian <[email protected]> | 2008-01-21 20:31:16 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-21 21:17:21 -0700 |
commit | c27c3529845b535826f56c16fb0e9a258e5d5841 (patch) | |
tree | 41bfc91ca54343783f31d8aa5292650dbdc47f57 /src/mesa/pipe/cell/ppu/cell_context.c | |
parent | 1811965091341fb2c5c94ac0e3bb3c2ca4de161e (diff) |
Cell: rename cell_surface.[ch] cell_clear.[ch]
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_context.c')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c index fc1ca28f3a0..be9336259d8 100644 --- a/src/mesa/pipe/cell/ppu/cell_context.c +++ b/src/mesa/pipe/cell/ppu/cell_context.c @@ -44,7 +44,7 @@ #include "cell_flush.h" #include "cell_render.h" #include "cell_state.h" -#include "cell_surface.h" +#include "cell_clear.h" #include "cell_spu.h" #include "cell_texture.h" #include "cell_vbuf.h" |