galahad: do map/unmap counting for resources
[mesa.git] / src / gallium / drivers / i965 / brw_gs_state.c
index 1b0de17aec1fe004fcab5bfa8f2e615b0aec764b..b64ec286cea4923de3e1a5e31750845169374215 100644 (file)
@@ -82,7 +82,7 @@ gs_unit_create_from_key(struct brw_context *brw,
 
    memset(&gs, 0, sizeof(gs));
 
-   /* maybe-reloc: populate the background */
+   /* reloc */
    gs.thread0.grf_reg_count = align(key->total_grf, 16) / 16 - 1;
    gs.thread0.kernel_start_pointer = 0;