mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
softpipe: fix the regressions
softpipe has a really weird handling of the draw attrs, lets just not inject outputs in its data. Trivial.
This commit is contained in:
parent
662a4d4a12
commit
e8d8974f80
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue