Mesa (master): softpipe: remove obsolete comment

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 21 16:52:28 UTC 2011


Module: Mesa
Branch: master
Commit: 9c1319d31d85f1e5bc61eef1bc963584623d0d51
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c1319d31d85f1e5bc61eef1bc963584623d0d51

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 21 09:55:22 2011 -0600

softpipe: remove obsolete comment

---

 src/gallium/drivers/softpipe/sp_fs_exec.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_fs_exec.c b/src/gallium/drivers/softpipe/sp_fs_exec.c
index 346e1b4..85e7141 100644
--- a/src/gallium/drivers/softpipe/sp_fs_exec.c
+++ b/src/gallium/drivers/softpipe/sp_fs_exec.c
@@ -193,10 +193,6 @@ softpipe_create_fs_exec(struct softpipe_context *softpipe,
 {
    struct sp_exec_fragment_shader *shader;
 
-   /* Decide whether we'll be codegenerating this shader and if so do
-    * that now.
-    */
-
    shader = CALLOC_STRUCT(sp_exec_fragment_shader);
    if (!shader)
       return NULL;




More information about the mesa-commit mailing list