- a454ef9 [ast] Determining subtype of StorageTextureType by Tomek Ponitka · 4 years, 8 months ago
- 764110d [msl-writer][hlsl-writer] Pull loop variables out with continuing. by dan sinclair · 4 years, 8 months ago
- 5a75a17 [spirv-reader] Uses in phis count as uses by David Neto · 4 years, 8 months ago
- c5d65cc [spirv-reader] Don't hoist pointers that are already in scope. by David Neto · 4 years, 8 months ago
- 6c2a7b7 [spirv-reader] Track line numbers by David Neto · 4 years, 8 months ago
- 25b856a [spirv-reader] Avoid certain hoisting cases by David Neto · 4 years, 8 months ago
- fed6310 [spirv-reader] Follow non-canonicalized SPIR-V type for composite extract by David Neto · 4 years, 8 months ago
- 53b1c39 [spirv-reader] Follow non-canonicalized SPIR-V type for access chains by David Neto · 4 years, 8 months ago
- 46252ec [wgsl-parser] Consume empty struct closing brace. by dan sinclair · 4 years, 8 months ago
- 5f915f1 [validation] check if at least one of vertex, fragment or compute shader is peresent by Sarah Mashayekhi · 4 years, 8 months ago
- 4bc38c3 [validation] Add a helper function to create a fake entry point by Sarah Mashayekhi · 4 years, 8 months ago
- 8d72a2b Add missing doc comments. by dan sinclair · 4 years, 8 months ago
- 63b007d [hlsl-writer] Move test helper to a template. by dan sinclair · 4 years, 8 months ago
- 663be30 [hlsl-writer] Support matrices in storage buffers. by dan sinclair · 4 years, 8 months ago
- fea2636 [hlsl-writer] Emit numthreads for compute shaders. by dan sinclair · 4 years, 8 months ago
- 42b0e2d [hlsl-writer] Emit zero matrix values. by dan sinclair · 4 years, 8 months ago
- 04746d9 [hlsl-writer] Extract storage buffer index generation. by dan sinclair · 4 years, 8 months ago
- 43915bd Emit structs when emitting the aliases. by dan sinclair · 4 years, 8 months ago
- df503f0 [hlsl-writer] Refactor output emission. by dan sinclair · 4 years, 8 months ago
- bdb8672 [hlsl-writer] StorageBuffer support. by dan sinclair · 4 years, 8 months ago
- fc1327f [validation] implement the pair of entry point stage and name must be unique by Sarah Mashayekhi · 4 years, 8 months ago
- 6a0e28b [valdiation] Add disable test for v-0020, the <entry point name, pipeline stage> must be unique by Sarah Mashayekhi · 4 years, 8 months ago
- 4fb431c [validation] validates if global variables have a storage class by Sarah Mashayekhi · 4 years, 8 months ago
- deea295 [wgsl-parser] Set max recursion depth on const_expr by dan sinclair · 4 years, 8 months ago
- a291fc1 Ran 'git cl format' over an empty CL by Ryan Harrison · 4 years, 8 months ago
- 3765a24 [validation] clean up: using ValidatorImpl member instead of creating one by Sarah Mashayekhi · 4 years, 8 months ago
- 3fad211 [validation] Add a validator test helper class by Sarah Mashayekhi · 4 years, 8 months ago
- 63a5aa7 [wgsl-reader] Adding for loops by Tomek Ponitka · 4 years, 8 months ago
- 4641d76 Rolling 6 dependencies by Ryan Harrison · 4 years, 8 months ago
- f70065f [validation] Validate if entry point functions accept parameters by Sarah Mashayekhi · 4 years, 8 months ago
- c3038dd [validation] Adds disable test for v-0023, entry point functions accept no params by Sarah Mashayekhi · 4 years, 8 months ago
- 43c2a6c [wgsl-reader] Adding body_statement to statement grammar by Tomek Ponitka · 4 years, 8 months ago
- 04f5166 Fix triangle.wgsl's floating point literals. by Corentin Wallez · 4 years, 8 months ago
- c189b1d Re-enable float emission tests by David Neto · 4 years, 8 months ago
- e871e48 [validation] validate if entry point functions return void by Sarah Mashayekhi · 4 years, 8 months ago
- 1026fe3 [validation] Add disabled test for v-0024-entry point functions return void by Sarah Mashayekhi · 4 years, 8 months ago
- 3c9fee1 [validation] checks if function used in entry point exists by Sarah Mashayekhi · 4 years, 8 months ago
- 255cfe8 [validation] Add disabled test for v-0019-entry point functions must exist by Sarah Mashayekhi · 4 years, 8 months ago
- 8db00df [validation] Checks if recursions exist by Sarah Mashayekhi · 4 years, 8 months ago
- d38df39 [hlsl-writer] Add support for import statements. by dan sinclair · 4 years, 8 months ago
- a1087ee [hlsl-writer] Generate intrinsics. by dan sinclair · 4 years, 8 months ago
- 3739a23 [hlsl-writer] Emit cast expressions. by dan sinclair · 4 years, 8 months ago
- 10585f0 [hlsl-writer] Add tests for entry point data. by dan sinclair · 4 years, 8 months ago
- 6fdc77a [hlsl-writer] Emit module constants. by dan sinclair · 4 years, 8 months ago
- 1811639 [hlsl-writer] Fix emission of struct aliases. by dan sinclair · 4 years, 8 months ago
- bfaa6f8 [hlsl-writer] Emit uniform variables. by dan sinclair · 4 years, 8 months ago
- 7df4a84 [hlsl-writer] Add CallExpression. by dan sinclair · 4 years, 8 months ago
- 34fd95c [hlsl-writer] Add support for input locations and builtins. by dan sinclair · 4 years, 8 months ago
- be89a06 [hlsl-writer] Add function handling. by dan sinclair · 4 years, 8 months ago
- 94a374f Add missing block decoration. by dan sinclair · 4 years, 8 months ago
- 844f632 [type-determiner] return false when type determining an undeclared function by Sarah Mashayekhi · 4 years, 8 months ago
- 8fcf269 [validation] Add Disabled test for detecting recursion by Sarah Mashayekhi · 4 years, 8 months ago
- dd99471 [spirv-writer] Output name for constant global variables. by dan sinclair · 4 years, 8 months ago
- b08e253 [validation] Validates if return statement type matches function return type by Sarah Mashayekhi · 4 years, 8 months ago
- eec1a6e [validation] Validates function name uniqueness by Sarah Mashayekhi · 4 years, 8 months ago
- 23c3fee [validation]: Add disabled test for validating return statement type matches function types by Sarah Mashayekhi · 4 years, 8 months ago
- d73f812 [validation] Validates return statement by Sarah Mashayekhi · 4 years, 8 months ago
- a532ac5 Fix handling of .spvasm inputs by Ryan Harrison · 4 years, 8 months ago
- 5e7ef27 [ast] Adds get last statement to ast::Function by Sarah Mashayekhi · 4 years, 9 months ago
- f16250b [validation] Validates functions return statement by Sarah Mashayekhi · 4 years, 9 months ago
- 633b1a7 Minor updates to fix compilation. by dan sinclair · 4 years, 9 months ago
- 0617663 Change output of string based data from sample app. by dan sinclair · 4 years, 9 months ago
- eca0eaa Find un-named entry points, change set number by Idan Raiter · 4 years, 9 months ago
- ef6a4af Add instance step mode to vertex pulling transform by Idan Raiter · 4 years, 9 months ago
- 63551e3 Add vertex pulling transform by Idan Raiter · 4 years, 9 months ago
- d3107bd [validation] Validates declaration name uniqueness by Sarah Mashayekhi · 4 years, 9 months ago
- a5e7ead Disable failing tests by dan sinclair · 4 years, 9 months ago
- bc80805 [spirv-writer] Infer and emit matrix layout by David Neto · 4 years, 9 months ago
- e88f1c3 [validation] v-0021: cannot re-assign constants by Sarah Mashayekhi · 4 years, 9 months ago
- 65f88d6 [Validation] v-0006: variables must be defined before use by Sarah Mashayekhi · 4 years, 9 months ago
- 6eb2a85 [spirv-reader] Remove support for NumWorkgroups builtin variable by David Neto · 4 years, 9 months ago
- b77399c [validator] implement variable_stack_ by Sarah Mashayekhi · 4 years, 9 months ago
- f18d737 Rolling 7 dependencies and fix BUILD.gn by Ryan Harrison · 4 years, 9 months ago
- 3125a8d [ast] Add texture types to the AST. by dan sinclair · 4 years, 9 months ago
- fe8c59a Add SamplerType to AST. by dan sinclair · 4 years, 9 months ago
- 8278f2c [hlsl-writer] Add loop support. by dan sinclair · 4 years, 9 months ago
- 97bc4ad [hlsl-writer] Add if/else statements. by dan sinclair · 4 years, 9 months ago
- cbe0668 [hlsl-writer] Emit variable declarations. by dan sinclair · 4 years, 9 months ago
- b07cb63 Add SPIR-V Reader Fuzzer by Ryan Harrison · 4 years, 9 months ago
- 26479f1 Remove _exe suffix from sample program by Ryan Harrison · 4 years, 9 months ago
- 40f16dd Change the default for BUILD.gn to build all the modules by Ryan Harrison · 4 years, 9 months ago
- 1a50cb9 Simplify fuzzer targets to ease adding additional targets by Ryan Harrison · 4 years, 9 months ago
- 753f40b Fixup build warnings by dan sinclair · 4 years, 9 months ago
- c8a85aa [wgsl-reader] Add stride support. by dan sinclair · 4 years, 9 months ago
- ac4a289 [wgsl-writer] Emit array stride decoration. by dan sinclair · 4 years, 9 months ago
- a8e4e2a Add BlockStatement insert and non-const global_variables by Idan Raiter · 4 years, 9 months ago
- a3f9778 [Validator] Using pointers instead of refs by Sarah Mashayekhi · 4 years, 9 months ago
- f961850 [hlsl-writer] Add member accessor emission. by dan sinclair · 4 years, 9 months ago
- 7cf1979 [hlsl-writer] Add AsExpression to the HLSL backend. by dan sinclair · 4 years, 9 months ago
- d450a92 [hlsl-writer] Add BlockStatement support. by dan sinclair · 4 years, 9 months ago
- cda5af0 [hlsl-writer] Emit discard. by dan sinclair · 4 years, 9 months ago
- ec007b9 [hlsl-writer] Emit array accessors. by dan sinclair · 4 years, 9 months ago
- 0e48082 [hlsl-writer] Add alias type support. by dan sinclair · 4 years, 9 months ago
- 4a11b56 [hlsl-writer] Add constructor emission. by dan sinclair · 4 years, 9 months ago
- 4551a31 Add hlsl writer tests to BUILD.gn by dan sinclair · 4 years, 9 months ago
- 8cce7ce [hlsl-writer] Add type emission. by dan sinclair · 4 years, 9 months ago
- bf4614e Update some language usage. by dan sinclair · 4 years, 9 months ago
- d35e4e1 [spirv-reader] Only support column-major matrices by David Neto · 4 years, 9 months ago
- c5cd8f5 Remove binutils from DEPS and pull in changes to build.gni from Dawn by Ryan Harrison · 4 years, 9 months ago
- 88f0ae3 Get 'gn gen --check' passing by Ryan Harrison · 4 years, 9 months ago