glamor: broken fonts with GLES2.
In current master, GLES2 glamor receives correct colors at last, but one problem remains: cranky fonts. It can be visible on etnaviv driver or any other driver using GLES2, or if you use any mesa driver with MESA_GLES_VERSION_OVERRIDE=2.0
. Screenshot of the problem:
However, if your device is capable of GLES3, you will get correct rendering:
Steps to reproduce:
-
export MESA_GLES_VERSION_OVERRIDE=2.0
for buggy variant, if your hardware is ES3-capable. Xephyr -glamor_gles2
openbox
xterm
There is es2_info form both variants:
es2 (buggy): es2_info_es2.txt es3 (correct): es2_info_es3.txt
This bug will be fixed by !924 (closed).
@anholt, please, take a look why I want texture_only flag on GLES2 glamor.