i965: Fix comment about CS scratch space encodings on Broadwell+.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 14 Jun 2016 08:35:20 +0000 (01:35 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Jun 2016 23:11:35 +0000 (16:11 -0700)
I typo'd this.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen7_cs_state.c

index 5427fa5af195c16405dcad3d23480e46d03984f8..5fb8829b6315d92fcf8d4259ad57e7a28eb8d57e 100644 (file)
@@ -66,7 +66,7 @@ brw_upload_cs_state(struct brw_context *brw)
    if (prog_data->total_scratch) {
       if (brw->gen >= 8) {
          /* Broadwell's Per Thread Scratch Space is in the range [0, 11]
-          * where 0 = 1k, 1 = 4k, 2 = 8k, ..., 11 = 2M.
+          * where 0 = 1k, 1 = 2k, 2 = 4k, ..., 11 = 2M.
           */
          OUT_RELOC64(stage_state->scratch_bo,
                      I915_GEM_DOMAIN_RENDER, I915_GEM_DOMAIN_RENDER,