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
2013-05-22
Consolidate all the iter_init_bits_stride functions
iter-initializers
Søren Sandmann Pedersen
5
-42
/
+25
2013-05-22
Delete the old src/dest_iter_init() functions
Søren Sandmann Pedersen
7
-274
/
+6
2013-05-22
Add _pixman_implementation_iter_init() and use instead of _src/_dest_init()
Søren Sandmann Pedersen
8
-6
/
+88
2013-05-22
general: Store the iter initializer in a one-entry pixman_iter_info_t table
Søren Sandmann Pedersen
1
-22
/
+62
2013-05-22
fast: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-62
/
+45
2013-05-22
mmx: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-29
/
+35
2013-05-22
sse2: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-29
/
+35
2013-05-22
noop: Keep information about iterators in an array of pixman_iter_info_t
Søren Sandmann Pedersen
2
-74
/
+124
2013-05-22
Always set the FAST_PATH_NO_ALPHA_MAP flag for non-BITS images
Søren Sandmann Pedersen
3
-5
/
+6
2013-05-22
Add ITER_WIDE iter flag
Søren Sandmann Pedersen
2
-17
/
+16
2013-05-22
Add ITER_SRC and ITER_DEST iter flags
Søren Sandmann Pedersen
3
-7
/
+17
2013-05-22
Make use of image flag in noop iterators
Søren Sandmann Pedersen
1
-6
/
+4
2013-05-19
Use AC_LINK_IFELSE to check if the Loongson MMI code can link
Markos Chandras
1
-1
/
+1
2013-05-15
mmx: Document implementation(s) of pix_multiply().
Matt Turner
1
-0
/
+23
2013-05-11
Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
ingmar@irsoft.de
2
-0
/
+4
2013-05-08
Post-release version bump to 0.31.1
Søren Sandmann Pedersen
1
-2
/
+2
2013-05-08
Pre-release version bump to 0.30.0
Søren Sandmann Pedersen
1
-2
/
+2
2013-04-30
Post-release version bump to 0.29.5
Søren Sandmann Pedersen
1
-1
/
+1
2013-04-30
Pre-release version bump to 0.29.4
Søren Sandmann Pedersen
1
-1
/
+1
2013-04-30
pixman/refactor: Delete this file
Søren Sandmann Pedersen
1
-478
/
+0
2013-04-30
MIPS: DSPr2: Added rpixbuf fast path.
Nemanja Lukic
2
-0
/
+63
2013-04-30
MIPS: DSPr2: Added pixbuf fast path.
Nemanja Lukic
2
-0
/
+66
2013-04-30
test: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench
Nemanja Lukic
1
-2
/
+9
2013-04-30
test: add "src_0888_8888_rev" and "src_0888_0565_rev" to lowlevel-blt-bench
Nemanja Lukic
1
-0
/
+2
2013-04-30
MIPS: DSPr2: Fix for bug in in_n_8 routine.
Nemanja Lukic
1
-70
/
+48
2013-04-30
MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.
Nemanja Lukic
3
-11
/
+79
2013-04-30
MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path.
Nemanja Lukic
2
-0
/
+71
2013-04-30
MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.
Nemanja Lukic
4
-0
/
+141
2013-04-30
MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines
Nemanja Lukic
1
-130
/
+168
2013-04-28
sse2: faster bilinear interpolation (get rid of XOR instruction)
Siarhei Siamashka
1
-13
/
+21
2013-04-28
test: larger 0xFF/0x00 filled clusters in random images for blitters-test
Siarhei Siamashka
4
-9
/
+72
2013-04-27
Trivial spelling fixes in comments
Stefan Weil
3
-5
/
+5
2013-04-08
Check for missing sqrtf() as, e.g., for Solaris 9
Peter Breitenlohner
1
-0
/
+7
2013-03-16
Improve precision of calculations in pixman-gradient-walker.c
gradient2
Søren Sandmann Pedersen
2
-43
/
+72
2013-03-11
Move the IS_ZERO() to pixman-private.h and rename to FLOAT_IS_ZERO()
Søren Sandmann Pedersen
2
-18
/
+20
2013-03-11
test: Add radial-perf-test, a microbenchmark for radial gradients
Søren Sandmann Pedersen
3
-1
/
+61
2013-03-11
demos: Add linear-gradient demo program
Søren Sandmann Pedersen
3
-0
/
+53
2013-03-08
Remove unused macro
Behdad Esfahbod
1
-2
/
+0
2013-02-27
MIPS: DSPr2: Added more fast-paths for SRC operation:
Nemanja Lukic
2
-0
/
+399
2013-02-27
MIPS: DSPr2: Added more fast-paths for OVER operation:
Nemanja Lukic
2
-0
/
+205
2013-02-15
gtk-utils.c: Use cairo in show_image() rather than GdkPixbuf
Søren Sandmann Pedersen
1
-24
/
+29
2013-02-13
Fix to lowlevel-blt-bench
Ben Avison
1
-7
/
+7
2013-02-13
sse2: Use uintptr_t in type casts from pointer to integral value
Stefan Weil
1
-2
/
+2
2013-02-13
lookup_composite: Don't update cache in case of error
Søren Sandmann Pedersen
1
-1
/
+8
2013-02-13
Turn on error logging at all times
Søren Sandmann Pedersen
2
-37
/
+3
2013-02-13
pixman-compiler.h: Add unlikely() macro
Søren Sandmann Pedersen
1
-0
/
+6
2013-02-13
utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_t
Søren Sandmann Pedersen
1
-1
/
+1
2013-02-13
test: Add new pixel-test regression test
Søren Sandmann Pedersen
2
-0
/
+268
2013-02-13
a1-trap-test: Add tests for operator_name and format_name()
Søren Sandmann Pedersen
1
-0
/
+8
2013-02-13
test: Add new check-formats utility
Søren Sandmann Pedersen
3
-2
/
+355
[next]