Commit Graph

8 Commits

Author SHA1 Message Date
Vincent Torri d23ff9c849 * add shutdown function to properly shut down the graphic system
* fix seg fault with the xcb (soft and render) engines

Notes:
 * install fontconfig >= 2.7: it frees correctly its mem
 * 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.


SVN revision: 43373
2009-10-31 15:05:23 +00:00
Carsten Haitzler 1998a5ccda engines should "handle" being resized - even if they asked not to.
SVN revision: 39747
2009-03-27 08:53:50 +00:00
Vincent Torri 0f6c7f1ede fail if evas_engine_info_set() fails
SVN revision: 39671
2009-03-24 09:06:40 +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 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
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