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-10-31
general: Replace the switch with a table
impacc
Søren Sandmann Pedersen
1
-24
/
+17
2010-10-31
Eliminate get_fetcher_32/64() from the image struct.
Søren Sandmann Pedersen
7
-153
/
+96
2010-10-31
Move bilinear fast paths to pixman-fast-path.c
Søren Sandmann Pedersen
2
-245
/
+246
2010-10-31
Move affine fetcher to pixman-fast-path.c
Søren Sandmann Pedersen
2
-67
/
+68
2010-10-31
Move filters and repeat code to pixman-common.h header
Søren Sandmann Pedersen
2
-185
/
+191
2010-10-31
Move untransformed fetching to pixman-fast-path.c
Søren Sandmann Pedersen
2
-142
/
+142
2010-10-31
Move solid fetching to pixman-fast-path.c
Søren Sandmann Pedersen
2
-48
/
+77
2010-10-31
Move bilinear, no_repeat fast path to pixman-fast-path.c
Søren Sandmann Pedersen
2
-223
/
+255
2010-10-31
Move bilinear() to pixman-common.h
Søren Sandmann Pedersen
2
-91
/
+91
2010-10-31
In pixman-general-bits.c, make use of repeat() from pixman-common.h
Søren Sandmann Pedersen
1
-40
/
+13
2010-10-31
Rename pixman-fast-path.h to pixman-common.h
Søren Sandmann Pedersen
3
-2
/
+2
2010-10-31
Rename pixman_implementation_get_scanline_32/64 to pixman_image_get_scanline_...
Søren Sandmann Pedersen
4
-61
/
+61
2010-10-31
Fix typo
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-31
Delete _pixman_image_get_scanline_32()
Søren Sandmann Pedersen
2
-22
/
+0
2010-10-31
Add an implementation argument to _pixman_image_get_solid
Søren Sandmann Pedersen
5
-42
/
+44
2010-10-31
Eliminate _pixman_image_get_scanline_64()
Søren Sandmann Pedersen
6
-49
/
+4
2010-10-31
Add new _pixman_implementation_get_scanline_{32,64}
Søren Sandmann Pedersen
3
-12
/
+73
2010-10-31
Delete unused _pixman_image_get_scanline_64()
Søren Sandmann Pedersen
2
-28
/
+0
2010-10-31
Use the fetch getters in pixman-general.c
Søren Sandmann Pedersen
1
-8
/
+11
2010-10-31
Add get_fetcher functions to implementation
Søren Sandmann Pedersen
3
-1
/
+62
2010-10-31
Move all the pixel accessors to their own struct
Søren Sandmann Pedersen
3
-61
/
+84
2010-10-31
Eliminate all the property_changed() functions.
Søren Sandmann Pedersen
7
-35
/
+2
2010-10-31
Add a validate image function to the implementation struct
Søren Sandmann Pedersen
5
-7
/
+30
2010-10-31
Move _pixman_image_validate() to pixman.c
Søren Sandmann Pedersen
2
-21
/
+21
2010-10-31
Replace the get_scanline_32/64 functions with an extra indirection.
Søren Sandmann Pedersen
7
-19
/
+90
2010-10-31
Split fetcher table in bits image into 32 and 64
Søren Sandmann Pedersen
1
-51
/
+45
2010-10-31
Rename images to be part of general imp
Søren Sandmann Pedersen
6
-5
/
+5
2010-10-31
Delete the source_image_t struct.
Søren Sandmann Pedersen
4
-44
/
+33
2010-10-31
[mmx] Mark some of the output variables as early-clobber.
Søren Sandmann Pedersen
1
-2
/
+2
2010-10-31
Remove workaround for a bug in the 1.6 X server.
Søren Sandmann Pedersen
6
-303
/
+28
2010-10-27
Version bump 0.21.1.
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-27
Post-release version bump to 0.20.1
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-27
Pre-release version bump to 0.20.0
Søren Sandmann Pedersen
1
-2
/
+2
2010-10-27
Added check to find pthread on Haiku.
Scott McCreary
1
-1
/
+2
2010-10-24
Plug another leak in alphamap test
Jon TURNEY
1
-0
/
+5
2010-10-20
Post-release version bump to 0.19.7
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-20
Pre-release version bump to 0.19.6
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-20
Fix an overflow in the new radial gradient code
Andrea Canciani
1
-3
/
+4
2010-10-20
Remove the class field from source_image_t
Søren Sandmann Pedersen
4
-10
/
+7
2010-10-20
Remove unused enum value
Andrea Canciani
1
-1
/
+0
2010-10-20
Make classification consistent with rasterization
Andrea Canciani
1
-36
/
+35
2010-10-18
Improve precision of linear gradients
Andrea Canciani
1
-74
/
+46
2010-10-12
Add comments about errors
Andrea Canciani
1
-0
/
+42
2010-10-12
Draw radial gradients with PDF semantics
Andrea Canciani
2
-198
/
+223
2010-10-11
Plug leak in the alphamap test.
Søren Sandmann Pedersen
1
-1
/
+15
2010-10-11
Add no-op combiners for DST and the CA versions of the HSL operators.
Søren Sandmann Pedersen
1
-10
/
+21
2010-10-11
test: Add some more colors to the color table in composite.c
Søren Sandmann Pedersen
1
-1
/
+3
2010-10-11
test: Parallize composite.c with OpenMP
Søren Sandmann Pedersen
1
-4
/
+6
2010-10-11
test: Change composite so that it tests randomly generated images
Søren Sandmann Pedersen
2
-98
/
+111
2010-10-11
test: Fix eval_diff() so that it provides useful error values.
Søren Sandmann Pedersen
1
-31
/
+15
[next]