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-22
Add component alpha for hsl
hsl-component
Søren Sandmann Pedersen
1
-20
/
+64
2012-09-21
formatting.
Søren Sandmann Pedersen
1
-33
/
+51
2012-09-21
Fix some divisions by zero
Søren Sandmann Pedersen
3
-5
/
+10
2012-09-21
CLAMP divisions
Søren Sandmann Pedersen
1
-15
/
+44
2012-09-21
Add enter/exit_pixman function pointers to implementation.
Søren Sandmann Pedersen
5
-10
/
+129
2012-09-21
TLS: Mangle the internal name for the thread-local variable
Søren Sandmann Pedersen
1
-6
/
+6
2012-09-21
Add combiner test
Søren Sandmann Pedersen
4
-0
/
+167
2012-09-21
FIXME: float-combiner
Søren Sandmann Pedersen
1
-0
/
+0
2012-09-21
Don't auto-generate pixman-combine32.[ch] any more
Søren Sandmann Pedersen
7
-824
/
+744
2012-09-21
Remove 64 bit pipeline
Søren Sandmann Pedersen
9
-725
/
+39
2012-09-21
Switch the wide pipeline over to using floating point
Søren Sandmann Pedersen
9
-47
/
+59
2012-09-21
pixman-access.c: Add floating point accessor functions
Søren Sandmann Pedersen
3
-43
/
+624
2012-09-21
pixman-utils.c, pixman-private.h: Add floating point conversion routines
Søren Sandmann Pedersen
2
-0
/
+139
2012-09-21
Add pixman-combine-float.c
Søren Sandmann Pedersen
4
-0
/
+968
2012-09-21
blitters-test: Prepare for floating point
Søren Sandmann Pedersen
1
-1
/
+3
2012-09-21
glyph-test: Prepare for floating point
Søren Sandmann Pedersen
1
-2
/
+5
2012-09-21
pixman-combine.c.template: Formatting clean-ups
Søren Sandmann Pedersen
1
-31
/
+7
2012-09-21
Fix bugs in pixman-image.c
Søren Sandmann Pedersen
1
-2
/
+2
2012-09-21
Add rotate-test.c test program
Søren Sandmann Pedersen
2
-0
/
+110
2012-09-20
Fix bug in fast_composite_scaled_nearest()
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-20
Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-test
Søren Sandmann Pedersen
1
-9
/
+31
2012-09-19
Fix bugs in component alpha combiners for separable PDF operators
Søren Sandmann Pedersen
2
-3
/
+3
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
2012-07-31
glyph-test: Avoid setting solid images as alpha maps.
Søren Sandmann Pedersen
1
-2
/
+2
2012-07-31
stress-test: Avoid overflows in clip rectangles
Søren Sandmann Pedersen
1
-0
/
+5
2012-07-31
Add make-srgb.pl to EXTRA_DIST
Søren Sandmann Pedersen
1
-0
/
+1
2012-07-30
Add tests to validate new sRGB behavior
Antti S. Lankila
4
-6
/
+104
2012-07-30
Add sRGB blending demo program
Antti S. Lankila
3
-1
/
+100
2012-07-30
Add support for sRGB surfaces
Antti S. Lankila
8
-3
/
+272
2012-07-29
Remove unnecessary dst initialization
Antti S. Lankila
1
-9
/
+0
[next]