* evas: reenable pipe rendering almost work for me with 16 CPU.

Just don't forget to Spank Tasn.


SVN revision: 51805
This commit is contained in:
Cedric BAIL 2010-09-01 12:25:25 +00:00
parent e6304cafaf
commit b4ed699e9e
1 changed files with 19 additions and 23 deletions

View File

@ -816,28 +816,24 @@ AC_ARG_ENABLE(pthreads,
#######################################
## Pipe Renderer
build_pipe_render="no"
dnl
dnl ... DISABLED! some testing has shown that this seems to have some
dnl nasty bugs on both x86 and arm (tegra2 dual core tested), so just
dnl disabling this for now until it can be fixed
dnl
dnl AC_MSG_CHECKING(whether to build Threaded Pipe Rendering support)
dnl AC_ARG_ENABLE(pipe-render,
dnl AC_HELP_STRING([--enable-pipe-render], [enable threaded pipe rendering support]),
dnl [ build_pipe_render=$enableval ]
dnl )
dnl AC_MSG_RESULT($build_pipe_render)
dnl
dnl AC_MSG_CHECKING(whether we can build Threaded Pipe Rendering support)
dnl if test \( "x$build_pipe_render" = "xyes" -o "x$build_pipe_render" = "xauto" \); then
dnl AC_MSG_RESULT(yes)
dnl AC_DEFINE(BUILD_PIPE_RENDER, 1, [Build pipe render support])
dnl build_pipe_render="yes"
dnl need_pthreads="yes"
dnl else
dnl AC_MSG_RESULT(no)
dnl build_pipe_render="no"
dnl fi
AC_MSG_CHECKING(whether to build Threaded Pipe Rendering support)
AC_ARG_ENABLE(pipe-render,
AC_HELP_STRING([--enable-pipe-render], [enable threaded pipe rendering support]),
[ build_pipe_render=$enableval ]
)
AC_MSG_RESULT($build_pipe_render)
AC_MSG_CHECKING(whether we can build Threaded Pipe Rendering support)
if test \( "x$build_pipe_render" = "xyes" -o "x$build_pipe_render" = "xauto" \); then
AC_MSG_RESULT(yes)
AC_DEFINE(BUILD_PIPE_RENDER, 1, [Build pipe render support])
build_pipe_render="yes"
need_pthreads="yes"
else
AC_MSG_RESULT(no)
build_pipe_render="no"
fi
#######################################
## Async Renderer
@ -1649,7 +1645,7 @@ dnl ... DISABLED! some testing has shown that this seems to have some
dnl nasty bugs on both x86 and arm (tegra2 dual core tested), so just
dnl disabling this for now until it can be fixed
dnl
dnl echo " Threaded Pipe Rendering.: $build_pipe_render"
echo " Threaded Pipe Rendering.: $build_pipe_render"
echo " Async Pipe Rendering....: $build_async_render"
echo " Async Events............: $build_async_events"
echo " Async Image Preload.....: $build_async_preload"