projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662a4d4
)
softpipe: fix the regressions
author
Zack Rusin
<zackr@vmware.com>
Fri, 9 Aug 2013 00:51:11 +0000
(20:51 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Fri, 9 Aug 2013 00:54:50 +0000
(20:54 -0400)
softpipe has a really weird handling of the draw attrs, lets
just not inject outputs in its data.
Trivial.
src/gallium/drivers/softpipe/sp_state_derived.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_state_derived.c
b/src/gallium/drivers/softpipe/sp_state_derived.c
index
9aa97d2
..
6115349
100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_state_derived.c
+++ b/
src/gallium/drivers/softpipe/sp_state_derived.c
@@
-65,8
+65,6
@@
softpipe_get_vertex_info(struct softpipe_context *softpipe)
{
struct vertex_info *vinfo = &softpipe->vertex_info;
- draw_prepare_shader_outputs(softpipe->draw);
-
if (vinfo->num_attribs == 0) {
/* compute vertex layout now */
const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info;