iris: no NEW_SBA
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Jan 2018 18:57:13 +0000 (10:57 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:05 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_program_cache.c

index 6585c4ce6b0ddb064cdab462515ce1ae36f59bdb..4d43c2fd8885a9f41b48cf0c88729a73df585da6 100644 (file)
@@ -71,8 +71,7 @@ struct iris_batch;
 #define IRIS_DIRTY_GS                       (1ull << 31)
 #define IRIS_DIRTY_FS                       (1ull << 32)
 #define IRIS_DIRTY_CS                       (1ull << 33)
-#define IRIS_DIRTY_STATE_BASE_ADDRESS       (1ull << 34)
-#define IRIS_DIRTY_URB                      (1ull << 35)
+#define IRIS_DIRTY_URB                      (1ull << 34)
 
 struct iris_depth_stencil_alpha_state;
 
index c1d7f5fbe05dc0569445698ca14addb503c251b5..92c94400465c20926b32e9e38a16b3eedeb82e47 100644 (file)
@@ -172,8 +172,6 @@ recreate_cache_bo(struct iris_context *ice, uint32_t size)
       /* Put the initial cache BO...somewhere. */
       cache->bo->gtt_offset = 4096 * 10;
    }
-
-   ice->state.dirty |= IRIS_DIRTY_STATE_BASE_ADDRESS;
 }
 
 const void *