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
2011-02-18
sse2: Minor coding style cleanups.
nommx
Søren Sandmann Pedersen
1
-6
/
+12
2011-02-18
sse2: Remove pixman-x64-mmx-emulation.h
Søren Sandmann Pedersen
2
-273
/
+0
2011-02-18
sse2: Delete obsolete or redundant comments
Søren Sandmann Pedersen
1
-137
/
+0
2011-02-18
sse2: Remove all the core_combine_* functions
Søren Sandmann Pedersen
1
-356
/
+157
2011-02-18
sse2: Don't compile pixman-sse2.c with -mmmx anymore
Søren Sandmann Pedersen
1
-1
/
+1
2011-02-18
sse2: Delete unused MMX functions and constants and all _mm_empty()s
Søren Sandmann Pedersen
1
-211
/
+0
2011-02-18
sse2: Convert all uses of MMX registers to use SSE2 registers instead.
Søren Sandmann Pedersen
1
-348
/
+440
2011-02-18
Coding style: core_combine_in_u_pixelsse2 -> core_combine_in_u_pixel_sse2
Søren Sandmann Pedersen
1
-5
/
+5
2011-02-15
In pixman_image_set_transform() allow NULL for transform
Søren Sandmann Pedersen
1
-1
/
+1
2011-02-15
Avoid marking images dirty when properties are reset
Søren Sandmann Pedersen
1
-0
/
+18
2011-02-15
Add new public function pixman_add_triangles()
Søren Sandmann Pedersen
2
-17
/
+51
2011-02-15
Optimize adding opaque trapezoids onto a8 destination.
Søren Sandmann Pedersen
1
-57
/
+76
2011-02-15
Add a test program, tri-test
Søren Sandmann Pedersen
2
-1
/
+51
2011-02-15
Add support for triangles to pixman.
Søren Sandmann Pedersen
2
-0
/
+151
2011-02-15
Add a test program for pixman_composite_trapezoids().
Søren Sandmann Pedersen
2
-0
/
+255
2011-02-15
Add pixman_composite_trapezoids().
Søren Sandmann Pedersen
2
-1
/
+98
2011-02-15
test/Makefile.am: Move all the TEST_LDADD into a new global LDADD.
Søren Sandmann Pedersen
1
-34
/
+1
2011-02-15
Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGS
Søren Sandmann Pedersen
1
-17
/
+1
2011-02-15
Move all the GTK+ based test programs to a new subdir, "demos"
Søren Sandmann Pedersen
15
-52
/
+38
2011-02-15
SSE2 optimization for nearest scaled over_8888_n_8888
Siarhei Siamashka
1
-0
/
+118
2011-02-15
ARM: NEON optimization for nearest scaled over_0565_8_0565
Siarhei Siamashka
2
-0
/
+19
2011-02-15
ARM: NEON optimization for nearest scaled over_8888_8_0565
Siarhei Siamashka
2
-0
/
+20
2011-02-15
ARM: new macro template for using scaled fast paths with a8 mask
Siarhei Siamashka
1
-0
/
+44
2011-02-15
Better support for NONE repeat in nearest scaling main loop template
Siarhei Siamashka
4
-14
/
+25
2011-02-15
Support for a8 and solid mask in nearest scaling main loop template
Siarhei Siamashka
1
-15
/
+151
2011-02-15
test: Extend scaling-test to support a8/solid mask and ADD operation
Siarhei Siamashka
1
-9
/
+127
2011-02-15
Use const modifiers for source buffers in nearest scaling fast paths
Siarhei Siamashka
3
-19
/
+19
2011-02-10
C fast paths for a simple 90/270 degrees rotation
Siarhei Siamashka
1
-0
/
+292
2011-02-10
New flags for 90/180/270 rotation
Siarhei Siamashka
2
-0
/
+20
2011-02-10
test: affine-test updated to stress 90/180/270 degrees rotation more
Siarhei Siamashka
1
-4
/
+30
2011-02-10
Add pixman-conical-gradient.c to Makefile.win32.
Søren Sandmann Pedersen
1
-0
/
+1
2011-02-03
Add SSE2 fetcher for 0565
Søren Sandmann Pedersen
1
-0
/
+47
2011-02-03
Improve performance of sse2_combine_over_u()
Søren Sandmann Pedersen
1
-38
/
+130
2011-02-03
Add SSE2 fetcher for a8
Søren Sandmann Pedersen
1
-1
/
+48
2011-02-03
Add SSE2 fetcher for x8r8g8b8
Søren Sandmann Pedersen
2
-6
/
+102
2011-01-28
Add a test for over_x888_8_0565 in lowlevel_blt_bench().
Søren Sandmann Pedersen
1
-0
/
+1
2011-01-26
Move fallback decisions from implementations into pixman-cpu.c.
Søren Sandmann Pedersen
8
-41
/
+35
2011-01-26
Print a warning when a development snapshot is being configured.
Søren Sandmann Pedersen
1
-0
/
+23
2011-01-26
Fix "variable was set but never used" warnings
Rolland Dudemaine
3
-11
/
+1
2011-01-26
test: Use the right enum types instead of int to fix warnings
Rolland Dudemaine
4
-19
/
+27
2011-01-25
Correct the initialization of 'max_vx'
Rolland Dudemaine
1
-1
/
+1
2011-01-25
test: Fix for mismatched 'fence_malloc' prototype/implementation
Rolland Dudemaine
1
-1
/
+1
2011-01-20
The code in 'bitmap_addrect' already assumes non-null 'reg->data'
Siarhei Siamashka
1
-2
/
+3
2011-01-19
Post-release version bump to 0.21.5
Søren Sandmann Pedersen
1
-1
/
+1
2011-01-19
Pre-release version bump to 0.21.4
Søren Sandmann Pedersen
1
-1
/
+1
2011-01-19
Fix dangling-pointer bug in bits_image_fetch_bilinear_no_repeat_8888().
Søren Sandmann Pedersen
1
-3
/
+2
2011-01-19
Add a test for radial gradients
Andrea Canciani
2
-0
/
+202
2011-01-18
Fix destination fetching
Søren Sandmann Pedersen
1
-4
/
+32
2011-01-18
Turn on testing for destination transformation
Søren Sandmann Pedersen
1
-7
/
+4
2011-01-18
Skip fetching pixels when possible
Søren Sandmann Pedersen
4
-25
/
+69
[next]