Hermet Park
6a69955e71
up to date version dependency.
5 years ago
Stefan Schmidt
e7b11dd328
build: make sure we check for c99 during configure
...
We have some c99 code in expedite (loop initial declarations) and some
setups bail out when trying to use c89 here. EFL is already enforcing
c99 and compilers have catched up a long time ago.
Fixes T5440
6 years ago
jiin.moon
c4dfca2b01
expedite: add test case for image masking
...
Summary: Add some test case to the expedite
Reviewers: jpeg, cedric, Hermet
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1896
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years ago
Cedric BAIL
12a8257451
update configuration version to EFL number.
9 years ago
Cedric BAIL
74d732c094
Move to EFL 1.12 interface.
9 years ago
Cedric BAIL
281bbd90fd
move to use Ecore and Ecore_Evas.
9 years ago
Cedric Bail
5aa277e4d8
expedite: report when building drm support.
10 years ago
Chris Michael
bccac2adec
Add build option for drm engine
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Chris Michael
840686042a
Fix expedite building with wayland engines.
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago
Daniel Zaoui
19e674eeef
Fix (from devilhorns) expedite built in the case that we have wayland libraries installed,
...
but do not have EFL built with wayland support
Hey Devilhorns, I am drunk and I just want to sleep but I promised you
to push it so...
10 years ago
Cedric Bail
36fa887496
expedite: use beta API.
10 years ago
Cedric Bail
a829f37b83
expedite: request Eo EFL API.
10 years ago
Cedric BAIL
42339e1e32
trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
...
Patch by Doug Newgard <scimmia22@outlook.com>
SVN revision: 82148
11 years ago
Carsten Haitzler
5090a74da4
if you use eo... link to it eh?
...
SVN revision: 81801
11 years ago
Eduardo Lima (Etrunko)
8f5ebabc11
Move AM_CONDITIONAL to outside the if block
...
The configure script was failing fail if the --disable option for the wayland
engines were explicitly set.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79034
11 years ago
Eduardo Lima (Etrunko)
2913da1dca
Configure: Add checks for Wayland Engines
...
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78798
11 years ago
Eduardo Lima (Etrunko)
8ac751d68e
Expedite: Remove software_16_X11 code
...
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78402
11 years ago
Carsten Haitzler
db7a4979d7
and up ver to 1.7.99 now in svn. nack to svnrev num at end.
...
SVN revision: 75869
11 years ago
Carsten Haitzler
7b0c11bf14
no this isnt release - this is simply me removing the beta tag so when
...
we release it's ready.
SVN revision: 75740
11 years ago
Carsten Haitzler
3f67eb1f31
umm no - give the output filename not input. ie expedite.spec not
...
expedite.spec.in
SVN revision: 75408
11 years ago
Rui Seabra
bddd638fa5
Update spec, make it autogenerated and add expedite.spec to svn:ignore
...
SVN revision: 75405
11 years ago
Carsten Haitzler
78f16260ba
tag as beta...
...
SVN revision: 75344
11 years ago
Carsten Haitzler
6bf7790fa7
vincent wanted 16bit ddraw gone from expedite.. so it shall be!
...
SVN revision: 75204
11 years ago
Carsten Haitzler
2fc8dfa052
more updates for 1.7.0 alpha.
...
SVN revision: 75095
11 years ago
Carsten Haitzler
580d32d7b0
alpha release of 1.7 - let's roll. ALPHA!
...
SVN revision: 75091
11 years ago
Carsten Haitzler
2fb9aeef35
update all versions in @sincs , README's and configure.ac's etc. to
...
reflect a unified release version, for now 1.6.99.
SVN revision: 73498
11 years ago
Carsten Haitzler
f50d7a0b64
restore .99 micro versions for trunk and add back svnrev vers too.
...
SVN revision: 70492
12 years ago
Carsten Haitzler
cc6760cdc4
and removed the -beta tag...
...
SVN revision: 70489
12 years ago
Carsten Haitzler
ac17754b04
tag everything as beta in svn.
...
SVN revision: 70375
12 years ago
Carsten Haitzler
4eb5f62d15
missing -alpha
...
SVN revision: 69595
12 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
12 years ago
Carsten Haitzler
755ff80124
gear up svn for release. one of many steps/things to do.
...
SVN revision: 69481
12 years ago
Cedric BAIL
a1beb50ce7
expedite: remove SDL 16bpp engine support.
...
SVN revision: 68445
12 years ago
Vincent Torri
32c11e818c
Expedite: evil needed, now
...
SVN revision: 68103
12 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
13 years ago
Cedric BAIL
2a6efe355b
expedite: remove Evas GL Glew user.
...
SVN revision: 58361
13 years ago
Cedric BAIL
3a86dd96a7
expedite: remove deprecated Evas Quartz backend.
...
SVN revision: 58356
13 years ago
Cedric BAIL
8050725f84
* expedite: another snapshot.
...
SVN revision: 55243
13 years ago