aboutsummaryrefslogtreecommitdiff
path: root/render/gles2/util.c
AgeCommit message (Collapse)Author
2019-11-20Add -Wmissing-prototypesSimon Ser
This requires functions without a prototype definition to be static. This allows to detect dead code, export less symbols and put shared functions in headers.
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-02-12Reformat all #include directivesemersion
2017-06-23Switch to GLES2Drew DeVault
Closes #13