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 7ed201b00c522cc717ae55bc2e801cbceecccc8c (commit) from 14a7c31c3b039f035cbb271888cc5fa44c578802 (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/7ed201b00c522cc717ae55bc2e801cbceeccc...
commit 7ed201b00c522cc717ae55bc2e801cbceecccc8c Author: Cyril Hrubis metan@ucw.cz Date: Sun Mar 10 17:13:08 2013 +0100
tests: filters: Fix coverage filter params.
For the rotation filters the rotated context must fit into the destination, fix this for now by making the predefined context square.
diff --git a/tests/filters/APICoverage.gen.c.t b/tests/filters/APICoverage.gen.c.t index 32dfd0e..fdffabe 100644 --- a/tests/filters/APICoverage.gen.c.t +++ b/tests/filters/APICoverage.gen.c.t @@ -97,7 +97,7 @@ ]
%% macro prep_context(id, pt) - GP_Context *{{ id }} = GP_ContextAlloc(113, 900, GP_PIXEL_{{ pt.name }}); + GP_Context *{{ id }} = GP_ContextAlloc(331, 331, GP_PIXEL_{{ pt.name }}); %% endmacro
%% macro prep_float(id)
-----------------------------------------------------------------------
Summary of changes: tests/filters/APICoverage.gen.c.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.