aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/evas
Commit message (Expand)AuthorAgeFilesLines
* evas: evas_gl - Got rid of resource pool in favor of creation on demand.HEADmasterSung W. Park2013-03-043-130/+27
* evas/wayland_shm: Add evas_swapper_reconfigure().Rafael Antognolli2013-02-283-2/+62
* Fix valid variable check.Christopher Michael2013-02-271-1/+1
* Fix incorrect variable check.Christopher Michael2013-02-271-1/+1
* evas/wayland_egl: Fix build error caused by wrong assignment.Rafael Antognolli2013-02-261-1/+1
* efl: Fixes to support compiling with CFLAGS=-WerrorHenrique Dante de Almeida2013-02-261-2/+2
* Evas: Fixed wrong EINA_UNUSED usage in the gl_x11 engine.Christopher Michael2013-02-261-4/+4
* evas: Deal with double glShaderSource signatureHenrique Dante de Almeida2013-02-263-3/+5
* evas: Fix PSD image loadingHenrique Dante de Almeida2013-02-261-1/+1
* Fix evas GL common engine to have a shader to do oversampling onCarsten Haitzler (Rasterman)2013-02-2680-161/+2145
* Evas: Fixed wrong if in the x11 engine.Christopher Michael2013-02-251-1/+1
* Revert "Refactor evas_sw_xlib_outbuf to allocate less in case of rotations."Stefan Schmidt2013-02-201-64/+12
* evas/wayland_shm: Remove x,y offsets from swapbuf related APIs.Rafael Antognolli2013-02-196-29/+19
* ecore_evas/wayland_shm: Fixed window resize.Rafael Antognolli2013-02-193-25/+31
* Fix swapper to take resize edges into account.Christopher Michael2013-02-191-7/+10
* Fix function prototypes to take resize edges into account.Christopher Michael2013-02-191-2/+2
* Fix swapbuf setup to take resize edges into account.Christopher Michael2013-02-191-6/+10
* Fix function prototypes to take x & y as params. Fix functions to take x & y ...Christopher Michael2013-02-191-7/+14
* Fix swapper_setup function prototype to take x & y as params.Christopher Michael2013-02-191-1/+1
* Add x & y to Output buffer.Christopher Michael2013-02-191-1/+1
* Add edges struct to engine information.Christopher Michael2013-02-191-0/+4
* xpm_loader: Make tok larger so strcpy will fitDaniel Willmann2013-02-181-1/+1
* More removal of \rIvan Briano2013-02-171-88/+88
* Remove \r from end of line.Ivan Briano2013-02-171-83/+83
* evas: Introduce pixel_alpha_get()Paulo C. A. Cavalcanti Jr2013-02-162-0/+171
* evas: improve portability of bmp loader.Cedric BAIL2013-02-161-9/+9
* swapper -> use buf pitch, not swp->w * 4 ... if we have a buf andCarsten Haitzler2013-02-141-1/+5
* fix up apparent problem with egl context and sizing/rotation... needCarsten Haitzler2013-02-143-6/+26
* efl/evas: Remove stray ; from evas_gl_core.Stefan Schmidt2013-02-111-1/+1
* Refactor evas_sw_xlib_outbuf to allocate less in case of rotations.Daniel Willmann2013-02-081-12/+64
* and handle rotated swapbuf if bufsz doesnt match... PROPERLY.Carsten Haitzler2013-02-081-13/+53
* evas/wayland_egl: Fix Evas pointer assignment.Rafael Antognolli2013-02-081-1/+1
* swapper infra work - handle if buffer sizes dont match... :)Carsten Haitzler2013-02-083-7/+15
* Use palette mode none for conversion.Christopher Michael2013-01-291-7/+7
* evas/wayland_egl: Add do_async flag to this engine, but don't use it.Rafael Antognolli2013-01-281-7/+7
* Free the swapper when we remove the Outbuf.Christopher Michael2013-01-281-0/+1
* oops - forgot to free swapper on swapbuf free! :)Carsten Haitzler2013-01-281-0/+1
* Add logging function macrosChristopher Michael2013-01-241-0/+9
* Add logging functionsChristopher Michael2013-01-243-9/+73
* Add code to delete the shm pool when we destroy the swapper.Christopher Michael2013-01-241-0/+20
* Rewrite swapper code to use One shm pool and allocate buffers fromChristopher Michael2013-01-241-20/+57
* Remove 'return' in idle_flush.Christopher Michael2013-01-241-2/+0
* Use eina_rectangle_freeChristopher Michael2013-01-241-7/+11
* Add onebuf field to Outbuf struct.Christopher Michael2013-01-241-0/+1
* Reset Render_Engine onebuf if it was set previously.Christopher Michael2013-01-241-0/+6
* Use eina_rectangle_free to free the rect.Christopher Michael2013-01-241-1/+4
* Add function prototype for swapper_idle_flush.Christopher Michael2013-01-241-0/+1
* Add a swapper_buffer_idle_flush function to loop the Wl_BufferChristopher Michael2013-01-241-2/+38
* Add code to handle idle_flush which will release memory that is unusedChristopher Michael2013-01-241-1/+8
* Support an environment variable to set the number of buffers (doubleChristopher Michael2013-01-241-0/+14