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
path:
root
/
pixman
/
pixman-sse2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-13
sse2: Add a fast path for OVER 8888 x 8 x 8888
sse_8888_8_8888
Søren Sandmann Pedersen
1
-4
/
+181
2009-09-30
Fix build with Visual Studio 2008
Gerdus van Zyl
1
-2
/
+4
2009-09-15
Don't prefetch from NULL in the SSE2 fast paths.
M Joonas Pihlaja
1
-36
/
+49
2009-09-13
[sse2] Don't emit prefetch 0 for an absent mask
Chris Wilson
1
-3
/
+6
2009-09-13
Merge branch '0.16'
Chris Wilson
1
-1
/
+1
2009-09-13
[sse2] Bit-reversing typo: src != dst
Chris Wilson
1
-1
/
+1
2009-09-03
Work around a Sun Studio 12 code generation bug involving _mm_set_epi32().
M Joonas Pihlaja
1
-0
/
+6
2009-09-03
Work around differing _mm_prefetch() prototypes on Solaris.
M Joonas Pihlaja
1
-2
/
+2
2009-09-03
Work around a Sun Studio 12 code generation bug involving _mm_set_epi32().
M Joonas Pihlaja
1
-0
/
+6
2009-09-03
Work around differing _mm_prefetch() prototypes on Solaris.
M Joonas Pihlaja
1
-2
/
+2
2009-09-02
Enable the x888_8_8888 sse2 fast path.
Søren Sandmann Pedersen
1
-120
/
+108
2009-09-01
Change names of add_8888_8_8 fast paths to add_n_8_8
Søren Sandmann Pedersen
1
-15
/
+15
2009-08-08
Change the SSE2 versions of pix_add_multiply() to produce bit-exact results.
Søren Sandmann Pedersen
1
-17
/
+11
2009-08-08
Fix a couple of alpha==0 vs src==0 issues in pixman-sse2.c
Søren Sandmann Pedersen
1
-4
/
+0
2009-08-08
Add sse2 version of add_n_8888_8888()
Søren Sandmann Pedersen
1
-0
/
+140
2009-07-21
Add implementation of MMX __m64 functions for MSVC x64.
George Yohng
1
-0
/
+9
2009-07-21
Fix typo in sse2_combine_over_pixbuf_0565()
Søren Sandmann Pedersen
1
-1
/
+1
2009-07-19
Replace // comments with /* */ comments in various places
Søren Sandmann Pedersen
1
-1
/
+1
2009-07-19
Align the stack in _pixman_implementation_create_sse2()
Søren Sandmann Pedersen
1
-2
/
+4
2009-07-13
Reformat and reindent pixman-sse2.c
Søren Sandmann Pedersen
1
-2775
/
+3351
2009-07-08
Fix up some overeager search-and-replace renamings
Søren Sandmann Pedersen
1
-36
/
+36
2009-07-08
Rename combine_*_c to combine_*_ca
Søren Sandmann Pedersen
1
-59
/
+59
2009-07-08
Various sse2 renamings
Søren Sandmann Pedersen
1
-4
/
+4
2009-07-08
s/sse2combine/sse2_combine/g
Søren Sandmann Pedersen
1
-44
/
+44
2009-07-08
Convert CamelCase names to underscore_names.
Søren Sandmann Pedersen
1
-1534
/
+1534
2009-07-08
Remove reference to 8888_RevNP
Søren Sandmann Pedersen
1
-2
/
+0
2009-07-08
Change name fbComposeGetStart to PIXMAN_IMAGE_GET_LINE.
Søren Sandmann Pedersen
1
-37
/
+37
2009-07-08
Change name of macros that operate on normalized integers.
Søren Sandmann Pedersen
1
-1
/
+1
2009-07-08
Fix some more pFoo names
Søren Sandmann Pedersen
1
-3
/
+3
2009-07-08
Fix the names of some common parameters
Søren Sandmann Pedersen
1
-217
/
+217
2009-07-08
Get rid of pFoo names.
Søren Sandmann Pedersen
1
-119
/
+119
2009-07-08
Change the name of some routines that were simply misnamed.
Søren Sandmann Pedersen
1
-41
/
+41
2009-07-08
Fix up names of compositing functions
Søren Sandmann Pedersen
1
-110
/
+110
2009-06-24
Delete FbIntMult and FbIntDiv macros, and move FbIntAdd to pixman-combine.h
Søren Sandmann Pedersen
1
-1
/
+2
2009-06-22
Various minor changes
Søren Sandmann Pedersen
1
-11
/
+11
2009-06-21
Turn fbComposeGetSolid() macro into a pixman_image_get_solid() function.
Søren Sandmann Pedersen
1
-11
/
+11
2009-06-21
Rename FastPathInfo to pixman_fast_path_t
Søren Sandmann Pedersen
1
-1
/
+1
2009-06-21
Only use force_align_arg_pointer on gcc/x86-32
Søren Sandmann Pedersen
1
-3
/
+10
2009-06-19
Delete empty FASTCALL macro
Søren Sandmann Pedersen
1
-22
/
+22
2009-06-02
Get rid of toplevel argument to implementation constructors.
Søren Sandmann Pedersen
1
-3
/
+3
2009-05-29
In pixman-sse2.c test for non-zero source, not just non-zero source alpha.
Søren Sandmann Pedersen
1
-39
/
+46
2009-05-23
Delete pixman-sse2.h and pixman-mmx.h
Søren Sandmann Pedersen
1
-2
/
+1
2009-05-23
Split fill implementations out in the implementations
Søren Sandmann Pedersen
1
-0
/
+22
2009-05-23
Add alignment workaround to sse2
Søren Sandmann Pedersen
1
-0
/
+1
2009-05-23
Move sse2 and mmx blt implementations to their respective files
Søren Sandmann Pedersen
1
-1
/
+28
2009-05-23
Move gcc alignment workaround to pixman-sse2.c
Søren Sandmann Pedersen
1
-15
/
+29
2009-05-23
Set up SSE2 combiners
Søren Sandmann Pedersen
1
-63
/
+70
2009-05-23
Move SSE2 variable initializations to pixman_implementations_create_sse2
Søren Sandmann Pedersen
1
-53
/
+54
2009-05-23
Move sse2 fast path running to the sse2 implementation
Søren Sandmann Pedersen
1
-0
/
+35
2009-05-23
Beginning of sse2 implementation
Søren Sandmann Pedersen
1
-0
/
+9
[next]