intel: Fix bug in create color blend state
diff --git a/icd/intel/state.c b/icd/intel/state.c
index 81c19fc..287c8ea 100644
--- a/icd/intel/state.c
+++ b/icd/intel/state.c
@@ -620,7 +620,7 @@
     struct intel_blend_state *state;
 
     state = (struct intel_blend_state *) intel_base_create(dev,
-            sizeof(*state), dev->base.dbg, XGL_DBG_OBJECT_MSAA_STATE,
+            sizeof(*state), dev->base.dbg, XGL_DBG_OBJECT_COLOR_BLEND_STATE,
             info, 0);
     if (!state)
         return XGL_ERROR_OUT_OF_MEMORY;