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-07-29
Store the various bits image fetchers in a table with formats and flags.
bits-flags
Søren Sandmann Pedersen
1
-50
/
+76
2010-07-29
Add some new FAST_PATH flags
Søren Sandmann Pedersen
4
-16
/
+55
2010-07-29
Remove "_raw_" from all the accessors.
Søren Sandmann Pedersen
3
-46
/
+41
2010-07-29
Eliminate the store_scanline_{32,64} function pointers.
Søren Sandmann Pedersen
2
-42
/
+16
2010-07-29
Split bits_image_fetch_transformed() into two functions.
Søren Sandmann Pedersen
1
-94
/
+128
2010-07-29
Eliminate get_pixel_32() and get_pixel_64() from bits_image.
Søren Sandmann Pedersen
2
-37
/
+45
2010-07-29
Eliminate recursion from alpha map code
Søren Sandmann Pedersen
1
-2
/
+2
2010-07-29
Replace compute_src_extent_flags() with analyze_extents()
Søren Sandmann Pedersen
3
-81
/
+212
2010-07-29
Extend scaling-crash-test in various ways
Søren Sandmann Pedersen
1
-54
/
+139
2010-07-29
If we bail out of do_composite, make sure to undo any workarounds.
Søren Sandmann Pedersen
1
-2
/
+3
2010-07-27
ARM: 'neon_combine_out_reverse_u' combiner
Siarhei Siamashka
2
-4
/
+99
2010-07-27
Code simplification (no need advancing 'vx' at the end of scanline)
Siarhei Siamashka
1
-7
/
+0
2010-07-27
test: 'scaling-test' updated to provide better coverage
Siarhei Siamashka
2
-8
/
+21
2010-07-27
test: 'scaling-crash-test' added
Siarhei Siamashka
2
-0
/
+126
2010-07-23
bits: Fix potential divide-by-zero in projective code
Søren Sandmann Pedersen
1
-4
/
+12
2010-07-22
[sse2] Add sse2_composite_add_n_8()
Søren Sandmann Pedersen
1
-0
/
+98
2010-07-22
[sse2] Add sse2_composite_in_n_8()
Søren Sandmann Pedersen
1
-1
/
+108
2010-07-22
[sse2] Add sse2_composite_src_x888_8888()
Søren Sandmann Pedersen
1
-0
/
+84
2010-07-22
[fast] Add fast_composite_src_x888_8888()
Søren Sandmann Pedersen
1
-0
/
+38
2010-07-21
Fix thinko in configure.ac's macro to test linking.
M Joonas Pihlaja
1
-3
/
+3
2010-07-21
Avoid trailing slashes on automake install dirs.
M Joonas Pihlaja
1
-1
/
+1
2010-07-21
Check for specific flags by actually trying to compile and link.
M Joonas Pihlaja
1
-41
/
+59
2010-07-21
Check that the OpenMP pragmas don't cause link errors.
M Joonas Pihlaja
3
-14
/
+77
2010-07-21
Don't trust OpenBSD's gcc to produce working code for __thread.
M Joonas Pihlaja
1
-0
/
+3
2010-07-21
Try harder to find suitable flags for pthreads.
M Joonas Pihlaja
2
-25
/
+42
2010-07-13
Check for read accessors before taking the bilinear fast path
Søren Sandmann Pedersen
1
-0
/
+1
2010-07-12
fast-path: Some formatting fixes
Søren Sandmann Pedersen
1
-13
/
+13
2010-07-12
In the FAST_NEAREST macro call the function 8888_8888 and not x888_x888
Søren Sandmann Pedersen
1
-18
/
+18
2010-07-12
Make the repeat mode explicit in the FAST_NEAREST macro.
Søren Sandmann Pedersen
1
-17
/
+26
2010-07-11
When converting indexed formats to 64 bits, don't correct for channel widths
Søren Sandmann Pedersen
2
-3
/
+30
2010-07-11
test: Make sure the palettes for indexed format roundtrip properly
Søren Sandmann Pedersen
1
-11
/
+63
2010-07-11
Split the fast path caching into its own force_inline function
Søren Sandmann Pedersen
1
-93
/
+107
2010-07-11
Cache the implementation along with the fast paths.
Søren Sandmann Pedersen
1
-10
/
+16
2010-07-11
Hide the global implementation variable behind a force_inline function.
Søren Sandmann Pedersen
1
-13
/
+15
2010-07-10
Fix memory leak in the pthreads thread local storage code
Søren Sandmann Pedersen
1
-3
/
+10
2010-07-07
Make the combiner macros less likely to cause name collisions.
Søren Sandmann Pedersen
1
-76
/
+76
2010-07-06
Minor tweaks to README
Søren Sandmann Pedersen
1
-1
/
+2
2010-06-24
Store the conical angle in floating point radians, not fixed point degrees
Søren Sandmann Pedersen
2
-5
/
+7
2010-06-20
Fix conical gradients to match QConicalGradient from Qt
Søren Sandmann Pedersen
1
-19
/
+32
2010-06-18
Make separate gray scanline storers.
Søren Sandmann Pedersen
2
-4
/
+38
2010-06-18
When storing a g1 pixel, store the lowest bit, rather than comparing with 0.
Søren Sandmann Pedersen
2
-2
/
+2
2010-06-09
test: verify that gradients do not crash pixman
Andrea Canciani
2
-0
/
+119
2010-06-09
support single-stop gradients
Andrea Canciani
2
-4
/
+0
2010-06-09
Eliminate mask_bits from all the scanline fetchers.
Søren Sandmann Pedersen
9
-144
/
+85
2010-06-03
create getter for component alpha
Jeff Muizelaar
2
-0
/
+7
2010-05-13
test: added OpenMP support for better utilization of multiple CPU cores
Siarhei Siamashka
4
-0
/
+10
2010-05-13
test: scaling-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-99
/
+11
2010-05-13
test: blitters-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-118
/
+9
2010-05-13
test: blitters-test-bisect.rb converted to perl
Siarhei Siamashka
1
-0
/
+68
2010-05-13
test: main loop from blitters-test added as a new function to utils.c
Siarhei Siamashka
2
-0
/
+118
[next]