mesa/.gitlab-ci/piglit
Dave Airlie be6c53bb9d llvmpipe/ms: fix sign extension bug in rasterizer.
/glcts --deqp-surface-width=1024 --deqp-surface-height=64  --deqp-case=KHR-GL45.texture_view.view_sampling  --deqp-surface-type=fbo
was failing but only for width 1024.

The test was filling a 4x4 ms texture, but leaving the viewport set to 1024x64.

This was resulting in this code incorrectly sign extending a value, and passing
it into the mask generator and getting the wrong values. Explicit cast
avoids the sign extension and fixes the above test.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6006>
2020-07-23 01:50:28 +00:00
..
disable-vs_in.diff
glslparser.txt llvmpipe: enable robust buffer access + GL 4.3, GLES 3.2 and robust buffer access behaviour 2020-07-23 00:04:49 +00:00
quick_gl.txt llvmpipe/ms: fix sign extension bug in rasterizer. 2020-07-23 01:50:28 +00:00
quick_shader.txt llvmpipe: enable robust buffer access + GL 4.3, GLES 3.2 and robust buffer access behaviour 2020-07-23 00:04:49 +00:00
run.sh gitlab-ci: Upload tracie artifacts to MinIO 2020-07-21 09:22:19 +00:00