index
:
~sandmann/pixman
0.26
64bpp
8000
8888_8888_8888
a1-sampling
access-denied
airy
alex-scaler
alpha-fixes
analyze-extents
area
bigendian-g4
bilinear-reduction
bits-flags
bits-iter
blendfix
blt
bswap
check-formats
checkerboard
combine-formatting
company-yuv
component
composite-args
composite-test-fixes
composite-test-more-ops
composite-trapezoids
conical
cpu-refactor
cpudetectfiles
crc
direct-destination
disable-imp
dither
docs
eliminate-composite
eliminate-fetchers
eliminate-flags
endian
extents-cleanup
fast-iters
fast-path-cache
fetchers
fill8
flags
float-imp
floatpipe
for-master
force-srgb
fullpixel
gamma
glyph
glyph2
glyph3
glyph4
gradient-crash
gradient-precision
gradient-test
gradient2
gradients
half-precision
hsl-component
impacc
impcache
infinite-loop
intersect-rect
inttrans
iter-initializers
iterators
iterators3
iterators4
jit
lerp-ops
lists
llerp
macro-fast-path
memcpy
method2
mips
mips2
mmxext
mmxfix
more-alpha
more-flags
more-iters
more-scalers
multi-phase
nearest-affine
negative-strides
neon_565_ca
no_pixels
nodelegate
noise
nommx
noop
nopixels
openmp-configure
over-reverse
overlapping
parrot
pixelchecker
planar
png
polygon
polygon-lists
polygon-trace
progressbar
radial-fast
radial-stress
reduce-memory
region-debug
region_contains
release
rounding
sRGB_x8r8g8b8
sampling-fix
separable
separable-bilinear
separable-fast-path
separable-v2
shader
signed-overflow
simple-repeat
simplify-iters
spitzak-for-master
spitzak13
spitzak14
srgb
srgb-roundtrip
sse2-fetch-x8r8g8b8
sse2-fetchers
sse2-gradients
sse2-macro
sse2_in_n_8
sse_8888_8_8888
ssse3-scaling
stackrealign
stackrealign2
stackrealign3
standard-flags
stdint
stresstest
supersampling
test-cleanups
thread-test
threads
tiled
tls-fixes
trace
trap-access
trap-offset
trapdebug
unroll
vspans
writepng
zero-by-zero
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
demos/scale: Add good/best filter types
spitzak14
Bill Spitzak
1
-5
/
+7
2016-03-11
pixman-image: Implement PIXMAN_FILTER_GOOD/BEST as separable convolutions
Bill Spitzak
3
-7
/
+206
2016-03-11
pixman-image: Detect all 8 transforms that can do nearest filter
Bill Spitzak
1
-62
/
+57
2016-03-11
pixman-filter: Add description to pixman_filter_create_separable_convolution()
Bill Spitzak
1
-0
/
+51
2016-03-11
pixman-filter: Made Gaussian a bit wider
Bill Spitzak
1
-1
/
+1
2016-03-11
pixman-filter: Nested polynomial for cubic
Bill Spitzak
1
-6
/
+8
2016-03-11
pixman-filter: distribute normalization error over filter
Bill Spitzak
1
-1
/
+11
2016-03-11
pixman-filter: Use array index instead of pointers
Bill Spitzak
1
-11
/
+9
2016-03-11
pixman-filter: Do BOX.BOX much faster
Bill Spitzak
1
-0
/
+5
2016-03-11
pixman-filter: integral splitting is only needed for triangle filter
Bill Spitzak
1
-2
/
+2
2016-03-11
pixman-filter: fix subsample_bits == 0
Bill Spitzak
1
-1
/
+4
2016-03-11
pixman-filter: Directly calculate normalized values
Bill Spitzak
1
-4
/
+4
2016-03-11
pixman-filter: Correct integration with impulse filters
Bill Spitzak
1
-62
/
+49
2016-03-11
pixman-filter: Correct Simpsons integration
Bill Spitzak
1
-6
/
+15
2016-03-11
pixman-filter: rename "scale" to "size" when it is 1/scale
Bill Spitzak
2
-12
/
+12
2016-03-11
pixman-filter: reduce amount of malloc/free/memcpy to generate filter
Bill Spitzak
1
-34
/
+23
2016-03-11
pixman-image: Added enable-gnuplot config to view filters in gnuplot
Bill Spitzak
2
-0
/
+58
2016-03-11
demos/scale: Default to locked axis
Bill Spitzak
1
-0
/
+1
2016-03-11
demos/scale: fix blank subsamples spin box
Bill Spitzak
1
-0
/
+1
2016-03-11
demos/scale: Only generate filters when used for separable
Bill Spitzak
1
-10
/
+19
2016-03-11
demos/scale: Added pulldown to choose PIXMAN_FILTER_* value
Bill Spitzak
2
-11
/
+41
2016-03-11
demos/scale: Compute filter size using boundary of xformed ellipse, not recta...
Bill Spitzak
1
-41
/
+61
2016-01-31
pixman-private: include <float.h> only in C code
Thomas Petazzoni
1
-2
/
+1
2015-12-30
build: Distinguish SKIP and FAIL on Win32
Andrea Canciani
1
-11
/
+20
2015-12-23
build: Use `del` instead of `rm` on `cmd.exe` shells
Simon Richter
1
-2
/
+6
2015-12-23
build: Do not use `mkdir -p` on Windows
Andrea Canciani
1
-2
/
+3
2015-12-23
build: Avoid phony `pixman` target in test/Makefile.win32
Andrea Canciani
1
-6
/
+4
2015-12-23
build: Remove use of BUILT_SOURCES from Makefile.win32
Andrea Canciani
1
-1
/
+1
2015-12-23
Post 0.34 branch creation version bump to 0.35.1
Oded Gabbay
1
-2
/
+2
2015-12-22
Post-release version bump to 0.33.7
Oded Gabbay
1
-1
/
+1
2015-12-22
Pre-release version bump to 0.33.6
Oded Gabbay
1
-1
/
+1
2015-12-22
configura.ac: fix test for SSE2 & SSSE3 assembler support
Oded Gabbay
1
-4
/
+6
2015-11-18
mmx: Improve detection of support for "K" constraint
Andrea Canciani
2
-21
/
+18
2015-11-18
Revert "mmx: Use MMX2 intrinsics from xmmintrin.h directly."
Matt Turner
2
-8
/
+71
2015-10-23
Post-release version bump to 0.33.5
Oded Gabbay
1
-1
/
+1
2015-10-23
Pre-release version bump to 0.33.4
Oded Gabbay
1
-1
/
+1
2015-10-16
test: Fix fence-image-self-test on Mac
Andrea Canciani
2
-8
/
+10
2015-10-13
mmx: Use MMX2 intrinsics from xmmintrin.h directly.
Matt Turner
2
-71
/
+8
2015-09-29
vmx: implement fast path vmx_composite_over_n_8888
Siarhei Siamashka
1
-0
/
+54
2015-09-25
affine-bench: remove 8e margin from COVER area
Ben Avison
1
-6
/
+18
2015-09-25
Remove the 8e extra safety margin in COVER_CLIP analysis
Ben Avison
1
-13
/
+4
2015-09-25
pixman-general: Tighten up calculation of temporary buffer sizes
Ben Avison
1
-2
/
+2
2015-09-22
pixman-general: Fix stack related pointer arithmetic overflow
Siarhei Siamashka
1
-9
/
+7
2015-09-20
test: add a check for FE_DIVBYZERO
Thomas Petazzoni
2
-0
/
+7
2015-09-18
vmx: Remove unused expensive functions
Oded Gabbay
1
-196
/
+0
2015-09-18
vmx: implement fast path vmx_composite_over_n_8_8888
Oded Gabbay
1
-0
/
+111
2015-09-18
vmx: optimize vmx_composite_over_n_8888_8888_ca
Oded Gabbay
1
-31
/
+21
2015-09-18
vmx: optimize scaled_nearest_scanline_vmx_8888_8888_OVER
Oded Gabbay
1
-62
/
+17
2015-09-17
armv6: enable over_n_8888
Pekka Paalanen
1
-5
/
+4
2015-09-17
armv6: Add over_n_8888 fast path (disabled)
Ben Avison
2
-0
/
+48
[next]