1. c605142 [glsl] Fold TextureBuiltinsFromUniforms into GLSL bindings by dan sinclair · 10 months ago
  2. 66b9b8c Fold the depth_range_offsets into the writer options. by dan sinclair · 10 months ago
  3. cd5a5e9 Remove the Multiplanar and BindingRemapper API options by dan sinclair · 10 months ago
  4. cd4bf9a Remove WGSL extension `chromium_internal_dual_source_blending` by Jiawei Shao · 10 months ago
  5. 57e3d26 Tint: Rename the attribute `index` to `blend_src` by Jiawei Shao · 10 months ago
  6. 320ad46 [glsl] Update GLSL binding information. by dan sinclair · 10 months ago
  7. 2320e63 Add check for option to tint::glsl::writer::ASTFuzzer by Ryan Harrison · 10 months ago
  8. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  9. aefe7d2 OpenGLES: baseVertex, baseInstance workaround. by Stephen White · 10 months ago
  10. cc43f15 Tint: Add `dual_source_blending` as a valid WGSL extension by Jiawei Shao · 10 months ago
  11. f472906 [glsl] Cleanup CombineSamplers data by dan sinclair · 11 months ago
  12. f03cc94 Fixup doxygen issues by dan sinclair · 11 months ago
  13. 7cdaffe [tint][ice] Make the InternalCompilerErrors abort by Ben Clayton · 11 months ago
  14. 415bd73 [tint][diagnostics] Remove System enum by Ben Clayton · 11 months ago
  15. 9904db0 [tint][fuzz][glsl] Skip large depth_range_offsets by Ben Clayton · 11 months ago
  16. ba06f47 [tint][fuzz] Limit the first_index_offset value by Ben Clayton · 11 months ago
  17. f3b93c1 Add FoldConstants transform by dan sinclair · 1 year ago
  18. 448c01b [tint] Implement support for r8unorm by Ben Clayton · 1 year, 1 month ago
  19. c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
  20. 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year, 1 month ago
  21. 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 1 month ago
  22. 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 1 month ago
  23. 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 2 months ago
  24. f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 2 months ago
  25. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  26. 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 2 months ago
  27. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 2 months ago
  28. 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 2 months ago
  29. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 2 months ago
  30. 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 2 months ago
  31. 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 2 months ago
  32. 15d2710 Remove data returned from `TextureBuiltinFromUniform` transform. by dan sinclair · 1 year, 2 months ago
  33. f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 2 months ago
  34. efda280 Remove entry_point return from GLSL backend. by dan sinclair · 1 year, 2 months ago
  35. b789a43 GLSL: implement push constants. by Stephen White · 1 year, 3 months ago
  36. dd81723 Tint/HLSL: Support Shader Model 6.6 Pack/Unpack intrinsics by Jiawei Shao · 1 year, 3 months ago
  37. 41cdde7 [tint][lang] Standardise lower / raise namespaces by Ben Clayton · 1 year, 3 months ago
  38. 31295c4 Add new GLSL fuzzer by dan sinclair · 1 year, 3 months ago
  39. 825f626 Add toggle to disable Tint polyfills on integer division and modulo by Jiawei Shao · 1 year, 3 months ago
  40. 89274f7 [tint][utils] Remove boolean operators from Result by Ben Clayton · 1 year, 3 months ago
  41. 692b15b [tint] Fix nested texture-sampler pair collection by James Price · 1 year, 3 months ago
  42. 47ae7fc [glsl] Match parameter order in CombineSamplers by James Price · 1 year, 3 months ago
  43. c8ca47f Implement pack4xI8 and pack4xU8 by Jiawei Shao · 1 year, 3 months ago
  44. ea47ccd Remove Renamer in glsl ast_printer by Shrek Shao · 1 year, 4 months ago
  45. fb728a3 [wgsl-writer] Add ProgramOptions for IR->AST by James Price · 1 year, 4 months ago
  46. 53c0fa9 Enable language extension `packed_4x8_integer_dot_product` by Jiawei Shao · 1 year, 4 months ago
  47. 648a2b3 OpenGL: Support dot4I8Packed() and dot4U8Packed() by Jiawei Shao · 1 year, 4 months ago
  48. 3c54ba5 [tint][wgsl] Move LanguageFeature to a separate target by Ben Clayton · 1 year, 4 months ago
  49. 24b8109 [ir] Move use of IR decision higher in the stack. by dan sinclair · 1 year, 4 months ago
  50. acef310 [tint][ir] Add ConstPropagatingPtr - const-propagating ptr by Ben Clayton · 1 year, 4 months ago
  51. 37e9d11 [tint] Namespace the strconv files by dan sinclair · 1 year, 4 months ago
  52. 1e7b312 [tint][ir] Use 'const' on non-mutating IR consumers by Ben Clayton · 1 year, 4 months ago
  53. c33fdbb Remove chromium_experimental_read_write_storage_texture by Jiawei Shao · 1 year, 4 months ago
  54. 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 5 months ago
  55. 78da664 Pass feature allowlist from Dawn to Tint by James Price · 1 year, 5 months ago
  56. 631aaa3 [glsl][hlsl][msl][spirv] Ignore requires directive by James Price · 1 year, 5 months ago
  57. d6082c5 [tint] Use TINT_ICE_ON_NO_MATCH by Ben Clayton · 1 year, 5 months ago
  58. 5b5616f [tint][glsl] Make the GLSL printer PIMPL by Ben Clayton · 1 year, 5 months ago
  59. 38c7879 Fix Texture1DTo2D not appending .x for builtin as a call statement by Shrek Shao · 1 year, 5 months ago
  60. 4759145 tint/cmake: fix TINT_BUILD_GLSL_VALIDATOR when !TINT_BUILD_GLSL_WRITER by Antonio Maiorano · 1 year, 5 months ago
  61. 2df52b2 [ir][glsl] Basic function emitting by dan sinclair · 1 year, 5 months ago
  62. 7fec38c [ir][glsl] Pull common printing code out to suppport file. by dan sinclair · 1 year, 5 months ago
  63. 4249124 GLSL, HLSL: fix atomicSub() output. by Stephen White · 1 year, 5 months ago
  64. 5d5be56 Regenerate build files by Austin Eng · 1 year, 5 months ago
  65. 2f8af08 [ir][glsl] Skeleton of GLSL IR backend by dan sinclair · 1 year, 5 months ago
  66. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
  67. a14737a Move tint writer options into GLSL request. by dan sinclair · 1 year, 5 months ago
  68. 48a4eab Fix Combine Sampler transform on function with unused tex param by Shrek Shao · 1 year, 6 months ago
  69. f1b8a01 [tint][glsl] Put GLSL validation behind a build flag. by Ben Clayton · 1 year, 6 months ago
  70. 80b987e [tint][build] Guard WGSL reader with tint_build_wgsl_reader by Ben Clayton · 1 year, 6 months ago
  71. 2550b49 [tint][build] Guard WGSL writer with tint_build_wgsl_writer by Ben Clayton · 1 year, 6 months ago
  72. 9bbb27a [tint] Add missing build guards by Ben Clayton · 1 year, 6 months ago
  73. 0eec270 [tint][utils] Add VectorIterator class by Ben Clayton · 1 year, 6 months ago
  74. 9d05868 [tint][gn] Remove `testonly = true` from emitted BUILD.gn files by Ben Clayton · 1 year, 6 months ago
  75. 9d1b610 [tint][build] Generate benchmarks for GN and Bazel by Ben Clayton · 1 year, 6 months ago
  76. 1521550 Remove allow_collisions from binding remapper options. by dan sinclair · 1 year, 6 months ago
  77. 1d76252 Remove `access_controls` from generic remapper options. by dan sinclair · 1 year, 6 months ago
  78. 244cac9 Reorder options structures. by dan sinclair · 1 year, 6 months ago
  79. 16ce253 OpenGL: fix multiplanar external textures. by Stephen White · 1 year, 6 months ago
  80. dfc815c [tint] Fork core builtin functions from core -> WGSL by Ben Clayton · 1 year, 6 months ago
  81. 16fb254 [tint] Add a diag::List to tint::Failure by Ben Clayton · 1 year, 6 months ago
  82. ab91b3d Move GL to use BindingRemapperOptions by dan sinclair · 1 year, 6 months ago chromium/6025
  83. 506fb55 [tint] Remove unnecessary calls to diag::List::str() by Ben Clayton · 1 year, 6 months ago
  84. f50ae68 [tint] Replace ASSERT_TRUE() in lambda with ADD_FAILURE by Ben Clayton · 1 year, 6 months ago
  85. 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
  86. d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 6 months ago
  87. 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 6 months ago
  88. 6562555 [tint] Add BUILD.bazel files for Tint by Ben Clayton · 1 year, 7 months ago
  89. d305da9 [tint] Move GLSL AST transforms to lang/glsl/writer/ast_raise by Ben Clayton · 1 year, 7 months ago
  90. 7a5f54ea [tint] Move HLSL AST transforms to lang/hlsl/writer/ast_raise by Ben Clayton · 1 year, 7 months ago
  91. a985f73 [tint] Reflect missing writer options by James Price · 1 year, 7 months ago
  92. 62ce292 [tint][glsl] Use CheckSupportedExtensions() in writer by Ben Clayton · 1 year, 7 months ago
  93. 3aea523 [glsl-writer] Fix several bugs about storage image by Jiawei Shao · 1 year, 7 months ago
  94. 57ded6a [tools][gen] Describe how to regenerate files in the header by Ben Clayton · 1 year, 7 months ago
  95. 67f0992 Add TextureBuiltinsFromUniform transform by Shrek Shao · 1 year, 7 months ago
  96. 0efa31c [tools] Use new cnf library for conditions by Ben Clayton · 1 year, 7 months ago chromium/5957
  97. 6663076 Move tint_overrides_with_defaults.gni in scripts subdir by Ben Clayton · 1 year, 7 months ago
  98. 0781a51 [tint][build] Fix GN tint_build_unittests=false by Ben Clayton · 1 year, 7 months ago
  99. 3fe6761 [tint][build][cmake] Drop GN-style target names by Ben Clayton · 1 year, 7 months ago
  100. 55e6d71 [tint][build] Add CMake target names to BUILD.cmake by Ben Clayton · 1 year, 7 months ago