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
2012-06-29
Simplify CPU detection on PPC.
cpudetectfiles
Søren Sandmann Pedersen
1
-75
/
+38
2012-06-29
Simplifications to ARM CPU detection
Søren Sandmann Pedersen
1
-157
/
+87
2012-06-29
Cleanups and simplifications in x86 CPU feature detection
Søren Sandmann Pedersen
1
-186
/
+134
2012-06-29
Simplify MIPS CPU detection
Søren Sandmann Pedersen
1
-35
/
+9
2012-06-29
Move the remaining bits of pixman-cpu into pixman-implementation.c
Søren Sandmann Pedersen
3
-80
/
+51
2012-06-29
Move MIPS specific CPU detection to its own file, pixman-mips.c
Søren Sandmann Pedersen
4
-76
/
+115
2012-06-29
Move PowerPC specific CPU detection to its own file pixman-ppc.c
Søren Sandmann Pedersen
4
-164
/
+197
2012-06-29
Move ARM specific CPU detection to a new file pixman-arm.c
Søren Sandmann Pedersen
4
-253
/
+300
2012-06-29
Move x86 specific CPU detection to a new file pixman-x86.c
Søren Sandmann Pedersen
4
-248
/
+291
2012-06-29
pixman-cpu.c: Rename disabled to _pixman_disabled() and export it
Søren Sandmann Pedersen
2
-11
/
+13
2012-06-29
Fix distcheck due to custom iwMMXt rules
Matt Turner
1
-0
/
+1
2012-06-29
sse2: faster bilinear scaling (use _mm_loadl_epi64)
Siarhei Siamashka
1
-8
/
+7
2012-06-29
test: support nearest/bilinear scaling in lowlevel-blt-bench
Siarhei Siamashka
1
-1
/
+62
2012-06-29
test: Fix for strict aliasing issue in 'get_random_seed'
Siarhei Siamashka
1
-3
/
+3
2012-06-20
build: Fix compilation on win32
Andrea Canciani
1
-1
/
+5
2012-06-16
sse2: add src_x888_0565
Matt Turner
1
-0
/
+83
2012-06-13
sse2: enable over_n_0565 for b5g6r5
Matt Turner
1
-0
/
+1
2012-06-13
.gitignore: add test/glyph-test
Matt Turner
1
-0
/
+1
2012-06-13
test: Add missing break in stress-test.c
Søren Sandmann Pedersen
1
-0
/
+1
2012-06-12
test: fix bisecting issue in fuzzer-find-diff.pl
Siarhei Siamashka
1
-0
/
+7
2012-06-12
test: OpenMP 2.5 requires signed loop iteration variables
Siarhei Siamashka
2
-10
/
+8
2012-06-11
test: Make glyph test pass on big endian
Søren Sandmann Pedersen
1
-3
/
+7
2012-06-11
bits-image: Turn all the fetchers into iterator getters
Søren Sandmann Pedersen
2
-104
/
+114
2012-06-10
Faster unorm_to_unorm for wide processing.
Antti S. Lankila
1
-4
/
+27
2012-06-09
configure.ac: add iwmmxt2 configure flag
Matt Turner
1
-6
/
+14
2012-06-09
autotools: use custom build rule to build iwMMXt code
Matt Turner
2
-6
/
+14
2012-06-02
Speed up _pixman_image_get_solid() in common cases
glyph4
Søren Sandmann Pedersen
1
-6
/
+27
2012-06-02
Speed up _pixman_composite_glyphs_no_mask()
Søren Sandmann Pedersen
3
-23
/
+111
2012-06-02
Speed up pixman_composite_glyphs()
Søren Sandmann Pedersen
3
-32
/
+149
2012-06-02
test: Add glyph-test
Søren Sandmann Pedersen
2
-0
/
+332
2012-06-02
Add support for alpha maps to compute_crc32_for_image().
Søren Sandmann Pedersen
1
-13
/
+75
2012-06-02
Move CRC32 computation from blitters-test.c into utils.c
Søren Sandmann Pedersen
3
-31
/
+46
2012-06-02
Add pixman_glyph_cache_t API
Søren Sandmann Pedersen
3
-0
/
+542
2012-06-02
Add doubly linked lists
Søren Sandmann Pedersen
2
-0
/
+49
2012-05-30
Make use of image flags in mmx and sse2 iterators
Søren Sandmann Pedersen
2
-20
/
+8
2012-05-30
Pass the full image flags to iterators
Søren Sandmann Pedersen
12
-33
/
+40
2012-05-27
mmx: add missing _mm_empty calls
Matt Turner
1
-0
/
+5
2012-05-26
mmx: add over_reverse_n_8888
Matt Turner
2
-0
/
+73
2012-05-26
mmx: add add_0565_0565
Matt Turner
1
-0
/
+86
2012-05-26
fast: add add_0565_0565 function
Matt Turner
1
-0
/
+44
2012-05-26
mmx: implement expand_4x565 in terms of expand_4xpacked565
Matt Turner
1
-27
/
+59
2012-05-26
mmx: add and use expand_4xpacked565 function
Matt Turner
2
-6
/
+59
2012-05-26
Post-release version bump to 0.27.1
Søren Sandmann Pedersen
1
-2
/
+2
2012-05-26
Pre-release version bump to 0.26.0
Søren Sandmann Pedersen
1
-2
/
+2
2012-05-25
Fix MSVC compilation
Ingmar Runge
1
-2
/
+7
2012-05-24
test: Composite with solid images instead of using pixman_image_fill_*
Søren Sandmann Pedersen
2
-11
/
+15
2012-05-23
MIPS: DSPr2: Added bilinear over_8888_8_8888 fast path.
Nemanja Lukic
4
-0
/
+177
2012-05-23
MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines
Nemanja Lukic
1
-32
/
+28
2012-05-20
demos: Add parrot.jpg to EXTRA_DIST
Søren Sandmann Pedersen
1
-1
/
+1
2012-05-15
configure.ac: Fail the ARM/iwMMXt test if not compiling with -march=iwmmxt
Matt Turner
1
-0
/
+3
[next]