X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_rast.h;h=e2a9ec2089236ebd6880ad6a554fcb6a3fd055e8;hb=7c027666da1cd3691983bbc238847a2af57f336e;hp=b81d94f50f0e665c61db93998e6d13d2f7246a8f;hpb=0510ec67e2c5b5ddb4755564314ccfe057555984;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index b81d94f50f0..e2a9ec20892 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -102,7 +102,7 @@ struct lp_rast_shader_inputs { unsigned pad0:29; /* wasted space */ unsigned stride; /* how much to advance data between a0, dadx, dady */ unsigned layer; /* the layer to render to (from gs, already clamped) */ - unsigned pad2; /* wasted space */ + unsigned viewport_index; /* the active viewport index (from gs, already clamped) */ /* followed by a0, dadx, dady and planes[] */ };