diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-12 13:32:31 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-12 13:32:31 -0600 |
commit | ea470eec86715cd2bc9aa86d36e6ea803d0d4017 (patch) | |
tree | a947814c588475299fc4b7f5fc41681d652838d1 /src/mesa/pipe/softpipe/sp_state_setup.c | |
parent | 86352ff70d8c9a31fe0ebb4d02ce4bb4644fe54a (diff) |
Rename prim_stage -> draw_stage
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state_setup.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_setup.c b/src/mesa/pipe/softpipe/sp_state_setup.c index 6dbb87ae79..cef70d42d9 100644 --- a/src/mesa/pipe/softpipe/sp_state_setup.c +++ b/src/mesa/pipe/softpipe/sp_state_setup.c @@ -34,7 +34,7 @@ #if 0 static void validate_prim_pipe( struct softpipe_context *softpipe ) { - struct prim_stage *next = softpipe->prim.setup; + struct draw_stage *next = softpipe->prim.setup; /* TODO: make the current primitive part of the state and build * shorter pipelines for lines & points. |