mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
i965: Fix comment about CS scratch space encodings on Broadwell+.
I typo'd this. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
93d8f80a9a
commit
a08a16541b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue