Commit Graph

40 Commits

Author SHA1 Message Date
Carsten Haitzler f0718038bd tests for the map color values now
SVN revision: 43406
2009-11-02 04:18:32 +00:00
Carsten Haitzler ba624abe90 test both smooth and non-smooth map rotates.
SVN revision: 43227
2009-10-23 13:17:34 +00:00
Carsten Haitzler a36430c7df add tests for image map.
SVN revision: 43202
2009-10-22 15:48:08 +00:00
Vincent Torri 8644206b6e link explicitely against eina, to make compilation with mingw possible.
SVN revision: 42709
2009-09-26 08:38:35 +00:00
Vincent Torri f29149beab check if the compiler accepts -fno-rtti -fno-exceptions
SVN revision: 41882
2009-08-20 08:45:20 +00:00
Vincent Torri a1b88ea911 rename 'x11' to 'xlib' for software x11 based engines when it makes sense
SVN revision: 41335
2009-07-14 21:30:58 +00:00
Vincent Torri e79dfa7117 Force some Windows CE devices to use their real screen
resolution instead of 240x320 (iPAQ HX4700, eg) when
using GAPI.


SVN revision: 41213
2009-06-27 06:57:54 +00:00
Gustavo Sverzut Barbieri de83bd76a3 fix problems with am__fastdepOBJC not being in AM_CONDITIONAL()
let's hope I'm right...



SVN revision: 40544
2009-05-08 05:20:44 +00:00
Vincent Torri 1af52a0dd7 add GDI evas engine support
SVN revision: 40312
2009-04-23 03:26:41 +00:00
Carsten Haitzler 89f0b3024e add some more tests
SVN revision: 39746
2009-03-27 08:29:42 +00:00
Vincent Torri 83208cc516 add xrender xcb engine test
SVN revision: 39137
2009-02-22 11:29:52 +00:00
Cedric BAIL 8fa4b3536b .
* expedite/src/bin/Makefile.am: Put script in package


SVN revision: 39081
2009-02-18 17:42:49 +00:00
Carsten Haitzler 51d3cd58d5 add more tests. more realistic.
SVN revision: 39053
2009-02-17 05:16:58 +00:00
Carsten Haitzler 84ca8956bd add new test.
SVN revision: 39052
2009-02-17 05:11:02 +00:00
Carsten Haitzler f71283318d add some tests... for some optimisations... :)
SVN revision: 38691
2009-01-21 23:28:46 +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
Carsten Haitzler f25f609de9 vtorri's xcb x11 engine merge for expedite
SVN revision: 38174
2008-12-17 08:15:01 +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
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
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 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 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
Gustavo Sverzut Barbieri 3473bb5ae5 Add initial DirectFB support.
SVN revision: 33834
2008-02-25 06:08:34 +00:00
Carsten Haitzler 4eb1a715eb add fb to expedite
SVN revision: 32554
2007-11-10 23:23:08 +00:00
Sebastian Dransfeld 1ec701e87e Clean build system
SVN revision: 32534
2007-11-10 12:17:07 +00:00
doursse 6c2924e346 add 16bits software directdraw engine
SVN revision: 32021
2007-10-08 19:24:22 +00:00
doursse eba46d0b6d add direct3d engine support
SVN revision: 31360
2007-08-17 09:39:18 +00:00
doursse 2d2badc29c Glew OpenGL engine support added.
SVN revision: 31181
2007-08-05 07:31:57 +00:00
Carsten Haitzler 6ac579b895 sdl engine support in expedite
SVN revision: 30846
2007-07-16 07:27:43 +00:00
Carsten Haitzler e3c28f97c7 poly test
SVN revision: 30378
2007-06-17 13:44:44 +00:00
Carsten Haitzler 197f23a204 add new tests - and some to catch supposed bugs - bug bug not found. must be
"user error"... tack? :) yuv works when stride != width - specific text here.
works in gl, x11 and xrender... as its in x11 all software engines will work
too as they inherit the same core code.


SVN revision: 30191
2007-06-02 15:29:37 +00:00
doursse b50e551a93 Add directdraw test. configure script displays the available engines
SVN revision: 30095
2007-05-27 11:10:50 +00:00
Carsten Haitzler af2460a361 support software_16_x11 engine - if it is built.
SVN revision: 29771
2007-04-29 15:46:06 +00:00
Carsten Haitzler 502d62417d add expedite to cvs! finally! :) it's in decent shape.
SVN revision: 29466
2007-04-11 11:58:32 +00:00