projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16d97f
)
softpipe: remove obsolete comment
author
Brian Paul
<brianp@vmware.com>
Thu, 21 Jul 2011 15:55:22 +0000
(09:55 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 21 Jul 2011 15:55:22 +0000
(09:55 -0600)
src/gallium/drivers/softpipe/sp_fs_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_fs_exec.c
b/src/gallium/drivers/softpipe/sp_fs_exec.c
index 346e1b402baba023916102fdc59789429216e3ab..85e7141486a685faceb7a41b97c08a5af5e18b31 100644
(file)
--- 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;