gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] OpenGL renderer broken on FreeBSD


From: Bastiaan Jacques
Subject: Re: [Gnash-dev] OpenGL renderer broken on FreeBSD
Date: Thu, 22 May 2008 03:55:30 +0200 (CEST)



On Thu, 22 May 2008, Dmitry Marakasov wrote:

* Dmitry Marakasov (address@hidden) wrote:

For now, the only idea I have is binary search in CVS to find the commit
that broke it (0.8.1 worked normally).
Complete; here's the culprit:
http://lists.gnu.org/archive/html/gnash-commit/2007-11/msg00451.html

2007-11-29 Bastiaan Jacques <address@hidden>

* backend/render_handler_ogl.cpp: Implement real anti-aliasing using
the accumulation buffer. Make sure that video doesn't get
anti-aliased. Use a raw pointer instead of boost::ref as an argument
to boost::bind. This is safe given that render_handler_ogl is
noncopyable. (Suggested by Sandro.)
* gui/gtk_glue_gtkglext.cpp: Enable the accumulation buffer.

I forgot to mention that my graphics card is fairly old (NVidia
GeForce3), so maybe it does not (properly) support accumulation
buffer, but horrible performance (way worse that software rendering)
and X server hangs suggest that something other is wrong here.

Given that the performance with nv, as you noted, is much better than
with your card, I would strongly suspect your issue is a bug in the
nvidia driver, and perhaps in the X server also. (I am aware that other people with proper hardware acceleration have been using this code for quite a while.)

That said, the presence and type of anti-aliasing may become
configurable in future versions of the OpenGL renderer.

Bastiaan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]