<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Scrolling using the vertical scroll bar has become more choppy with OpenGL enabled"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113645#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Scrolling using the vertical scroll bar has become more choppy with OpenGL enabled"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113645">bug 113645</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=137519" name="attach_137519" title="Bibisect log">attachment 137519</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=137519&action=edit" title="Bibisect log">[details]</a></span>
Bibisect log

Bibisected to:
author  Tomaž Vajngerl <<a href="mailto:tomaz.vajngerl@collabora.co.uk">tomaz.vajngerl@collabora.co.uk</a>> 2016-05-31 03:26:04
(GMT)
committer       Tomaž Vajngerl <<a href="mailto:tomaz.vajngerl@collabora.co.uk">tomaz.vajngerl@collabora.co.uk</a>> 2016-06-08
02:39:22 (GMT)
commit  18260a0d9a381a105ffb032ee8f1050c77062102 (patch)
tree    8ebdd55593e4d7efe718ee8a8282d37cc0776c4e
parent  bb157523310eb237dc16818f24df58d110242367 (diff)
opengl: deferred texture drawing in RenderList, add drawAlphaRect
Drawing accumulated textures (in Accumulatedtextures) is independent
of drawing with render list which causes problems with rendering
order when render list and accumulated textures are flushed. To
solve this we need to combine both so we can check for overlapped
drawing.

Previously drawRect was using RenderList batch drawing but not
drawAlphaRect which is essentially the same as drawRect but
additionally supports alpha value. This adds support to draw
alpha rectangles to RenderList and converts drawAlphaRect.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>