瀏覽代碼

i965: Add a note explaining the data cache domain.

tags/mesa_7_7_rc1
Eric Anholt 16 年之前
父節點
當前提交
eb6a1f8a00
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      src/mesa/drivers/dri/i965/brw_wm_surface_state.c

+ 4
- 1
src/mesa/drivers/dri/i965/brw_wm_surface_state.c 查看文件

@@ -358,7 +358,10 @@ brw_create_constant_surface( struct brw_context *brw,
NULL, NULL);

if (key->bo) {
/* Emit relocation to surface contents */
/* Emit relocation to surface contents. Section 5.1.1 of the gen4
* bspec ("Data Cache") says that the data cache does not exist as
* a separate cache and is just the sampler cache.
*/
dri_bo_emit_reloc(bo,
I915_GEM_DOMAIN_SAMPLER, 0,
0,

Loading…
取消
儲存