)]}'
{
  "commit": "4a85e5d207b31f69a537fa28f042fef645d26198",
  "tree": "7bc61bc427c1ae533f225cdcb0c4129548722950",
  "parents": [
    "7d58301c1f0f4492e1f757d6c3d8ff3fd3a2e4d8"
  ],
  "author": {
    "name": "Jiawei Shao",
    "email": "jiawei.shao@intel.com",
    "time": "Mon Nov 13 08:22:53 2023 +0000"
  },
  "committer": {
    "name": "Dawn LUCI CQ",
    "email": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Mon Nov 13 08:22:53 2023 +0000"
  },
  "message": "Tint/HLSL: Implement AST transform for pixel local variables\n\nThis patch implements the AST transform \"pixel_local\" for pixel local\nvariables on Tint HLSL backends.\n\nBelow are the steps that the transform \"pixel_local\" do:\n1. Translate the var\u003cpixel_local\u003e varaible into a var\u003cprivate\u003e and a\n   bunch of read-write storage textures with an internal attribute\n   \"rasterizer ordered view\".\n2. Call function \"load_from_pixel_local_storage()\" before the original\n   main function to load the data from the read-write storage textures\n   added in step 1 into the var\u003cprivate\u003e variable.\n3. Call function \"store_into_pixel_local_storage()\" after the original\n   main function to store the data from the var\u003cprivate\u003e variable into\n   the read-write storage textures added in step 1.\n\nBug: tint:2083\nTest: tint_unittests\nChange-Id: I7d98a8c65c0bdfe2febdbbfe4cb075dc34651a37\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/159500\nCommit-Queue: Jiawei Shao \u003cjiawei.shao@intel.com\u003e\nKokoro: Kokoro \u003cnoreply+kokoro@google.com\u003e\nReviewed-by: Corentin Wallez \u003ccwallez@chromium.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "71d6a18db7dbad3c5c6219d45be52d333fa5ed95",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.bazel",
      "new_id": "5ea675c829770c73fa1ffe362357c019e81e5e02",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.bazel"
    },
    {
      "type": "modify",
      "old_id": "189d75a1ff6b214165ac55c0f347d3123b37e8d4",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.cmake",
      "new_id": "a7a94374e86db122d1fc42392f7213202fff392d",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.cmake"
    },
    {
      "type": "modify",
      "old_id": "0e23db413fe855caf1792a365ee67651d23769bb",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.gn",
      "new_id": "3200039602691d8dc5c798aa227d3dbb6c0c57a9",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/BUILD.gn"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "de4f17de3a8a3b181963799c816413e8f817a7bb",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/pixel_local.cc"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "874b0398e89a757896a15837511c35b3c6869da8",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/pixel_local.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "9f644a7ac118167f6eba8141ddffef952945839a",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/ast_raise/pixel_local_test.cc"
    }
  ]
}
