Neil Roberts
bbf912b61d
Lower the priority of the GLSL pipeline backend
Now that the GLSL backend can generate code it can effectively handle any pipeline unless there is an ARBfp program. However with current open source GL drivers the ARBfp compiler is more stable so it makes sense to prefer ARBfp when possible. The GLSL backend is also lower than the fixed function backend on the assumption that any driver that supports GLSL will also support ARBfp so it's quicker to try the fixed function backend next.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%