summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina: add multiple logic for allocating rectangle from a pool.devs/cedric/poolRajeev Ranjan2014-03-074-31/+189
* eina: indent test to up to date standard.Cedric BAIL2014-03-071-9/+9
* git: ignore generated file.Cedric BAIL2014-03-071-0/+1
* evas: let's still compile when we have no hw accel for DRM.Cedric BAIL2014-03-071-0/+2
* ecore-drm: Add ecore-drm.pc to gitignoreChris Michael2014-03-061-0/+1
* evas/fb: implement evas_fb_outbuf_fb_reconfigure()Gustavo Sverzut Barbieri2014-03-061-80/+114
* evas/fb: use a copy of fb_var since ioctl() modifies it and we consider it constGustavo Sverzut Barbieri2014-03-061-1/+4
* evas/fb: make sure FB_Mode attributes are zeroed.Gustavo Sverzut Barbieri2014-03-061-0/+1
* ecore_fb: @fix use of uninitialized values reported by valgrind.Gustavo Sverzut Barbieri2014-03-061-0/+1
* evas/fb: extensive logs to help solve bugs.Gustavo Sverzut Barbieri2014-03-062-43/+421
* evas/fb: expose and call fb_freemode() and fb_cleanup()Gustavo Sverzut Barbieri2014-03-063-4/+16
* evas/fb: handle fds using -1 for unset/error.Gustavo Sverzut Barbieri2014-03-061-10/+24
* evas: @fix convert to 24bits so dst_jump is used properly.Gustavo Sverzut Barbieri2014-03-061-3/+3
* evas/fb: avoid crashing it outbuf setup failed.Gustavo Sverzut Barbieri2014-03-061-1/+9
* Fix evas compilation and installation.Tom Hacohen2014-03-062-4/+6
* Eolian: generation of the first Eo file.Daniel Zaoui2014-03-066-81/+70
* Eolian/Generator: Switch set/get functions generation.Daniel Zaoui2014-03-062-35/+35
* Eolian helper: Fixed rule dependency to correctly depend on eolian_gen.Tom Hacohen2014-03-062-5/+8
* Eolian/Lexer: fix parsing for functions description.Daniel Zaoui2014-03-062-9/+9
* Eolian/Generator: Fix comments generation in headers.Daniel Zaoui2014-03-062-0/+2
* ecore-evas: Include Ecore_Drm headerChris Michael2014-03-061-0/+1
* efl: Fix build with drm disabledChris Michael2014-03-061-3/+3
* efl: Fix installing ecore-drm pkgconfig fileChris Michael2014-03-061-0/+4
* Merge branch 'devs/devilhorns/ecore_drm'Chris Michael2014-03-0617-16/+3909
|\
| * ecore-drm: Add ecore-drm MakefileChris Michael2014-03-061-0/+56
| * ecore-drm: Add Ecore_Drm to main MakefileChris Michael2014-03-061-0/+1
| * ecore-drm: Add code for SPARTACUS !! ;)Chris Michael2014-03-061-0/+407
| * ecore-drm: Add missing EINA_UNUSED for unused function paramaters.Chris Michael2014-03-061-2/+2
| * ecore-drm: Comment out Gbm FormatChris Michael2014-03-061-1/+2
| * ecore-drm: Add missing defineChris Michael2014-03-061-0/+2
| * evas-drm: Add headers for hardware accelerationChris Michael2014-03-061-0/+10
| * evas-drm: Remove hardware acceleration fields from engine structureChris Michael2014-03-061-15/+0
| * ecore-drm: Add configure.ac autofoo for ecore-drmChris Michael2014-03-061-1/+42
| * ecore-drm: Add package config fileChris Michael2014-03-061-0/+12
| * ecore-drm: Add Ecore_Drm codeChris Michael2014-03-0610-0/+3378
|/
* efl: Use actual destination dirs in warning about using non-standard prefixJoel Klinghed2014-03-061-3/+17
* edje/edje_edit: Check for NULLse.osadchy2014-03-061-5/+7
* edje/edje_edit: fix part add bugVyacheslav Reutskiy2014-03-061-1/+1
* evas-drm: Add buffer management fileChris Michael2014-03-061-0/+526
* evas-drm: Add buffer manager file to build orderChris Michael2014-03-061-0/+1
* evas-drm: Fix requirements when building for drm hw accelChris Michael2014-03-061-1/+1
* edje: add AUTHORS and more than one license file to Edje.Cedric BAIL2014-03-063-8/+130
* eina: make Eina_Error thread safe.Cedric BAIL2014-03-063-4/+22
* ecore_evas: remove warning.Cedric BAIL2014-03-061-1/+1
* tests: remove warnings.Cedric BAIL2014-03-063-6/+7
* Edje entry: fix bug preedit text is committed in the next entry when Tab key ...Jihoon Kim2014-03-061-26/+5
* eo: replace composite_objects Eina_List with an array of Eo_Object*Jérémy Zurcher2014-03-054-32/+71
* eo: memory waste at mixin class elaborationJérémy Zurcher2014-03-051-2/+3
* ecore-evas-x: Fix resource leak from eina_str_split_full usageChris Michael2014-03-051-1/+1
* ecore-evas-x: Fix formattingChris Michael2014-03-051-2/+3