Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-11 | Work with static modules too | Iván Briano | |
SVN revision: 63972 | |||
2011-09-18 | Expedite: Do not call sync() if unavailable on the system (replaces #ifdef ↵ | Youness Alaoui | |
WIN32) SVN revision: 63464 | |||
2011-09-07 | Expedite: Fix bug with mouse handling in sdl engine | Youness Alaoui | |
A button press would send '1' as the button (the pressed state) and the release would send '0', so evas would think button 1 was never released so it would never register any button releases. SVN revision: 63259 | |||
2011-09-07 | Expedite: Add 480p as a supported resolution | Youness Alaoui | |
SVN revision: 63255 | |||
2011-09-01 | fix weighting calc for expedite | Carsten Haitzler | |
SVN revision: 63055 | |||
2011-06-12 | remove .cvsignore files | Boris Faure | |
SVN revision: 60246 | |||
2011-06-02 | disable filter tests. | Carsten Haitzler | |
SVN revision: 59897 | |||
2011-06-01 | Expedite textblock-intl: Correct the hebrew test string. | Tom Hacohen | |
Note: It still doesn't make sense, but at least it now correctly tests BiDi support. SVN revision: 59874 | |||
2011-05-02 | expedite / removed warnings. | ChunEon Park | |
SVN revision: 59089 | |||
2011-05-01 | Add brightness tests. | Brett Nash | |
SVN revision: 59069 | |||
2011-04-28 | more tests that fail. woot. | Carsten Haitzler | |
SVN revision: 58999 | |||
2011-04-28 | more tests - use text as mask.. no go. | Carsten Haitzler | |
SVN revision: 58997 | |||
2011-04-28 | ooh so many more mask tests... and oh so many more mask bugs. | Carsten Haitzler | |
SVN revision: 58994 | |||
2011-04-26 | Expedite tb-autoalign: Added an LRM to fix rendering in \n compat mode. | Tom Hacohen | |
SVN revision: 58921 | |||
2011-04-24 | Expedite: warnings-- | Vincent Torri | |
SVN revision: 58872 | |||
2011-04-24 | Expedite: use cross platform values | Vincent Torri | |
SVN revision: 58866 | |||
2011-04-20 | and fix filter api to be consistent with evas.. letalone all of efl. | Carsten Haitzler | |
VERB AT END!!!! (get/set/whatever) SVN revision: 58749 | |||
2011-04-19 | Add filter tests. | Brett Nash | |
SVN revision: 58728 | |||
2011-04-19 | Expedite: Add image mask test. | Brett Nash | |
SVN revision: 58727 | |||
2011-04-05 | expedite: remove Evas GL Glew user. | Cedric BAIL | |
SVN revision: 58361 | |||
2011-04-05 | expedite: remove deprecated Evas Quartz backend. | Cedric BAIL | |
SVN revision: 58356 | |||
2011-03-02 | only warm up if runing all tests | Carsten Haitzler | |
SVN revision: 57467 | |||
2011-02-13 | Expedite: Proxy tests: Add some proxy tests. | Brett Nash | |
So this covers a basic image, and some text tests. SVN revision: 56976 | |||
2011-01-21 | fix weight calcs! | Carsten Haitzler | |
SVN revision: 56252 | |||
2011-01-20 | fix weighting table! tasn brokesd it. :) | Carsten Haitzler | |
SVN revision: 56235 | |||
2011-01-07 | sync() does not exist on Windows (XP or CE) | Vincent Torri | |
SVN revision: 55982 | |||
2010-12-04 | * expedite: another snapshot. | Cedric BAIL | |
SVN revision: 55243 | |||
2010-11-25 | Expedite: Added a new test for textblock text appending. | Tom Hacohen | |
SVN revision: 54990 | |||
2010-11-16 | * expedite: don't segv when GL SDL engine is not compiled. | Cedric BAIL | |
SVN revision: 54593 | |||
2010-11-12 | * expedite: increase version for snapshot. | Cedric BAIL | |
SVN revision: 54513 | |||
2010-11-08 | warm up cpu on auto-tests | Carsten Haitzler | |
SVN revision: 54332 | |||
2010-11-08 | no more debian dir in our svn - debian now handles this tehmselves. | Carsten Haitzler | |
SVN revision: 54296 | |||
2010-10-04 | * expedite: fix stride usage (stride are indexing bytes not pixels). | Cedric BAIL | |
SVN revision: 53030 | |||
2010-09-18 | fix gdi engine wrt shape windows fixes | Vincent Torri | |
SVN revision: 52417 | |||
2010-09-05 | add tests for yuv rotated map thing. :) | Carsten Haitzler | |
SVN revision: 51894 | |||
2010-08-21 | Convert (hopefully) all comparisons to NULL | Lucas De Marchi | |
Apply badzero.cocci, badnull.coci and badnull2.cocci This should convert all cases where there's a comparison to NULL to simpler forms. This patch applies the following transformations: code before patch ||code after patch =============================================================== return a == NULL; return !a; return a != NULL; return !!a; func(a == NULL); func(!a); func(a != NULL); func(!!a); b = a == NULL; b = !a; b = a != NULL; b = !!a; b = a == NULL ? c : d; b = !a ? c : d; b = a != NULL ? c : d; b = a ? c : d; other cases: a == NULL !a a != NULL a SVN revision: 51487 | |||
2010-08-19 | properly use stride return for manipulating argb pixels. | Carsten Haitzler | |
SVN revision: 51381 | |||
2010-08-16 | 1.0.0 sync | Carsten Haitzler | |
SVN revision: 51196 | |||
2010-08-13 | for now put dynamic there. | Carsten Haitzler | |
SVN revision: 51069 | |||
2010-08-11 | Expedite: Added textblock autoalign test. | Tom Hacohen | |
SVN revision: 50998 | |||
2010-08-09 | more tests ahoy! | Carsten Haitzler | |
SVN revision: 50922 | |||
2010-08-09 | dump right profile. | Carsten Haitzler | |
SVN revision: 50921 | |||
2010-08-08 | weights for new tests | Carsten Haitzler | |
SVN revision: 50903 | |||
2010-08-07 | tests++ | Carsten Haitzler | |
SVN revision: 50887 | |||
2010-08-07 | also number of tests run. :) | Carsten Haitzler | |
SVN revision: 50877 | |||
2010-08-07 | stick in some output giving: | Carsten Haitzler | |
1. date + time you ran (or finished) the test 2. version of evas used 3. profile requested 4. actual window resolution you got 5. loop count used 6. engine used 7. fullscreen flag requested now the results at least can be tracked over time knowing what you ran the results on 3 months ago etc. :) SVN revision: 50876 | |||
2010-05-23 | call XInitThreads only when Xlib code is used | Vincent Torri | |
SVN revision: 49170 | |||
2010-05-21 | more terminals support color. | Gustavo Sverzut Barbieri | |
SVN revision: 49104 | |||
2010-05-21 | big patch from Samsung SAIT (Advanced research group) for async multi-frame | Carsten Haitzler | |
rendering. to turn on: 1. configure with --enable-async-render 2. export EVAS_RENDER_MODE=non-blocking presto. necessitates some api swizzling (thus the expedite. ecore etc. changes) the kind of results you get on a desktop: http://www.rasterman.com/files/evas-async-vs-none.html SVN revision: 49087 | |||
2010-04-10 | update Visual Studio project files | Vincent Torri | |
SVN revision: 47893 |