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-12
Add TODO warning
iterators
Søren Sandmann Pedersen
1
-0
/
+2
2010-09-12
Remove some commented-out code
Søren Sandmann Pedersen
1
-43
/
+15
2010-09-12
Merge iterator_next_line() and iterator_put_scanline()
Søren Sandmann Pedersen
3
-16
/
+5
2010-09-12
Add optimization for compositing directly in the destination image.
Søren Sandmann Pedersen
3
-16
/
+57
2010-09-12
Make iterators cope with NULL images
Søren Sandmann Pedersen
3
-49
/
+15
2010-09-12
Eliminate the i variable and just decrement height instead
Søren Sandmann Pedersen
1
-2
/
+1
2010-09-12
Make destination update happen through iterator_put_scanline()
Søren Sandmann Pedersen
3
-17
/
+26
2010-09-12
Remove a bunch of unused variables and typedefs
Søren Sandmann Pedersen
1
-29
/
+0
2010-09-12
Optimize iterators for images where all rows are the same
Søren Sandmann Pedersen
2
-24
/
+24
2010-09-12
Make iterators know whether to fetch wide or narrow.
Søren Sandmann Pedersen
3
-44
/
+25
2010-09-12
Allocate buffer once per iterator, pass height to iterator constructor
Søren Sandmann Pedersen
3
-18
/
+14
2010-09-12
Make the iterators allocate the buffers themselves
Søren Sandmann Pedersen
3
-93
/
+76
2010-09-12
Eliminate _pixman_image_get/store_scanline()
Søren Sandmann Pedersen
2
-67
/
+12
2010-09-12
Use the iterators in the general implementation
Søren Sandmann Pedersen
1
-22
/
+42
2010-09-12
Add initial iterator implementation
Søren Sandmann Pedersen
2
-1
/
+110
2010-09-12
Do opacity computation with shifts instead of comparing with 0
Søren Sandmann Pedersen
2
-5
/
+12
2010-09-08
Add FAST_PATH_NO_ALPHA_MAP to the standard destination flags.
Søren Sandmann Pedersen
1
-0
/
+1
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
2010-08-14
ARM: 'neon_combine_out_reverse_u' combiner
Siarhei Siamashka
2
-4
/
+99
2010-08-14
Code simplification (no need advancing 'vx' at the end of scanline)
Siarhei Siamashka
1
-7
/
+0
2010-08-08
Store the various bits image fetchers in a table with formats and flags.
Søren Sandmann Pedersen
1
-50
/
+76
2010-08-08
Add some new FAST_PATH flags
Søren Sandmann Pedersen
4
-16
/
+55
2010-08-08
Remove "_raw_" from all the accessors.
Søren Sandmann Pedersen
3
-46
/
+41
2010-08-08
Eliminate the store_scanline_{32,64} function pointers.
Søren Sandmann Pedersen
2
-42
/
+16
2010-08-08
Split bits_image_fetch_transformed() into two functions.
Søren Sandmann Pedersen
1
-94
/
+128
2010-08-08
Eliminate get_pixel_32() and get_pixel_64() from bits_image.
Søren Sandmann Pedersen
2
-37
/
+45
2010-08-08
Eliminate recursion from alpha map code
Søren Sandmann Pedersen
1
-2
/
+2
2010-08-08
Replace compute_src_extent_flags() with analyze_extents()
Søren Sandmann Pedersen
3
-81
/
+212
2010-08-08
Extend scaling-crash-test in various ways
Søren Sandmann Pedersen
1
-54
/
+139
2010-08-05
Fix Altivec/OpenBSD patch
Søren Sandmann Pedersen
1
-2
/
+2
2010-08-05
Add support for AltiVec detection for OpenBSD/PowerPC.
Brad Smith
1
-1
/
+24
2010-08-04
CODING_STYLE: Delete the stuff about trailing spaces
Søren Sandmann Pedersen
1
-20
/
+3
2010-08-04
If we bail out of do_composite, make sure to undo any workarounds.
Søren Sandmann Pedersen
1
-2
/
+3
2010-08-04
Add x14r6g6b6 format to blitters-test
Søren Sandmann Pedersen
1
-1
/
+2
2010-08-04
Add support for 32bpp X14R6G6B6 format.
Marek Vasut
3
-1
/
+69
[next]