index
:
~mattst88/pixman
avx-optimizations
dumping-ground
iwmmxt-optimizations
iwmmxt-optimizations2
iwmmxt-optimizations3
iwmmxt-optimizations4
iwmmxt-optimizations5
iwmmxt-optimizations6
load-store
loongson
loongson-wip
loongson-wip2
master
mmx-fetchers
mmxext
mvi-optimizations
pixman-0.18.4-iwmmxt
Unnamed repository; edit this file to name it for gitweb.
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
MIPS: DSPr2: Added over_n_8888_8888_ca and over_n_8888_0565_ca fast paths.
HEAD
master
Nemanja Lukic
4
-0/+569
2012-03-13
Expand TLS support beyond __thread to __declspec(thread)
Jeremy Huddleston
2
-14/+16
2012-03-13
Disable MMX when incompatible clang is being used.
Jeremy Huddleston
1
-0/+9
2012-03-13
Silence a warning about unused pixman_have_mmx
Jeremy Huddleston
1
-0/+2
2012-03-13
Revert "Disable MMX when Clang is being used."
Jeremy Huddleston
1
-3/+0
2012-03-08
Post-release version bump to 0.25.3
Søren Sandmann Pedersen
1
-1/+1
2012-03-08
Pre-release version bump to 0.25.2
Søren Sandmann Pedersen
1
-1/+1
2012-03-08
mmx: Squash a warning by making the argument to ldl_u() const
Søren Sandmann Pedersen
1
-1/+1
2012-03-06
Just use xmmintrin.h when building with Solaris Studio compilers
Alan Coopersmith
1
-0/+4
2012-03-04
MIPS: DSPr2: Added mips_dspr2_blt and mips_dspr2_fill routines.
Nemanja Lukic
3
-0/+272
2012-03-02
pixman-access.c: Remove some unused macros
Søren Sandmann Pedersen
1
-9/+0
2012-03-02
pixman-accessors.h: Delete unused macros
Søren Sandmann Pedersen
1
-15/+0
2012-03-02
Move fetching for solid bits images to pixman-noop.c
Søren Sandmann Pedersen
2
-28/+27
2012-03-01
lowlevel-blt-bench: add in_8_8 and in_n_8_8
Matt Turner
1
-0/+2
2012-02-28
Disable implementations mentioned in the PIXMAN_DISABLE environment variable.
Søren Sandmann Pedersen
1
-11/+44
2012-02-25
MIPS: DSPr2: Added fast-paths for SRC operation.
Nemanja Lukic
6
-1/+876
2012-02-25
MIPS: DSPr2: Basic infrastructure for MIPS architecture
Nemanja Lukic
6
-0/+205
2012-02-25
lowlevel-blt: add over_x888_n_8888
Matt Turner
1
-0/+1
2012-02-25
lowlevel-blt: add over_8888_8888
Matt Turner
1
-0/+1
2012-02-24
Disable MMX when Clang is being used.
Søren Sandmann Pedersen
1
-0/+3
2012-02-24
mmx: make load8888 take a pointer to data instead of the data itself
Matt Turner
1
-129/+148
2012-02-24
mmx: make store8888 take uint32_t *dest as argument
Matt Turner
1
-46/+47
2012-02-22
Update .gitignore with more demos and tests
Matt Turner
1
-0/+23
2012-02-22
mmx: Delete unused function in_over_full_src_alpha()
Søren Sandmann Pedersen
1
-13/+5
2012-02-22
mmx: Enable over_x888_8_8888() for x86 as well
Søren Sandmann Pedersen
1
-7/+0
2012-02-21
mmx: fix typo in pix_add_mul on MSVC
Matt Turner
1
-1/+1
2012-02-21
mmx: Use _mm_shuffle_pi16
Matt Turner
1
-42/+19
2012-02-21
mmx: Use _mm_mulhi_pu16
Matt Turner
1
-2/+18
2012-02-21
mmx: enable over_x888_8_8888 on ARM/iwMMXt
Matt Turner
1
-3/+3
2012-02-20
autoconf: use #error instead of error
Matt Turner
1
-4/+4
2012-02-18
Convert while (w) to if (w) when possible
Matt Turner
2
-8/+8
2012-02-17
Make sure to run AC_SUBST IWMMXT_CFLAGS
Matt Turner
1
-0/+1
2012-02-16
configure.ac: Add an --enable-libpng option
Jeremy Huddleston
1
-1/+8
2012-02-12
Use AC_LANG_SOURCE for iwMMXt configure program
Matt Turner
1
-3/+3
2012-01-31
Revert "Reject trapezoids where top (botttom) is above (below) the edges"
Søren Sandmann Pedersen
2
-9/+5
2012-01-31
iOS Runtime Detection Support For ARM NEON
Bobby Salazar
1
-0/+45
2012-01-10
test: Port composite test over to use new pixel_checker_t object.
Søren Sandmann Pedersen
1
-195/+95
2012-01-10
test: Add a new "pixel_checker_t" object.
Søren Sandmann Pedersen
2
-0/+166
2012-01-10
Rename color_correct() to round_color()
Søren Sandmann Pedersen
3
-20/+25
2012-01-10
Move the color_correct() function from composite.c to utils.c
Søren Sandmann Pedersen
3
-36/+39
2012-01-10
Get rid of delegates for combiners
Søren Sandmann Pedersen
3
-134/+34
2012-01-10
test/alphamap.c: Make dst and orig_dst more independent of each other
Søren Sandmann Pedersen
1
-27/+32
2012-01-10
Fix bugs with alpha maps
Søren Sandmann Pedersen
1
-11/+42
2012-01-10
test: In the alphamap test, also test that we get the right red value
Søren Sandmann Pedersen
1
-6/+79
2012-01-09
Make mmx code compatible with Solaris Studio 12.3 compilers
Alan Coopersmith
1
-19/+38
2012-01-09
Fix rounding for DIV_UNc()
Søren Sandmann Pedersen
2
-2/+2
2012-01-09
Reject trapezoids where top (botttom) is above (below) the edges
Søren Sandmann Pedersen
2
-5/+9
2012-01-09
In MUL_UNc() cast to comp2_t
Søren Sandmann Pedersen
1
-1/+1
2012-01-09
Fix a bunch of signed overflow issues
Søren Sandmann Pedersen
6
-22/+39
2012-01-09
Add missing cast in _pixman_edge_multi_init()
Søren Sandmann Pedersen
1
-1/+1
[next]