summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2018-04-18 22:35:47 -0400
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2018-04-18 22:36:27 -0400
commitb5194638dbb9092313a91c0f47d3f12680f24b82 (patch)
treebc660214de7e229b7ebc3e8dd2a40eea2ac9b19e
parenta4d33053ca1102f44be55dee34f45102d3915d18 (diff)
emit vs/gs/hs/ds
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index d8273aa573..3f29d84aeb 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -498,6 +498,13 @@ brw_upload_pipeline_state(struct brw_context *brw,
brw_select_pipeline(brw, pipeline);
+#if 0
+ ctx->NewDriverState |= BRW_NEW_VS_PROG_DATA;
+ ctx->NewDriverState |= BRW_NEW_GS_PROG_DATA;
+ ctx->NewDriverState |= BRW_NEW_TCS_PROG_DATA;
+ ctx->NewDriverState |= BRW_NEW_TES_PROG_DATA;
+#endif
+
if (unlikely(INTEL_DEBUG & DEBUG_REEMIT)) {
/* Always re-emit all state. */
brw->NewGLState = ~0;