mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Jan 3 00:17:33 UTC 2008


 src/mesa/drivers/dri/i965/brw_cc.c               |  225 ++++++++++++++++-------
 src/mesa/drivers/dri/i965/brw_clip_state.c       |   85 ++++++--
 src/mesa/drivers/dri/i965/brw_context.h          |    7 
 src/mesa/drivers/dri/i965/brw_gs_state.c         |   85 ++++++--
 src/mesa/drivers/dri/i965/brw_sf_state.c         |  152 ++++++++++-----
 src/mesa/drivers/dri/i965/brw_vs_state.c         |   89 ++++++---
 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c |  154 ++++++++++-----
 src/mesa/drivers/dri/i965/brw_wm_state.c         |  205 ++++++++++++--------
 src/mesa/drivers/dri/i965/brw_wm_surface_state.c |  135 ++++++++-----
 src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c    |    2 
 10 files changed, 775 insertions(+), 364 deletions(-)

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

New commits:
commit 9e9f6f105c81436cecfe55a8a80d2efe45bc0d72
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 15:47:47 2008 -0800

    [965] Convert WM unit to use a cache key instead of brw_cache_data.

commit 03b59edbb53a3887779b0eb9d0f07b93ec747764
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 15:03:32 2008 -0800

    [965] Convert VS unit to use a cache key instead of brw_cache_data.

commit 77e6cf8c1758c6b3091adf95ead96fbe9a996a17
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 14:47:49 2008 -0800

    [965] Convert SF unit to use a cache key instead of brw_cache_data.

commit 3149119cad6137fee967054c38c1060a30bfc52d
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 14:09:06 2008 -0800

    [965] Convert GS unit to use a cache key instead of brw_cache_data.

commit 114b802e87bca5edbc2c59fc2c5caad3ec90bca6
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 13:53:32 2008 -0800

    [965] Convert clip unit to use a cache key instead of brw_cache_data.

commit b35811e1b38e8fd454f369aefc0b3b3c50ecb8bc
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 13:20:00 2008 -0800

    [965] Convert CC unit to use a cache key instead of brw_cache_data.

commit a95b48d55bdeed85df8b4fdd6699ef9f0d3c7a45
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 12:07:00 2008 -0800

    [965] Convert surface state to use a cache key instead of brw_cache_data.

commit 3e3644c6e8f3559fd5bcd862d5edb627aceb3eca
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 11:33:55 2008 -0800

    [965] Convert sampler state to use a cache key instead of brw_cache_data.

commit a099461fa31db1ed8935bb409c321dc46c54ce8d
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 2 15:51:27 2008 -0800

    Revert "[intel] Use the memory type mask containing the caching flags."
    
    This reverts commit 8bb9ae3693362a302206255c61f512d942df9bbf.
    
    Validating our kernel buffers with the caching off in flags but on in mask
    means that the kernel migrates the buffer to be uncached, which is undesired.




More information about the mesa-commit mailing list