projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed6604
)
Cell: silence unused var warnings
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 16:48:56 +0000
(09:48 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 16:48:56 +0000
(09:48 -0700)
src/mesa/pipe/cell/ppu/cell_state_fs.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_state_fs.c
b/src/mesa/pipe/cell/ppu/cell_state_fs.c
index 81c2ac14ddc330966138fc0f1a1f291171960851..96a52273b01a5de134d1fa7303a29b805a0cbd6a 100644
(file)
--- a/
src/mesa/pipe/cell/ppu/cell_state_fs.c
+++ b/
src/mesa/pipe/cell/ppu/cell_state_fs.c
@@
-45,7
+45,7
@@
void *
cell_create_fs_state(struct pipe_context *pipe,
const struct pipe_shader_state *templ)
{
- struct cell_context *cell = cell_context(pipe);
+ /*struct cell_context *cell = cell_context(pipe);*/
struct cell_fragment_shader_state *state;
state = CALLOC_STRUCT(cell_fragment_shader_state);
@@
-94,8
+94,6
@@
cell_bind_fs_state(struct pipe_context *pipe, void *fs)
void
cell_delete_fs_state(struct pipe_context *pipe, void *fs)
{
- struct cell_context *cell = cell_context(pipe);
-
struct cell_fragment_shader_state *state =
(struct cell_fragment_shader_state *) fs;