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 <[EMAIL PROTECTED]> 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. --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit