Sign in
go
/
image
/
3aac9c63df6c65cda99e4890d824b12c2c440b89
/
vector
f632f7f
tiff, tiff/lzw, vector: use single space in comments
by Dmitri Shuralyov
· 2 years, 1 month ago
99f80d0
all: gofmt
by Russ Cox
· 3 years ago
7319ad4
vector: add example test
by Nigel Tao
· 3 years, 11 months ago
ac19c3e
all: go fmt ./...
by Russ Cox
· 4 years, 1 month ago
cff245a
image/vector: simplify haveAccumulateSIMD fields
by Nigel Tao
· 6 years ago
d6a02ce
image/vector: add runtime check for SSE4.1
by Nigel Tao
· 6 years ago
59b11be
vector: clarify GOARCH=wasm test code
by Nigel Tao
· 6 years ago
4e30a6e
vector: fix tests on wasm
by Richard Musiol
· 6 years ago
46e4eb7
vector: use asm opcode mnemonics
by Nigel Tao
· 6 years ago
4b0b9b9
vector: remove Go 1.8 support
by Dmitri Shuralyov
· 6 years ago
e20db36
vector: prevent fused multiply-add being used in floatingLineTo
by Michael Munday
· 8 years ago
d1087bc
vector: benchmark the floating point code path.
by Nigel Tao
· 8 years ago
507b1a4
vector: measure the fixed point rasterizer's accuracy.
by Nigel Tao
· 8 years ago
98f3e4e
vector: make args float32 pairs instead of f32.Vec2.
by Nigel Tao
· 8 years ago
c78039e
vector: tweak the asm register assignment.
by Nigel Tao
· 8 years ago
0ed2caa
vector: add go1.6 build tag for asm code.
by Nigel Tao
· 8 years ago
93fad36
vector: remove a shift from the inner loop.
by Nigel Tao
· 8 years ago
8874bef
vector: change ϕ from 10 to 9.
by Nigel Tao
· 8 years ago
fa54d6f
vector: simplify fixedLineTo computation.
by Nigel Tao
· 8 years ago
f72412c
vector: fix overflow when rasterizing a 30 degree line.
by Nigel Tao
· 8 years ago
e78c457
vector: add SIMD versions of xxxAccumulateMask.
by Nigel Tao
· 8 years ago
beb9675
vector: fix overflow when rasterizing wide lines.
by Nigel Tao
· 8 years ago
8edbaf3
vector: add SIMD versions of xxxAccumulateOpOver.
by Nigel Tao
· 8 years ago
ae7296d
vector: generate acc_amd64.s from a template.
by Nigel Tao
· 8 years ago
746988e
vector: add SIMD versions of xxxAccumulateOpSrc.
by Nigel Tao
· 8 years ago
dc590ef
vector: add some accumulate tests.
by Nigel Tao
· 8 years ago
72141d5
vector: re-order some functions.
by Nigel Tao
· 8 years ago
992afa5
vector: add a fixed point math implementation.
by Nigel Tao
· 8 years ago
8a20735
vector: sort benchmarks from slowest to fastest.
by Nigel Tao
· 8 years ago
14bbbc8
vector: add a fast path for RGBA dst images.
by Nigel Tao
· 8 years ago
0080ac3
vector: add some more tests.
by Nigel Tao
· 8 years ago
7ea3649
vector: allow dst and mask to have different strides.
by Nigel Tao
· 8 years ago
b077ed4
vector: implement arbitrary dst and src image types.
by Nigel Tao
· 8 years ago
50ce1eb
vector: add benchmarks.
by Nigel Tao
· 8 years ago
cd8486a
vector: implement DrawOp == draw.Over.
by Nigel Tao
· 8 years ago
bb355ba
vector: add CubeTo.
by Nigel Tao
· 9 years ago
714f2e4
vector: new package for rasterizing 2-D graphics.
by Nigel Tao
· 9 years ago