diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-18 16:27:01 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-18 16:27:01 -0600 |
commit | b57f573b9907df351ccc9a7853e94b0efdf35218 (patch) | |
tree | d26f0dea0c0fc214752f975a565382fe90a46670 /src/mesa | |
parent | 0007cd7ba0a61fcbcf9c9d19e014408be25ae496 (diff) |
remove old comment
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c index f2f2e36869..44cc685105 100644 --- a/src/mesa/pipe/softpipe/sp_context.c +++ b/src/mesa/pipe/softpipe/sp_context.c @@ -355,10 +355,5 @@ struct pipe_context *softpipe_create( struct pipe_winsys *pipe_winsys, sp_init_region_functions(softpipe); sp_init_surface_functions(softpipe); - /* - * XXX we could plug GL selection/feedback into the drawing pipeline - * by specifying a different setup/render stage. - */ - return &softpipe->pipe; } |