mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Aug 21 21:05:53 UTC 2008


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

Summary of changes:
 src/mesa/drivers/dri/i965/brw_draw_upload.c |   51 +++++++++++++--------------
 1 files changed, 25 insertions(+), 26 deletions(-)

       via  687cd467b3461691a6fd03d3bc38c01ed79c06fd (commit)
      from  021ce883e6146206306ebf48ccd2cd4214619ecb (commit)


- Commits -----------------------------------------------
commit 687cd467b3461691a6fd03d3bc38c01ed79c06fd
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Aug 21 12:12:18 2008 -0700

    i965: use dri_bo_subdata in vertex upload to get pwrite used.
    
    Otherwise, we would ping-pong objects to GTT and back as we did pwrite on
    indices (flushed and mapped to GTT) and mapped for vertices (moved back to
    CPU domain).
    
    Fixes bug #17180.

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




More information about the mesa-commit mailing list