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
2010-09-16
Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
more-scalers
Søren Sandmann Pedersen
1
-4
/
+0
2010-09-16
Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_none_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_pad_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_normal_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_reflect_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_none_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_pad_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_reflect_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_none_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_pad_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_normal_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_none_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Enable bits_image_fetch_bilinear_affine_pad_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-16
Use a macro to generate some {a,x}8r8g8b8, a8, and r5g6b5 bilinear fetchers.
Søren Sandmann Pedersen
2
-7
/
+255
2010-09-16
Add nearest scaler for x888 on 8888
Søren Sandmann Pedersen
2
-2
/
+13
2010-09-16
test: Add affine-test
Søren Sandmann Pedersen
3
-1
/
+260
2010-09-16
analyze_extents: Fast path for non-transformed BITS images
analyze-extents
Søren Sandmann Pedersen
1
-15
/
+24
2010-09-16
Move some of the FAST_PATH_COVERS_CLIP computation to pixman-image.c
Søren Sandmann Pedersen
2
-20
/
+26
2010-09-16
Add new FAST_PATH_UNCOMPOSITABLE flag
Søren Sandmann Pedersen
3
-7
/
+14
2010-09-15
Support __thread on MINGW 4.5
Tor Lillqvist
2
-3
/
+7
2010-09-14
Clip composite region against the destination alpha map extents.
more-alpha
Søren Sandmann Pedersen
1
-4
/
+17
2010-09-14
Remove FAST_PATH_NARROW_FORMAT flag if there is a wide alpha map
Søren Sandmann Pedersen
2
-15
/
+18
2010-09-14
Rename FAST_PATH_NO_WIDE_FORMAT to FAST_PATH_NARROW_FORMAT
Søren Sandmann Pedersen
4
-29
/
+29
2010-09-14
Update and extend the alphamap test
Søren Sandmann Pedersen
2
-27
/
+218
2010-09-14
Add fence_malloc() and fence_free().
Søren Sandmann Pedersen
3
-2
/
+124
2010-09-14
Do opacity computation with shifts instead of comparing with 0
Søren Sandmann Pedersen
2
-5
/
+12
2010-09-14
Add FAST_PATH_NO_ALPHA_MAP to the standard destination flags.
Søren Sandmann Pedersen
1
-0
/
+1
2010-09-13
test: detection of possible floating point registers corruption
Siarhei Siamashka
3
-1
/
+41
2010-09-13
ARM: added 'neon_composite_over_0565_8_0565' fast path
Siarhei Siamashka
2
-0
/
+66
2010-09-13
ARM: helper macros for conversion between 8888/x888/0565 formats
Siarhei Siamashka
1
-0
/
+43
2010-09-13
ARM: common init/cleanup macro for saving/restoring NEON registers
Siarhei Siamashka
2
-42
/
+26
2010-09-08
Silence some warnings about uninitialized variables
Søren Sandmann Pedersen
2
-0
/
+4
2010-09-08
When pixman_compute_composite_region32() returns FALSE, don't fini the region.
Søren Sandmann Pedersen
1
-13
/
+1
2010-09-08
Store a2b2g2r2 pixel through the WRITE macro
Søren Sandmann Pedersen
1
-5
/
+5
2010-09-06
ARM: added 'neon_composite_over_8888_8_0565' fast path
Siarhei Siamashka
2
-0
/
+40
2010-08-30
Add *.exe to .gitignore
Maarten Bosmans
1
-0
/
+1
2010-08-30
Use windows.h directly for mingw32 build
Maarten Bosmans
2
-56
/
+44
2010-08-24
Be more paranoid about checking for GTK+
Søren Sandmann Pedersen
1
-4
/
+10
2010-08-24
Merge pixman_image_composite32() and do_composite().
Søren Sandmann Pedersen
1
-75
/
+56
2010-08-24
region: Fix pixman_region_translate() clipping bug
Benjamin Otte
3
-21
/
+29
2010-08-24
region: Add a new test region-translate
Benjamin Otte
3
-0
/
+33
2010-08-21
Post-release version bump to 0.19.3
Søren Sandmann Pedersen
1
-1
/
+1
2010-08-21
Pre-release version bump to 0.19.2
Søren Sandmann Pedersen
1
-1
/
+1
2010-08-21
Only try to compute the FAST_SAMPLES_COVER_CLIP for bits images
Søren Sandmann Pedersen
1
-7
/
+10
2010-08-16
Introduce new FAST_PATH_SAMPLES_OPAQUE flag
Søren Sandmann Pedersen
3
-4
/
+18
2010-08-15
pixman_image_set_alpha_map(): Disallow alpha map cycles
Søren Sandmann Pedersen
2
-0
/
+28
2010-08-15
Add alpha-loop test program
Søren Sandmann Pedersen
5
-1
/
+80
[next]