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