Implement polygon stipple state tracking, application.

This commit is contained in:
Brian
2007-07-11 11:34:19 -06:00
parent 300e97081e
commit e89bd0fbc5
11 changed files with 138 additions and 1 deletions

View File

@@ -922,6 +922,9 @@ static void setup_end( struct prim_stage *stage )
}
/**
* Create a new primitive setup/render stage.
*/
struct prim_stage *prim_setup( struct softpipe_context *softpipe )
{
struct setup_stage *setup = CALLOC_STRUCT(setup_stage);