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-09-30
Speed up pixman_expand_to_float()
floatpipe
Søren Sandmann Pedersen
1
-4
/
+34
2012-09-30
Don't auto-generate pixman-combine32.[ch] any more
Søren Sandmann Pedersen
7
-824
/
+744
2012-09-30
Remove 64 bit pipeline
Søren Sandmann Pedersen
9
-725
/
+39
2012-09-30
Switch the wide pipeline over to using floating point
Søren Sandmann Pedersen
9
-48
/
+60
2012-09-30
pixman-access.c: Add floating point accessor functions
Søren Sandmann Pedersen
3
-43
/
+624
2012-09-30
pixman-utils.c, pixman-private.h: Add floating point conversion routines
Søren Sandmann Pedersen
2
-0
/
+130
2012-09-30
Add combiner test
Søren Sandmann Pedersen
10
-17
/
+174
2012-09-30
Add pixman-combine-float.c
Søren Sandmann Pedersen
4
-0
/
+1015
2012-09-30
blitters-test: Prepare for floating point
Søren Sandmann Pedersen
1
-1
/
+3
2012-09-30
glyph-test: Prepare for floating point
Søren Sandmann Pedersen
1
-2
/
+5
2012-09-30
Make 'white' in add_glyphs() static and const
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-30
Make pixman.h more const-correct
Søren Sandmann Pedersen
8
-32
/
+32
2012-09-30
iwmmxt: Don't define dummy _mm_empty for >=gcc-4.8
Matt Turner
1
-1
/
+1
2012-09-29
rotate-test: Call image_endian_swap() in make_image()
Søren Sandmann Pedersen
1
-1
/
+3
2012-09-26
Add scaled nearest repeat fast paths
Siarhei Siamashka
6
-85
/
+170
2012-09-25
sse2: mark pack_565_2x128_128 as static force_inline
Matt Turner
1
-1
/
+1
2012-09-24
Fix for infinite-loop test
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-24
test: Add inifinite-loop test
Søren Sandmann Pedersen
2
-0
/
+40
2012-09-24
affine-test: Print out the transformation matrix when verbose
Søren Sandmann Pedersen
1
-4
/
+12
2012-09-24
MIPS: DSPr2: Added OVER combiner and two new fast paths: - over_8888_8888 - o...
Nemanja Lukic
2
-0
/
+151
2012-09-24
MIPS: DSPr2: Added fast-paths for OVER operation: - over_0565_n_0565 - over_0...
Nemanja Lukic
2
-0
/
+127
2012-09-24
MIPS: DSPr2: Added fast-paths for OVER operation: - over_8888_n_0565 - over_8...
Nemanja Lukic
2
-0
/
+123
2012-09-24
MIPS: DSPr2: Added fast-paths for OVER operation: - over_8888_n_8888 - over_8...
Nemanja Lukic
3
-0
/
+198
2012-09-22
pixman-combine.c.template: Formatting clean-ups
Søren Sandmann Pedersen
1
-31
/
+7
2012-09-22
Fix bugs in pixman-image.c
Søren Sandmann Pedersen
1
-2
/
+2
2012-09-22
Add rotate-test.c test program
Søren Sandmann Pedersen
2
-0
/
+112
2012-09-22
Fix bugs in component alpha combiners for separable PDF operators
Søren Sandmann Pedersen
2
-3
/
+3
2012-09-22
Fix bug in fast_composite_scaled_nearest()
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-22
Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-test
Søren Sandmann Pedersen
1
-9
/
+31
2012-09-19
implementation: Rename delegate to fallback
Søren Sandmann Pedersen
2
-12
/
+12
2012-09-19
_pixman_implementation_create(): Initialize implementation with memset()
Søren Sandmann Pedersen
1
-24
/
+11
2012-09-19
Rename _pixman_lookup_composite_function() to _pixman_implementation_lookup_c...
Søren Sandmann Pedersen
6
-128
/
+128
2012-09-19
Move delegation of src/dest iter init into pixman-implementation.c
Søren Sandmann Pedersen
6
-37
/
+49
2012-09-19
Move fill delegation into pixman-implementation.c
Søren Sandmann Pedersen
7
-164
/
+71
2012-09-19
Move blt delegation into pixman-implementation.c
Søren Sandmann Pedersen
6
-225
/
+81
2012-09-19
implementation: Write lookup_combiner() in a less convoluted way.
Søren Sandmann Pedersen
1
-12
/
+23
2012-09-15
build: Remove useless DEP_CFLAGS/DEP_LIBS variables
Matt Turner
3
-22
/
+7
2012-09-15
build: Improve win32 build system
Andrea Canciani
4
-11
/
+19
2012-09-15
mmx: Fix x86 build on MSVC
Andrea Canciani
1
-12
/
+13
2012-08-29
test/utils.c: Use pow(), not powf() in sRGB conversion routines
Søren Sandmann Pedersen
1
-2
/
+2
2012-08-26
pixel_checker: Move sRGB conversion into get_limits()
Søren Sandmann Pedersen
1
-15
/
+13
2012-08-25
Remove obsolete TODO file
Søren Sandmann Pedersen
1
-271
/
+0
2012-08-19
Remove pointless declaration of _pixman_image_get_scanline_generic_64()
Søren Sandmann Pedersen
1
-4
/
+0
2012-08-09
demos: Add srgb_trap_test.c
Søren Sandmann Pedersen
2
-0
/
+121
2012-08-09
Make show_image() cope with more formats
Søren Sandmann Pedersen
4
-26
/
+37
2012-08-09
Define TIMER_BEGIN and TIMER_END even when timers are not enabled
Søren Sandmann Pedersen
1
-0
/
+5
2012-08-01
Post-release version bump to 0.27.3
Søren Sandmann Pedersen
1
-1
/
+1
2012-08-01
Pre-release version bump to 0.27.2
Søren Sandmann Pedersen
1
-1
/
+1
2012-08-01
Use angle brackets form of including config.h
Sebastian Bauer
1
-1
/
+1
2012-08-01
Added HAVE_CONFIG_H check before including config.h
Sebastian Bauer
1
-1
/
+4
[next]