Commit Graph

64 Commits

Author SHA1 Message Date
Carsten Haitzler f71283318d add some tests... for some optimisations... :)
SVN revision: 38691
2009-01-21 23:28:46 +00:00
Carsten Haitzler 3eb9d97917 allow selecting of specific tests from the cmd-line and listing of them
SVN revision: 38690
2009-01-21 23:01:51 +00:00
Gustavo Sverzut Barbieri 45b90e26e2 Add expedite-cmp to create nice comparison tables for expedite results.
Python script that outputs both console and html comparison
sheets/table for results, a good run is:

   expedite -e x11 -a > expedite-x11.log
   expedite -e xr -a > expedite-xr.log
   expedite -e gl -a > expedite-gl.log

   # text, with colors!
   expedite-cmp -p expedite-x11.log expedite-xr.log expedite-gl.log

   # html
   expedite-cmp -p -r html expedite-x11.log expedite-xr.log expedite-gl.log > expedite-cmp.html




SVN revision: 38553
2009-01-12 15:36:37 +00:00
Vincent Torri 625e0119a4 * missing var
* allow the export of symbols with VC++


SVN revision: 38249
2008-12-20 14:46:54 +00:00
Carsten Haitzler f25f609de9 vtorri's xcb x11 engine merge for expedite
SVN revision: 38174
2008-12-17 08:15:01 +00:00
Carsten Haitzler c816e3f93c enable caches and fix 1 test ot do what it was meant to do...
SVN revision: 37839
2008-11-28 11:17:40 +00:00
Vincent Torri d8ecd625fd * configure reorganisation
* add gdi backend to the Windows CE engine


SVN revision: 37715
2008-11-19 17:40:05 +00:00
Carsten Haitzler f329fb2d60 add 4 tests to test drawing the same thing again and again at the same size
SVN revision: 37446
2008-11-03 22:27:53 +00:00
Vincent Torri 7aa7a7adb2 use evil for mingw32ce compiler
SVN revision: 37211
2008-10-27 08:06:01 +00:00
Cedric BAIL 8b0a1e2a66 Remove Evas list from Expedite and move to Eina list.
SVN revision: 36966
2008-10-22 12:00:44 +00:00
Carsten Haitzler e11761cb40 tim horton's expedite patches part 2 - add files.
SVN revision: 36109
2008-09-20 02:06:48 +00:00
Carsten Haitzler 745377bbba tim horton's expedite quartz engine patches
SVN revision: 36108
2008-09-20 02:06:00 +00:00
Cedric BAIL e7dbbf1e4e Add image preloading support.
This should work without performance impact for all engine.


SVN revision: 36018
2008-09-16 14:52:57 +00:00
Gustavo Sverzut Barbieri fea935c9ae Patch by Denis Oliver Kropp.
SVN revision: 35854
2008-09-06 16:08:39 +00:00
Gustavo Sverzut Barbieri 7a278c33d9 Less debug for expedite directfb.
SVN revision: 35853
2008-09-06 16:06:20 +00:00
doursse cb03952c56 set the size in the engine info
SVN revision: 35149
2008-07-17 23:10:39 +00:00
doursse 42cf8cbb25 make the windows non resizable on Windows, fix error management for the glew and software_16_ddraw tests
SVN revision: 35050
2008-07-10 07:01:49 +00:00
doursse ea8c947317 add software xcb engine support, minor reorganization of some inclusing / checks etc...
SVN revision: 35020
2008-07-07 19:31:46 +00:00
doursse 8124d72e75 initialisation of direct3d and glew are in their respective engine, now. minor formatting
SVN revision: 34913
2008-06-26 08:32:00 +00:00
doursse 3e4997c06a remove directdraw initialisation as the engine takes care of that. clean the mem on failure
SVN revision: 34904
2008-06-25 06:45:11 +00:00
Cedric BAIL 2d96aea2b2 Deleting previous tests object was counted as part of the current test. So
you could have different result when running them one after the other or
all of them. Their is still one draw back, we dont count this time at all now.


SVN revision: 34794
2008-06-10 12:17:56 +00:00
Cedric BAIL c4d9eccc70 Add pal, 720p resolution and sdl-16 engine help text.
SVN revision: 34678
2008-05-26 13:52:26 +00:00
doursse 4d1efa3850 add DirectDraw backend. Seems faster on pda's that have it
SVN revision: 34668
2008-05-25 17:39:48 +00:00
doursse ada9638cbe add guards around config.h
SVN revision: 34662
2008-05-25 05:15:21 +00:00
doursse 6df0eef45f * put the keys management in expedite instead of the evas engine.
Don't use the broken GAPI anymore for them. Use instead an undocumented
   function (yes, *undocumented*) to manage hardware keys. It's used
   with both gapi and framebuffer backends.
 * clean correctly the memory on errors in engine_software_16_wince_args()


SVN revision: 34651
2008-05-23 18:33:07 +00:00
doursse 2d75dece03 fix key up management
SVN revision: 34541
2008-05-12 05:31:14 +00:00
doursse 29d8dd954d do not repaint the window (should speed up the drawing)
SVN revision: 34524
2008-05-10 08:57:02 +00:00
doursse d8d00d5e5a * add wince engine support
* add -datadir option in command line, so that the data directory can be
   specified with command line. Best way to manage data dir with Windows
   CE OS, which does not support env variables...


SVN revision: 34402
2008-04-29 22:02:30 +00:00
doursse 7d1d8020a4 remove the explicit use of the DirectDraw interface by using the c++ API
SVN revision: 34153
2008-03-30 16:06:21 +00:00
doursse 65f5d568ce remove debug printf, and formatting
SVN revision: 34152
2008-03-30 16:04:13 +00:00
doursse 6b9fb388a4 remove the explicit use of the DirectDraw interface by using the c++ API
SVN revision: 34148
2008-03-30 09:22:38 +00:00
doursse 7ec35857f1 * use an m4 macro to detect engines; faster for adding new engines
(guess which ones ;) )
 * update autostuff thingy


SVN revision: 34099
2008-03-23 19:39:17 +00:00
Mike Frysinger 75248b2aad fix from Lars Munch to not use -I$(includedir)
SVN revision: 34051
2008-03-18 13:14:00 +00:00
Carsten Haitzler 2312794a69 explicitly set colorspace to ARGB8888
SVN revision: 33872
2008-03-01 05:19:15 +00:00
Gustavo Sverzut Barbieri 3473bb5ae5 Add initial DirectFB support.
SVN revision: 33834
2008-02-25 06:08:34 +00:00
Michael Lauer 5ad5c12186 expedite: document -a option
SVN revision: 33043
2007-12-07 21:41:31 +00:00
Carsten Haitzler bebdbe654b cedric patch - as per email.
SVN revision: 32650
2007-11-13 06:00:33 +00:00
Carsten Haitzler 4eb1a715eb add fb to expedite
SVN revision: 32554
2007-11-10 23:23:08 +00:00
Sebastian Dransfeld 7dd2be8ac9 typo
SVN revision: 32544
2007-11-10 18:34:40 +00:00
Sebastian Dransfeld 1ec701e87e Clean build system
SVN revision: 32534
2007-11-10 12:17:07 +00:00
Sebastian Dransfeld 57331eae88 switch to make expedite run all tests and quit.
SVN revision: 32502
2007-11-08 21:00:35 +00:00
Sebastian Dransfeld 747ae5621c remove unused variable
SVN revision: 32497
2007-11-08 20:09:43 +00:00
doursse 812692ad29 remove trailing spaces
SVN revision: 32104
2007-10-17 14:27:48 +00:00
doursse 43ecaa0ee6 remove trailing spaces
SVN revision: 32103
2007-10-17 11:55:47 +00:00
doursse b4b852d75a Add the check of environment variables EXPEDITE_FONTS_DIR
and EXPEDITE_DATA_DIR to locate the path of the fonts and
png files respectively

Fix a typo


SVN revision: 32101
2007-10-17 11:07:13 +00:00
doursse 94626a99f6 remove unused var
SVN revision: 32039
2007-10-11 08:30:16 +00:00
doursse 99e58697df fix compilation on OS != Windows
SVN revision: 32026
2007-10-09 11:32:59 +00:00
doursse 6c2924e346 add 16bits software directdraw engine
SVN revision: 32021
2007-10-08 19:24:22 +00:00
Carsten Haitzler 2def126d59 add profiles in for testing speed for different target profiles
SVN revision: 31946
2007-10-03 08:55:25 +00:00
Carsten Haitzler 4f4c7127a2 free the canvas on clean shutdown.
SVN revision: 31926
2007-10-02 01:20:04 +00:00