mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
Neil Roberts
34ce527dca
cogl-program: Don't use separate definitions on GLES 1.1
Previously most of the code for cogl-program and cogl-shader was ifdef'd out for GLES 1.1 and alternate stub definitions were defined. This patch removes those and instead puts #ifdef's directly in the functions that need it. This should make it a little bit easier to maintain. http://bugzilla.clutter-project.org/show_bug.cgi?id=2516
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%