enlightenment/src
Carsten Haitzler 3c0ef76768 e - fix major memory bloat when in gl mode - dont create shm segments
so e pixmap was ALWAYS creating an ecore_x_image EVERY time for EVERY
window. this means allocate all the sysv shared memory segments for
every window even if never used. this is bad. it litters systems
with unused shared memory segments (ipcs and see) and eats up shared
mem limits/quotas too. we just don't need them in gl unless a window
is shaped or texture from pixmap is off. so allocate the pixmap on
demand, and otherwise leave the ecore x image NULL. this fixes this
bloat.

@fix
2016-07-26 13:31:33 +09:00
..
bin e - fix major memory bloat when in gl mode - dont create shm segments 2016-07-26 13:31:33 +09:00
modules e ibar/ibox port to elm box - fix assumption on resize 2016-07-25 19:21:41 +09:00
tests add basic fullscreen window test 2015-08-20 16:54:01 -04:00
Makefile.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00