Skip to content

Fix stride of linear texture sampler

Michael Tretter requested to merge m.tretter/mesa:fix-linear-stride into master

When sampling from multiple linear textures, only the stride of the first texture is set correctly. The stride for all other textures is set to 0 which leads to sampling of only the first line of the other textures.

Fix the sampling of multiple linear textures by writing the stride into the correct registers.

Merge request reports

Loading