diff options
author | Matt Turner <[email protected]> | 2017-02-27 17:21:42 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-03-23 14:34:43 -0700 |
commit | d6e2bdfed3e22df26e9ad8874936241ba00575f6 (patch) | |
tree | be2296d20be45a477f53c5b0163e2e8ecc3469fc /src/compiler/nir/README | |
parent | 54f9f34181ff3f6840472d16000e0092d12eb64d (diff) |
nir: Stop using apostrophes to pluralize.
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/README')
-rw-r--r-- | src/compiler/nir/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/README b/src/compiler/nir/README index 2c81db9db61..7b312a37c30 100644 --- a/src/compiler/nir/README +++ b/src/compiler/nir/README @@ -1,5 +1,5 @@ New IR, or NIR, is an IR for Mesa intended to sit below GLSL IR and Mesa IR. -Its design inherits from the various IR's that Mesa has used in the past, as +Its design inherits from the various IRs that Mesa has used in the past, as well as Direct3D assembly, and it includes a few new ideas as well. It is a flat (in terms of using instructions instead of expressions), typeless IR, similar to TGSI and Mesa IR. It also supports SSA (although it doesn't require |