Mesa (master): i965: sampler default color ends up in texture cache, not instructions.

Eric Anholt anholt at kemper.freedesktop.org
Thu Oct 2 00:07:58 UTC 2008


Module: Mesa
Branch: master
Commit: 17fdd1ab3b48da8dff742e626c3c59bc89cafeed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=17fdd1ab3b48da8dff742e626c3c59bc89cafeed

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Oct  1 16:58:38 2008 -0700

i965: sampler default color ends up in texture cache, not instructions.

See volume 4, SAMPLER_BORDER_COLOR_STATE programming notes.

---

 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c b/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
index e1db31e..977b90a 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
@@ -304,7 +304,7 @@ static void upload_wm_samplers( struct brw_context *brw )
 	    continue;
 
 	 dri_bo_emit_reloc(brw->wm.sampler_bo,
-			   I915_GEM_DOMAIN_INSTRUCTION, 0,
+			   I915_GEM_DOMAIN_SAMPLER, 0,
 			   0,
 			   i * sizeof(struct brw_sampler_state) +
 			   offsetof(struct brw_sampler_state, ss2),




More information about the mesa-commit mailing list