softpipe: implement SP_NO_RAST env var

This commit is contained in:
Keith Whitwell
2008-04-22 11:01:41 +01:00
parent 09b6686158
commit a5b87f249e
4 changed files with 18 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ softpipe_clear(struct pipe_context *pipe, struct pipe_surface *ps,
struct softpipe_context *softpipe = softpipe_context(pipe);
uint i;
if (softpipe->no_rast)
return;
#if 0
softpipe_update_derived(softpipe); /* not needed?? */
#endif