This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 2a2dfc22e430b4c6af1f7a8a9a0a3fd4e1a5a216 (commit) from 96d41c793e2546dadb958eab5743291f7a6e0d73 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/2a2dfc22e430b4c6af1f7a8a9a0a3fd4e1a5a...
commit 2a2dfc22e430b4c6af1f7a8a9a0a3fd4e1a5a216 Author: Cyril Hrubis metan@ucw.cz Date: Sat May 4 16:18:59 2013 +0200
Revert "core: Convert_Scale: Add support for > 8bits."
This reverts commit 8bababd6a7972a3d0e724ac8fb4c3ee8495a7e16.
Sorry I've screewed this one.
This reverts the original change and only adds support for > 8bits.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/include/core/GP_Convert_Scale.gen.h.t b/include/core/GP_Convert_Scale.gen.h.t index db3373b..9261a90 100644 --- a/include/core/GP_Convert_Scale.gen.h.t +++ b/include/core/GP_Convert_Scale.gen.h.t @@ -26,7 +26,7 @@ {% block descr %}Fast value scaling macros{% endblock %}
{% macro multcoef(s1, s2) -%} -(0{% for i in range((s2 + s1 - 1) // s1) %}+(2<<{{ (i * s1) }}){% endfor %}) +(0{% for i in range((s2 + s1 - 1) // s1) %}+{{ 2 ** (i * s1) }}{% endfor %}) {%- endmacro %}
%% block body
-----------------------------------------------------------------------
Summary of changes: include/core/GP_Convert_Scale.gen.h.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.