CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 07/12/13 15:56:06
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
libbase: string_table.h
server : Property.cpp Property.h Pr
On Sat, Dec 01, 2007 at 10:49:19PM +, Bastiaan Jacques wrote:
> * backend/render_handler_agg.cpp: Minor cleanups: Avoid calling
> default constructors (they are called anyway). Switch m_pixf to
> std::auto_ptr. Remove the unused stubs apply_color and
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 07/12/01 22:49:19
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Removed files:
backend: render_handler_tri.cpp render_handler_tri.h
Lo
On Mon, Nov 12, 2007 at 10:05:59AM +0100, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Saturday, November 10, 2007, 3:39:52 PM, you wrote:
> SS> + the_path.ap.x = newpnt.x;
> SS> + the_path.ap.y = newpnt.y;
>
> Errr, what about...
>
> the_path.ap = newpnt;
>
> ...now that it is possibl
Hello Sandro,
Saturday, November 10, 2007, 3:39:52 PM, you wrote:
SS> + the_path.ap.x = newpnt.x;
SS> + the_path.ap.y = newpnt.y;
Errr, what about...
the_path.ap = newpnt;
...now that it is possible?
Udo
___
Gnash-commit mailing lis
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 07/11/10 14:39:52
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_cairo.cpp
render_handler_ogl.cpp
server
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/11/06 14:18:53
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: Reverted last commit because it
CVS
Hello Bastiaan,
Tuesday, November 6, 2007, 3:56:03 AM, you wrote:
BJ> So I think that the clipping patch should probably be reverted.
Agree.
Udo
___
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit
On Tue, 6 Nov 2007, Bastiaan Jacques wrote:
From my own testing I conclude the same; the specialized clipping class
impacts on performance negatively. Interesting to note that this is true
even when testing movies with complex clipping regions.
So I think that the clipping patch should probably
On Mon, 5 Nov 2007, Udo Giacomozzi wrote:
Hello Bastiaan,
Monday, November 5, 2007, 11:00:11 AM, you wrote:
BJ> Log message:
BJ> * backend/render_handler_agg.cpp: Use agg::renderer_mclip
instead
BJ> of agg::renderer_base, since the latter supports multiple
cl
On Mon, 5 Nov 2007, Udo Giacomozzi wrote:
Hello Bastiaan,
Monday, November 5, 2007, 11:00:11 AM, you wrote:
BJ> Log message:
BJ> * backend/render_handler_agg.cpp: Use agg::renderer_mclip
instead
BJ> of agg::renderer_base, since the latter supports multiple
cl
Hello Bastiaan,
Monday, November 5, 2007, 11:00:11 AM, you wrote:
BJ> Log message:
BJ> * backend/render_handler_agg.cpp: Use agg::renderer_mclip
instead
BJ> of agg::renderer_base, since the latter supports multiple
clipping
BJ> boxes. This allows u
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 07/11/05 10:00:11
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: Use agg::renderer_mclip
UG> Log message:
UG> backend/render_handler_agg.cpp: never use even-odd
UG> filling rules when drawing a mask (unlike normal
UG> shapes); some cleanup
Fixes the previously mentioned rendering bug in AGG.
Flash is somewhat weird regarding masks. Note Flash does not render
the movie http://
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/10/24 12:55:37
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: never use even-odd filling rules when
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/10/15 12:59:00
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: Code cleanup
CVSWeb URLs:
http://cvs.
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/10/15 12:31:33
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_agg.h
gui: fb.cpp fltk_glue_agg.cpp gtk_glue_agg.cpp
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 07/10/15 09:07:00
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_agg.h
gui: gtk_glue_agg.cpp
Log message:
Hello Chad,
Sunday, September 2, 2007, 7:01:59 PM, you wrote:
CM> Modified files:
CM> server : fill_style.cpp fill_style.h
Gnash currently fails an assertion when it finds a focal gradient when
using a non-AGG renderer:
lt-gtk-gnash: render_handler_ogl.cpp:164: void
render_handl
Hello Chad,
Sunday, September 2, 2007, 7:01:59 PM, you wrote:
CM> Modified files:
CM> . : ChangeLog
CM> backend: render_handler_agg.cpp
CM> render_handler_agg_style.h
CM> server : fill_style.cpp fill_style.h
Nice to
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Chad Musick07/09/02 17:01:59
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
render_handler_agg_style.h
server : fill_style.cpp fi
On Wed, Aug 29, 2007 at 04:30:37AM +, Markus Gothe wrote:
> CVSROOT: /sources/gnash
> Module name: gnash
> Changes by: Markus Gothe 07/08/29 04:30:37
>
> Modified files:
> . : ChangeLog
> backend: render_handler_agg.cpp
>
> Log message:
> Mad
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 07/08/29 04:30:37
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Made trunc() uniform with the one in Date.cpp.
CVSWeb URLs:
http://cvs.s
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 07/07/18 23:05:49
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: signedness and initializatio
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/06/06 16:15:01
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: add checks for known scale and preset
On Wed, Jun 06, 2007 at 04:00:39PM +0200, Udo Giacomozzi wrote:
> Hello strk,
>
> Wednesday, June 6, 2007, 3:50:56 PM, you wrote:
> s> Well, if the image were created just before calling drawVideoFrame,
> s> and discarded immediately after, then it would not be a cache.
> s> Instead, it is kept fo
Hello strk,
Wednesday, June 6, 2007, 3:50:56 PM, you wrote:
s> Well, if the image were created just before calling drawVideoFrame,
s> and discarded immediately after, then it would not be a cache.
s> Instead, it is kept for later query, so I see it as a cache, and
s> it's also renderer-dependent.
On Wed, Jun 06, 2007 at 03:44:53PM +0200, Udo Giacomozzi wrote:
> s> I guess this is one of those "caches" preventing multiple renderers in
> s> a single run...
>
> It's not a cache. Don't know if the core continously calls
> videoFrameFormat(). In that case there would be no problem.
Well, if t
Hello strk,
Wednesday, June 6, 2007, 3:38:56 PM, you wrote:
s> On Wed, Jun 06, 2007 at 01:24:52PM +, Udo Giacomozzi wrote:
>> // NOTE: Assuming that the source image is RGB 8:8:8
>>
>> @@ -445,6 +447,9 @@
>>
>> image::rgb* frame = static_cast(baseframe);
s> If the NOTE an
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/06/06 13:42:38
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: dynamic cast check
CVSWeb URLs:
http:
On Wed, Jun 06, 2007 at 01:24:52PM +, Udo Giacomozzi wrote:
> // NOTE: Assuming that the source image is RGB 8:8:8
>
> @@ -445,6 +447,9 @@
>
> image::rgb* frame = static_cast(baseframe);
If the NOTE and the static_cast are related, consider adding an assertion
above the sta
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/06/06 13:24:52
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: apply stage scaling to matrix don't
m
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release-0-8-0
Changes by: Udo Giacomozzi07/06/05 08:57:00
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
fix rotated video with AGG backend
CVSW
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/06/05 08:27:55
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
fix rotated video with AGG backend
CVSWeb URLs:
http://cvs.savannah.g
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/05/29 08:49:15
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: Fix coordinate translation and pixel
On Wed, May 09, 2007 at 12:04:27PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Wednesday, May 9, 2007, 11:54:44 AM, you wrote:
> SS> * backend/render_handler_agg.{cpp,h}
> (create_render_handler_agg):
> SS> Take pixelformat by *const* pointer, do NOT abort w
Hello Sandro,
Wednesday, May 9, 2007, 11:54:44 AM, you wrote:
SS> * backend/render_handler_agg.{cpp,h}
(create_render_handler_agg):
SS> Take pixelformat by *const* pointer, do NOT abort when
the given
SS> pixelformat is unsupported, just return
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 07/05/09 09:54:44
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_agg.h
testsuite : MovieTester.cpp
Log message:
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/05/08 17:05:53
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: Fix vector alignment ("pixel hinting")
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/05/03 10:07:45
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backend/render_handler_agg.cpp: use absolute scaling values when
calc
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/05/03 08:11:34
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
default invalidated ranges to World
CVSWeb URLs:
http://cvs.savannah.
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/04/20 11:51:23
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_agg.h
Log message:
implement initTestBuffer() for AGG
CVSWeb URLs:
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 07/04/11 14:54:26
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Stop relying on bounds passed from
video definition for im
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/03/07 10:59:42
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
fixed segfault #19223; set correct visiblerect; fixed Range2d.width()
Hello strk,
Wednesday, March 7, 2007, 12:37:27 AM, you wrote:
s> You can use Intersection(RangeType&, RangeType&) to trim any overflow.
Yes, yes, I know. But let me fix the root pf the problem..! :)
Udo
___
Gnash-commit mailing list
Gnash-commit@gnu
On Tue, Mar 06, 2007 at 11:46:30PM +0100, Bastiaan Jacques wrote:
>
>
> On Tue, 6 Mar 2007, Udo Giacomozzi wrote:
>
> >Hello Bastiaan,
> >
> >Tuesday, March 6, 2007, 6:40:05 PM, you wrote:
> >BJ> - unsigned int width = region.width()+1;
> >
> >I patched this some while ago because regi
Hello Bastiaan,
Tuesday, March 6, 2007, 11:46:30 PM, you wrote:
BJ> It can be correct only if region.width() < xres.
Exactly
BJ> Which is not always true;
...most probably because of other reasons. As long getMinX() and
getMaxX() are within valid coordinates, we have no problem. In the
extreme
On Tue, 6 Mar 2007, Bastiaan Jacques wrote:
It can be correct only if region.width() < xres. Which is not always true;
therefore this code will sometimes try to copy xres+1 bytes from the agg >
s/from/to/
___
Gnash-commit mailing list
Gnash-commi
On Tue, 6 Mar 2007, Udo Giacomozzi wrote:
Hello Bastiaan,
Tuesday, March 6, 2007, 6:40:05 PM, you wrote:
BJ> - unsigned int width = region.width()+1;
I patched this some while ago because region.width() is *not* enough!
region.width() is implemented like:
region.width() := getMax
Hello Bastiaan,
Tuesday, March 6, 2007, 6:40:05 PM, you wrote:
BJ> - unsigned int width = region.width()+1;
I patched this some while ago because region.width() is *not* enough!
region.width() is implemented like:
region.width() := getMaxX() - getMinX()
In integer domain this is off
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 07/03/06 20:45:55
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
server/asobj : Date.cpp
Log message:
* backend/render_handler
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 07/03/06 17:40:04
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
gui: fltk.cpp fltk_glue_agg.cpp fltk_glue_agg.h
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/03/06 11:07:23
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
draw outlines with at least 1.0 pixels width; some notes
CVSWeb URLs:
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/03/06 09:57:13
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
round outline edge coordinates
CVSWeb URLs:
http://cvs.savannah.gnu.o
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/02/23 09:50:36
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Use PIXELFORMAT_xxx defines introduced by Rob
CVSWeb URLs:
http://cvs
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/02/22 10:43:04
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Avoid re-initialisation of AGG path class inside for-loop
CVSWeb URLs
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/02/22 10:21:02
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
render_handler_agg_style.h
Log message:
Switched to pre-m
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/02/13 13:56:35
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Correctly handling NULL clipping rectangle
CVSWeb URLs:
http://cvs.sa
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi07/02/10 17:22:47
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
fixed silly mode detection bug; improved support for 24 and 32 bit
mo
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/12/05 15:56:40
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp (ctor):
pro
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/12/02 23:13:38
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
gui: gtk.cpp
libgeometry: Range2d.h
Log message:
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/12/02 21:45:20
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Patch by John Franklin <[EMAIL PROTECTED]>:
*
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/12/01 16:43:56
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp (set_invalidated_region):
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/11/30 21:52:37
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp render_handler_agg.h
Log message:
* backend/render_handler_agg.{cpp,h}:
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/11/26 22:50:14
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Udo's patch:
* backend/render_handler_agg.cpp
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/11/15 11:03:28
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: comment out unneeded assertion (see
On Tue, Nov 14, 2006 at 11:08:29AM +, Bastiaan Jacques wrote:
> +#ifndef trunc
> +#define trunc(a) static_cast(a)
> +#endif
mmm... the manual page says:
These functions round x to the nearest integer not larger in absolute
value.
So I'd assume:
origtrunc
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 06/11/14 11:08:29
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
add a not quite correct trunc()
implementation (wh
CVSROOT:/sources/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Sandro Santilli 06/11/08 06:02:47
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Udo Giacomozzi06/11/07 12:30:55
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
backporting...
CVSWeb URLs:
http://cvs.
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/11/06 08:14:13
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Protected clear_framebuffer() against negative width and height
argum
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Udo Giacomozzi06/11/04 12:43:50
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
optimized alpha mask clearing
CVSWeb UR
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/11/04 12:34:55
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
opzimized alpha mask clearing
CVSWeb URLs:
http://cvs.savannah.gnu.or
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Udo Giacomozzi06/11/04 12:24:36
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
optimized screen clearing
CVSWeb URLs:
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/11/04 12:22:54
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
opzimized screen clearing
CVSWeb URLs:
http://cvs.savannah.gnu.org/vi
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Udo Giacomozzi06/11/04 10:52:44
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
removed compatibility include as it is n
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/11/04 10:51:17
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
removed compatibility include as it is not enough anyway
CVSWeb URLs:
CVSROOT:/cvsroot/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Udo Giacomozzi06/11/03 17:45:49
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Backported...
CVSWeb URLs:
http://cvs.s
CVSROOT:/sources/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Sandro Santilli 06/10/31 13:27:49
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: fixed
On Tue, Oct 31, 2006 at 09:34:22AM +, Markus Gothe wrote:
> CVSROOT: /sources/gnash
> Module name: gnash
> Branch: release_0_7_2
> Changes by: Markus Gothe 06/10/31 09:34:22
>
> Modified files:
> . : ChangeLog
> backend: render_handler_
Hello Markus,
Tuesday, October 31, 2006, 10:34:22 AM, you wrote:
MG> Modified files:
MG> . : ChangeLog
MG> backend: render_handler_agg.cpp
MG> render_handler_agg_style.h
Thanks ;)
___
G
CVSROOT:/sources/gnash
Module name:gnash
Branch: release_0_7_2
Changes by: Markus Gothe 06/10/31 09:34:22
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
render_handler_agg_style.h
Log message
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/31 08:54:23
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
render_handler_agg_style.h
Log message:
Implemented masks
Hello Bastiaan,
Saturday, October 28, 2006, 12:23:52 PM, you wrote:
BJ> Move it into seperate header and implementation files (or
BJ> render_handler{.h, .cpp} since it is a renderer thing).
I hope I solved this now...
Udo
___
Gnash-commit mailing li
On Saturday 28 October 2006 12:08, Udo Giacomozzi wrote:
> BJ> This happens because class YUV_video is implemented in
> BJ> render_handler_ogl.cpp, which is of course not built when Agg is
> the BJ> selected renderer.
>
> So, what to do? create_YUV_video must implemented in any renderer
> since it
On Saturday 28 October 2006 11:58, Udo Giacomozzi wrote:
> Hello Udo,
Nice to see you talking to yourself ;)
> Saturday, October 28, 2006, 11:50:27 AM, you wrote:
> UG> Log message:
> UG> Added bogus YUV_video
>
> However I can't build Gnash anymore, because of some linker errors:
>
> ../
Hello Udo,
Saturday, October 28, 2006, 11:50:27 AM, you wrote:
UG> Log message:
UG> Added bogus YUV_video
However I can't build Gnash anymore, because of some linker errors:
../backend/.libs/libgnashbackend.so: undefined reference to
`gnash::YUV_video::YUV_video[not-in-charge](int, int)
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/28 09:50:27
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Added bogus YUV_video
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcv
MG>Log message:
MG>Added RGBA16/RGBA32 pixel-formats.
MG>
MG>+ else if (!strcmp(pixelformat, "RGB565") || !strcmp(pixelformat,
"RGBA16"))
MG> return new render_handler_agg (16);
RGBA16 seems odd to me here. The name implies that the framebuffer has
red, green, blue and an
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 06/10/24 12:59:01
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Fix typos.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/15 22:40:57
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
gui: gtk_glue_agg.cpp gtk_glue_gtkglext.h kde_glue.h
Log message:
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/15 17:02:12
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Added log_error on unknown pixelformat.
CVSWeb URLs:
http://cvs.savannah
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/11 22:31:17
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
fixed mispelled HAVE_AGG_SCANLINES_COMPOUND_LAYERED
CVSWeb URLs:
http
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/11 22:28:34
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
Added missing config.h include
CVSWeb URLs:
http://cvs.savannah.gnu.o
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/11 16:26:15
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp: fixed typo in compatibility layer
i
Hello Sandro,
Wednesday, October 11, 2006, 5:50:32 PM, you wrote:
SS> +#if ! HAVE_AGG_SCANLINES_COMPUND_LAYEDER
SS> +#include "render_handler_agg_compat.h"
SS> +#endif
I think that should be "HAVE_AGG_SCANLINES_COMPUND_LAYERED" ;)
Udo
___
Gnash-com
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/11 15:50:32
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
macros : agg.m4
Log message:
* backend/render_handler_agg.
Hello Rob,
Monday, October 9, 2006, 5:49:10 PM, you wrote:
>> Hannes is already working on it.
RS> Awesome. I'm too busy to give it a shot right now, and I think it'll
RS> be easier for the rest of us if we can test it on our desktops.
Hannes has done the GTK GUI and it looks very nice :)
He
Hello Sandro,
Monday, October 9, 2006, 7:43:29 PM, you wrote:
SS> The function relied on a caching interface in the character class.
SS> Maybe you have an uncommitted change to the server/character.h ?
It was comitted 2 days ago :-)
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/characte
On Mon, Oct 09, 2006 at 03:05:28PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 3:00:05 PM, you wrote:
> SS> I was just tryin to make it buildable.
>
> Hmm. I have no problems building the current version. You were
> commenting out a (currently) unused function
> Ther
1 - 100 of 125 matches
Mail list logo