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: Dmitry Marakasov
Subject: Re: [Gnash-dev] OpenGL renderer broken on FreeBSD
Date: Thu, 22 May 2008 05:47:03 +0400
User-agent: Mutt/1.5.17 (2007-11-01)

* 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.

-- 
Dmitry A. Marakasov    | jabber: address@hidden
address@hidden       | http://www.amdmi3.ru




reply via email to

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