The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1
Summary of changes: src/gallium/auxiliary/draw/draw_pt_emit.c | 8 ++++---- src/gallium/auxiliary/draw/draw_pt_fetch.c | 8 +++++--- src/gallium/auxiliary/translate/translate.h | 5 ++--- src/gallium/drivers/softpipe/sp_setup.c | 5 +++-- src/gallium/winsys/xlib/fakeglx.c | 9 +++++++++ src/gallium/winsys/xlib/xm_api.c | 3 +++ 6 files changed, 26 insertions(+), 12 deletions(-) via b514f5f3ba4c9cf6c39cbcdf5bf0d2d8efb8d19b (commit) via fec1d215f623221cb52f22c8f10e5de99ebc9cc2 (commit) via 9002cdb48e65c063ea00e1cb4917d432b22ae0ad (commit) from 1dfb3d4729ce4cd71a593c14dbb2907cd987f8ab (commit) - Commits ----------------------------------------------- commit b514f5f3ba4c9cf6c39cbcdf5bf0d2d8efb8d19b Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu May 8 22:13:21 2008 +0100 draw: only fill in / compare the part of the translate key we're using. It's quite a big struct & we examine it a lot (too much). Reduce the impact of this by just looking at the active part where possible. commit fec1d215f623221cb52f22c8f10e5de99ebc9cc2 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu May 8 22:10:15 2008 +0100 xlib: more SP_NO_RAST support For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST commit 9002cdb48e65c063ea00e1cb4917d432b22ae0ad Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Thu May 8 22:07:52 2008 +0100 softpipe: don't calc det if NO_RAST set --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit