[mythtv-commits] mythtv/master commit: 13f64ac00 by John Poet (jpoet)

MythTV noreply at mythtv.org
Mon Oct 10 23:32:48 UTC 2011


      Author:  John Poet <jpoet at mythtv.org>
 Change Date:  2011-10-10T16:26:28-07:00
   Push Date:  2011/10/10 16:32:36 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  13f64ac00e13a8a93a70f921d6a09ea126b09168
   Changeset:  https://github.com/MythTV/mythtv/commit/13f64ac00

Log:

MythOpenGLPainter:  Render using the same engine for both Rect and RoundRect.

Even when RectanglesAreAccelerated() returned false, we where still using
opengl to render Rect, but not for RoundRect.  This resulted in
inconsistencies.

The correct solution is probably to figure out why the two different
rendering algorithms (OpenGL vs. Qt) produced different results, but that
was too much to get into right now.

Modified:

   mythtv/libs/libmythui/mythpainter_ogl.cpp



More information about the mythtv-commits mailing list