https://bugs.freedesktop.org/show_bug.cgi?id=104710

Vinson Lee <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Vinson Lee <[email protected]> ---
commit 365a48abddcabf6596c2e34a784d91c8ab929918
Author: Brian Paul <[email protected]>
Date:   Tue Jan 23 10:48:51 2018 -0700

    vbo: fix incorrect min/max_index values in display list draw call

    This fixes another regression from commit 8e4efdc895ea ("vbo: optimize
    some display list drawing").  The problem was the min_index, max_index
    values passed to the vbo drawing function were not computed to compensate
    for the biased prim::start values.

    https://bugs.freedesktop.org/show_bug.cgi?id=104746
    https://bugs.freedesktop.org/show_bug.cgi?id=104742
    https://bugs.freedesktop.org/show_bug.cgi?id=104690
    Tested-by: Clayton Craft <[email protected]>
    Fixes: 8e4efdc895ea ("vbo: optimize some display list drawing")
    Reviewed-by: Emil Velikov <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to