Vincent Torri
7aa7a7adb2
use evil for mingw32ce compiler
...
SVN revision: 37211
15 years ago
Cedric BAIL
8b0a1e2a66
Remove Evas list from Expedite and move to Eina list.
...
SVN revision: 36966
15 years ago
Peter Wehrfritz
9e60f16624
configure.in -> configure.ac
...
SVN revision: 36364
15 years ago
Carsten Haitzler
e11761cb40
tim horton's expedite patches part 2 - add files.
...
SVN revision: 36109
15 years ago
Carsten Haitzler
745377bbba
tim horton's expedite quartz engine patches
...
SVN revision: 36108
15 years ago
Cedric BAIL
e7dbbf1e4e
Add image preloading support.
...
This should work without performance impact for all engine.
SVN revision: 36018
15 years ago
Gustavo Sverzut Barbieri
fea935c9ae
Patch by Denis Oliver Kropp.
...
SVN revision: 35854
15 years ago
Gustavo Sverzut Barbieri
7a278c33d9
Less debug for expedite directfb.
...
SVN revision: 35853
15 years ago
doursse
cb03952c56
set the size in the engine info
...
SVN revision: 35149
16 years ago
doursse
42cf8cbb25
make the windows non resizable on Windows, fix error management for the glew and software_16_ddraw tests
...
SVN revision: 35050
16 years ago
doursse
ea8c947317
add software xcb engine support, minor reorganization of some inclusing / checks etc...
...
SVN revision: 35020
16 years ago
doursse
8124d72e75
initialisation of direct3d and glew are in their respective engine, now. minor formatting
...
SVN revision: 34913
16 years ago
doursse
3e4997c06a
remove directdraw initialisation as the engine takes care of that. clean the mem on failure
...
SVN revision: 34904
16 years ago
Sebastian Dransfeld
776dc06205
ignore++
...
SVN revision: 34864
16 years ago
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
16 years ago
Cedric BAIL
c4d9eccc70
Add pal, 720p resolution and sdl-16 engine help text.
...
SVN revision: 34678
16 years ago
doursse
4d1efa3850
add DirectDraw backend. Seems faster on pda's that have it
...
SVN revision: 34668
16 years ago
doursse
ada9638cbe
add guards around config.h
...
SVN revision: 34662
16 years ago
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
16 years ago
doursse
2d75dece03
fix key up management
...
SVN revision: 34541
16 years ago
doursse
29d8dd954d
do not repaint the window (should speed up the drawing)
...
SVN revision: 34524
16 years ago
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
16 years ago
doursse
13cca62c43
missing files to remove during maintainer-clean rule
...
SVN revision: 34306
16 years ago
doursse
7d1d8020a4
remove the explicit use of the DirectDraw interface by using the c++ API
...
SVN revision: 34153
16 years ago
doursse
65f5d568ce
remove debug printf, and formatting
...
SVN revision: 34152
16 years ago
doursse
6b9fb388a4
remove the explicit use of the DirectDraw interface by using the c++ API
...
SVN revision: 34148
16 years ago
doursse
7ec35857f1
* use an m4 macro to detect engines; faster for adding new engines
...
(guess which ones ;) )
* update autostuff thingy
SVN revision: 34099
16 years ago
Gustavo Sverzut Barbieri
d806c25459
Set directfb to no if no evas-directfb
...
SVN revision: 34067
16 years ago
Mike Frysinger
75248b2aad
fix from Lars Munch to not use -I$(includedir)
...
SVN revision: 34051
16 years ago
Carsten Haitzler
2312794a69
explicitly set colorspace to ARGB8888
...
16 years ago
Gustavo Sverzut Barbieri
3473bb5ae5
Add initial DirectFB support.
...
SVN revision: 33834
16 years ago
Carsten Haitzler
06456e7fa3
add the ability to enable and disable specific engines
...
16 years ago
Michael Lauer
5ad5c12186
expedite: document -a option
...
SVN revision: 33043
16 years ago
Michael Lauer
0e4b9716b8
Expedite: fix typos
...
SVN revision: 33004
16 years ago
Carsten Haitzler
bebdbe654b
cedric patch - as per email.
...
16 years ago
Carsten Haitzler
4eb1a715eb
add fb to expedite
...
16 years ago
Sebastian Dransfeld
7dd2be8ac9
typo
...
SVN revision: 32544
16 years ago
Sebastian Dransfeld
1ec701e87e
Clean build system
...
SVN revision: 32534
16 years ago
Sebastian Dransfeld
57331eae88
switch to make expedite run all tests and quit.
...
SVN revision: 32502
16 years ago
Sebastian Dransfeld
747ae5621c
remove unused variable
...
SVN revision: 32497
16 years ago
doursse
812692ad29
remove trailing spaces
...
SVN revision: 32104
16 years ago
doursse
43ecaa0ee6
remove trailing spaces
...
SVN revision: 32103
16 years ago
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
16 years ago
doursse
94626a99f6
remove unused var
...
SVN revision: 32039
16 years ago
doursse
99e58697df
fix compilation on OS != Windows
...
SVN revision: 32026
16 years ago
doursse
6c2924e346
add 16bits software directdraw engine
...
SVN revision: 32021
16 years ago
Carsten Haitzler
2def126d59
add profiles in for testing speed for different target profiles
...
16 years ago
Carsten Haitzler
4f4c7127a2
free the canvas on clean shutdown.
...
16 years ago
doursse
eba46d0b6d
add direct3d engine support
...
SVN revision: 31360
17 years ago
doursse
2d2badc29c
Glew OpenGL engine support added.
...
SVN revision: 31181
17 years ago