Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Nov 21, 2021
1 parent a8900e5 commit eb2423d
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 217 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.0

## Features

- Moves `insertCaps` from a compile-time to a runtime configuration option.
- Lazily instantiates the four potential draw command variations (endpoints vs. interior segments, and insert caps true vs. false).
- Adds `reorder` as a compile-time option. When true (default: true), it internally reorders draw calls for arrays of line props (`drawLines([{...}, {...}, ...])`) to avoid repeatedly changing the shader program.

## 1.1.0

## Features
Expand Down
244 changes: 139 additions & 105 deletions dist/regl-gpu-lines.compat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/regl-gpu-lines.compat.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit eb2423d

Please sign in to comment.