projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0007cd7
)
remove old comment
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 22:27:01 +0000
(16:27 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 22:27:01 +0000
(16:27 -0600)
src/mesa/pipe/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_context.c
b/src/mesa/pipe/softpipe/sp_context.c
index f2f2e36869d1dc932b03f3f63f24f875538f9e3b..44cc6851053f9a942876ea06d4ce90924afbc87a 100644
(file)
--- 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;
}