mesa: Changes to 'gallium-0.1'

Jerome Glisse glisse at kemper.freedesktop.org
Thu Jan 10 00:16:28 UTC 2008


 src/mesa/pipe/softpipe/sp_context.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 934468296c33a04125e42e5d0f8747f65405a393
Author: Jerome Glisse <glisse at freedesktop.org>
Date:   Thu Jan 10 01:11:53 2008 +0100

    softpipe: map only once in softpipe_map_surfaces
    
    softpipe_map_surfaces get call several time but softpipe_unmap_surfaces
    get call only once. So to make sure stuff are properly unmap when
    softpipe_unmap_surfaces get call we map surfaces only one time in
    softpipe_map_surfaces.




More information about the mesa-commit mailing list