efl/src/modules
Jean-Philippe Andre 651f0ae241 Evas GL common: Improve code readability (simplify macro)
The exact same ugly macro would appear hundreds of times in the GL
code:
  GLERR(__FUNCTION__, __FILE__, __LINE__, "");

Instead, override the common GL functions iif GL_ERRORS is defined.
This greatly simplifies code and removes tons of useless lines.
Also, this will give better debugging output as the exact code line
is printed, and the function name is also printed.

Also, fix linking to the glerr function.

This is a code cleanup. Hopefully I didn't break anything with this
big operation of find & replace.
2015-02-12 11:23:03 +09:00
..
ecore/system ecore: Added getting "WarningLevel" on upower module. 2014-12-12 16:41:40 +01:00
ecore_evas/engines ecore evas should not crash when unsetting pointer 2015-02-06 17:54:08 -05:00
ecore_imf ecore_imf/scim: Fix logically dead code in scim module 2015-01-10 09:27:10 +09:00
eeze/sensor eeze/sensor/tizen: Fix typos to let it build for tizen 2013-04-24 16:01:42 +01:00
eina/mp eina: do not access dead pointer from within valgrind macro. 2014-01-22 12:22:13 +09:00
emotion emotion gst backend - make note of some bugs! need fixing - cant now 2014-10-01 08:23:26 +09:00
ethumb/emotion ethumb emotion module - fix possible division by 0 2014-08-27 17:10:02 +09:00
evas Evas GL common: Improve code readability (simplify macro) 2015-02-12 11:23:03 +09:00