Carsten Haitzler
cc6760cdc4
and removed the -beta tag...
...
SVN revision: 70489
11 years ago
Carsten Haitzler
ac17754b04
tag everything as beta in svn.
...
SVN revision: 70375
11 years ago
Carsten Haitzler
4eb5f62d15
missing -alpha
...
SVN revision: 69595
11 years ago
Carsten Haitzler
6a1612abb2
and work more on getting release in shape - version requirements.
...
(god this is a pain in the butt)
SVN revision: 69484
11 years ago
Carsten Haitzler
755ff80124
gear up svn for release. one of many steps/things to do.
...
SVN revision: 69481
11 years ago
Cedric BAIL
a1beb50ce7
expedite: remove SDL 16bpp engine support.
...
SVN revision: 68445
11 years ago
Vincent Torri
32c11e818c
Expedite: evil needed, now
...
SVN revision: 68103
11 years ago
Carsten Haitzler
2f65a62d49
and now go to normal-like svn revs
...
SVN revision: 65806
12 years ago
Carsten Haitzler
68c86bcedf
revert my 1.x.99 stuff so i can branch.
...
SVN revision: 65803
12 years ago
Carsten Haitzler
558528b14f
and lets bump on to 1.x.99 (or so) for svn... and back to adding snap
...
rev.
SVN revision: 65802
12 years ago
Bruno Tarquini
44476d7e76
From: Bruno Tarquini <btarquini@gmail.com>
...
Subject: [Patch] expedite: fix segfault at exit
shutdown the engine before evas because Xext, Xrender and GL (loaded by evas)
seem to register a hook which is called in XCloseDisplay (in engine_shutdown()).
this segfault because evas_shutdown() should unload those libs, and so,
invalidate the hook pointer.
this bug was already noted by caro in @43373 :
> strangely, the xrender xlib and gl xlib engines are segfaulting when
XCloseDisplay is called (in the shutdown function). > It does not with soft
xlib. I absolutely don't know why.
with this proper fix, remove also Xext, Xrender from dependencies,
which are not used directly by expedite.
triggered by compiling with --as-needed, because it removed unused libs:
libXrender, libXext.
tested with xlib, gl and sdl engine
SVN revision: 65336
12 years ago
Vincent Torri
cc17bb4172
evil >= 1.0.0
...
SVN revision: 65307
12 years ago
Carsten Haitzler
21dd944587
fix to 1.0.0 not 0.1.0 for expedite alpha!
...
SVN revision: 65282
12 years ago
Carsten Haitzler
3ad840114c
update release candidate trees to their release version in preparation
...
for alpha
SVN revision: 65280
12 years ago
Carsten Haitzler
3271fb789e
up expedite to 0.9.999
...
SVN revision: 65231
12 years ago
Youness Alaoui
798a3e739c
Expedite: Add support for the PSL1GHT engine
...
SVN revision: 64780
12 years ago
Nicolas Aguirre
336c043d87
expedite: Add gl_cocoa support in expedite
...
SVN revision: 64654
12 years ago
Iván Briano
431a59333f
Work with static modules too
...
SVN revision: 63972
12 years ago
Youness Alaoui
da98dde899
Expedite: Do not call sync() if unavailable on the system (replaces #ifdef WIN32)
...
SVN revision: 63464
12 years ago
Vincent Torri
5067f72bcb
Expedite: warnings--
...
SVN revision: 58872
12 years ago
Cedric BAIL
2a6efe355b
expedite: remove Evas GL Glew user.
...
SVN revision: 58361
12 years ago
Cedric BAIL
3a86dd96a7
expedite: remove deprecated Evas Quartz backend.
...
SVN revision: 58356
12 years ago
Cedric BAIL
8050725f84
* expedite: another snapshot.
...
SVN revision: 55243
13 years ago
Cedric BAIL
73c0ae2145
* expedite: increase version for snapshot.
...
SVN revision: 54513
13 years ago
Carsten Haitzler
d54129448a
1.0.0 sync
...
SVN revision: 51196
13 years ago
Carsten Haitzler
9ee9f0f94a
i dont believe it... dont link to Xrender.. and any call to xrender - tho it
...
works -and it links i.. ends up with xlib segving.. this is subtle and bizarre!
SVN revision: 46703
13 years ago
Carsten Haitzler
509e7c69d8
for some reason on some cross-build setups evas eet deps dont propagate via
...
shared lib deps. odd. even tho its linked etc. etc.
SVN revision: 46554
13 years ago
xcomputerman
af7df07a96
Add support for new Evas GL_SDL engine
...
SVN revision: 45675
14 years ago
toma
6687a465cf
Expedite 0.7.0 now with a nicer look! Reworked graphics to bring it more in-line with EFL current look. Also added a logo.png file that can be easily changed without upsetting the start interface. If you use this version, you may experience different performance results in comparision to the older version so please consider this when using it for benchmarking.
...
SVN revision: 45237
14 years ago
Vincent Torri
e92bfbb6e0
silent rules for expedite
...
SVN revision: 44574
14 years ago
Vincent Torri
7b76b9193e
That conditionnal is already set in the m4 macro
...
SVN revision: 44508
14 years ago
Vincent Torri
97e3be8840
opensolaris linker produces an error because of -f*** gcc options
...
So force the link to be done when checking the availability of
-fno-rtti and -fno-exceptions
SVN revision: 44056
14 years ago
Vincent Torri
6233ed2cc4
fix configure output
...
SVN revision: 43059
14 years ago
Vincent Torri
8644206b6e
link explicitely against eina, to make compilation with mingw possible.
...
SVN revision: 42709
14 years ago
Vincent Torri
f29149beab
check if the compiler accepts -fno-rtti -fno-exceptions
...
SVN revision: 41882
14 years ago
Vincent Torri
a1b88ea911
rename 'x11' to 'xlib' for software x11 based engines when it makes sense
...
SVN revision: 41335
14 years ago
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
14 years ago
Vincent Torri
892a541e93
better check of the objective c compiler
...
SVN revision: 40555
14 years ago
Gustavo Sverzut Barbieri
de83bd76a3
fix problems with am__fastdepOBJC not being in AM_CONDITIONAL()
...
let's hope I'm right...
SVN revision: 40544
14 years ago
Vincent Torri
1af52a0dd7
add GDI evas engine support
...
SVN revision: 40312
14 years ago
Vincent Torri
83208cc516
add xrender xcb engine test
...
SVN revision: 39137
14 years ago
Vincent Torri
b1def4bcfd
typo
...
SVN revision: 38648
15 years ago
Vincent Torri
54401e6a7d
ddraw and direct3d engines: link against libgdi32.a because of GetDeviceCaps
...
SVN revision: 38073
15 years ago
Vincent Torri
d8ecd625fd
* configure reorganisation
...
* add gdi backend to the Windows CE engine
SVN revision: 37715
15 years ago
Cedric BAIL
9244f9c42c
Forgot to correctly initialize pkg-config check.
...
SVN revision: 37271
15 years ago
Vincent Torri
7aa7a7adb2
use evil for mingw32ce compiler
...
SVN revision: 37211
15 years ago
Peter Wehrfritz
9e60f16624
configure.in -> configure.ac
...
SVN revision: 36364
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
doursse
ea8c947317
add software xcb engine support, minor reorganization of some inclusing / checks etc...
...
SVN revision: 35020
15 years ago