Merge branch 'revert-1755' into 'master'

Revert "glamor: explicitly draw endpoints of line segments"

See merge request xorg/xserver!1858
This commit is contained in:
Povilas Kanapickas 2025-12-13 07:05:57 +00:00
commit 89b4419c45

View file

@ -115,7 +115,6 @@ glamor_poly_lines_solid_gl(DrawablePtr drawable, GCPtr gc,
box->y2 - box->y1); box->y2 - box->y1);
box++; box++;
glDrawArrays(GL_LINE_STRIP, 0, n + add_last); glDrawArrays(GL_LINE_STRIP, 0, n + add_last);
glDrawArrays(GL_POINTS, 0, n + add_last);
} }
} }