mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Apr 1 01:43:56 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |   39 +++++++++++---------
 1 files changed, 21 insertions(+), 18 deletions(-)

       via  686a6c746851b4bc2572aaa1153d570717bdd77f (commit)
      from  14452aee73e16f2ede075cf894e69d62cc539f5e (commit)


- Commits -----------------------------------------------
commit 686a6c746851b4bc2572aaa1153d570717bdd77f
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Apr 1 10:41:43 2008 +0900

    gallium: Do not assume that buffers are freed in the same order they are fenced.
    
    Also free buffers as soon as possible.
    
    This short term fix corrects the fenced list behavior but it will impact on performance.
    The long term fix is probably replace the linked list (legacy from the bufpool code) by
    a binary tree.

---------------------------------




More information about the mesa-commit mailing list