projects
/
profile
/
ivi
/
pixman.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mmx: introduce is_equal, is_opaque, and is_zero functions
[profile/ivi/pixman.git]
/
pixman
/
pixman-mmx.c
2012-04-27
Matt Turner
mmx: introduce is_equal, is_opaque, and is_zero functions
blob
|
commitdiff
2012-04-27
Matt Turner
mmx: simplify srcsrcsrcsrc calculation in over_n_8_0565
blob
|
commitdiff
|
diff to current
2012-04-27
Matt Turner
mmx: remove unnecessary uint64_t<->__m64 conversions
blob
|
commitdiff
|
diff to current
2012-04-27
Matt Turner
mmx: compile on MIPS for Loongson MMI optimizations
blob
|
commitdiff
|
diff to current
2012-04-27
Matt Turner
mmx: make ldq_u take __m64* directly
blob
|
commitdiff
|
diff to current
2012-04-27
Matt Turner
mmx: add load function and use it in add_8888_8888
blob
|
commitdiff
|
diff to current
2012-04-27
Matt Turner
mmx: add store function and use it in add_8888_8888
blob
|
commitdiff
|
diff to current
2012-04-15
Matt Turner
mmx: fix _mm_shuffle_pi16 function when compiling witho...
blob
|
commitdiff
|
diff to current
2012-04-05
Matt Turner
mmx: Use force_inline instead of __inline__ (bug 46906)
blob
|
commitdiff
|
diff to current
2012-04-05
Matt Turner
mmx: enable over_n_0565 for b5g6r5
blob
|
commitdiff
|
diff to current
2012-03-15
Chun-wei Fan
Just include xmmintrin.h on MSVC as well
blob
|
commitdiff
|
diff to current
2012-03-08
Søren Sandmann Ped...
mmx: Squash a warning by making the argument to ldl_u...
blob
|
commitdiff
|
diff to current
2012-03-06
Alan Coopersmith
Just use xmmintrin.h when building with Solaris Studio...
blob
|
commitdiff
|
diff to current
2012-02-24
Matt Turner
mmx: make load8888 take a pointer to data instead of...
blob
|
commitdiff
|
diff to current
2012-02-24
Matt Turner
mmx: make store8888 take uint32_t *dest as argument
blob
|
commitdiff
|
diff to current
2012-02-22
Søren Sandmann Ped...
mmx: Delete unused function in_over_full_src_alpha()
blob
|
commitdiff
|
diff to current
2012-02-22
Søren Sandmann Ped...
mmx: Enable over_x888_8_8888() for x86 as well
blob
|
commitdiff
|
diff to current
2012-02-21
Matt Turner
mmx: fix typo in pix_add_mul on MSVC
blob
|
commitdiff
|
diff to current
2012-02-21
Matt Turner
mmx: Use _mm_shuffle_pi16
blob
|
commitdiff
|
diff to current
2012-02-21
Matt Turner
mmx: Use _mm_mulhi_pu16
blob
|
commitdiff
|
diff to current
2012-02-21
Matt Turner
mmx: enable over_x888_8_8888 on ARM/iwMMXt
blob
|
commitdiff
|
diff to current
2012-02-18
Matt Turner
Convert while (w) to if (w) when possible
blob
|
commitdiff
|
diff to current
2012-01-09
Alan Coopersmith
Make mmx code compatible with Solaris Studio 12.3 compilers
blob
|
commitdiff
|
diff to current
2011-11-04
Alan Coopersmith
Change MMX ldq_u to return _m64 instead of forcing...
blob
|
commitdiff
|
diff to current
2011-09-27
Matt Turner
mmx: optimize unaligned 64-bit ARM/iwmmxt loads
blob
|
commitdiff
|
diff to current
2011-09-27
Matt Turner
mmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt
blob
|
commitdiff
|
diff to current
2011-09-27
Matt Turner
mmx: fix unaligned accesses
blob
|
commitdiff
|
diff to current
2011-09-27
Matt Turner
mmx: wrap x86/MMX inline assembly in ifdef USE_X86_MMX
blob
|
commitdiff
|
diff to current
2011-09-27
Matt Turner
mmx: rename USE_MMX to USE_X86_MMX
blob
|
commitdiff
|
diff to current
2011-09-26
Matt Turner
mmx: convert while (w) to if (w) when possible
blob
|
commitdiff
|
diff to current
2011-09-26
Matt Turner
mmx: fix formats in commented code
blob
|
commitdiff
|
diff to current
2011-06-20
Søren Sandmann Ped...
Replace argumentxs to composite functions with a pointe...
blob
|
commitdiff
|
diff to current
2011-06-12
Søren Sandmann Ped...
Replace instances of "dst_*" with "dest_*"
blob
|
commitdiff
|
diff to current
2011-05-31
Søren Sandmann
mmx: Delete some unused variables
blob
|
commitdiff
|
diff to current
2011-01-26
Søren Sandmann Ped...
Move fallback decisions from implementations into pixma...
blob
|
commitdiff
|
diff to current
2011-01-18
Søren Sandmann Ped...
Use an iterator in pixman_image_get_solid()
blob
|
commitdiff
|
diff to current
2010-11-05
Søren Sandmann Ped...
[mmx] Mark some of the output variables as early-clobber.
blob
|
commitdiff
|
diff to current
2010-09-28
Søren Sandmann Ped...
Rename all the fast paths with _8000 in their names...
blob
|
commitdiff
|
diff to current
2010-08-30
Maarten Bosmans
Use windows.h directly for mingw32 build
blob
|
commitdiff
|
diff to current
2010-04-14
Søren Sandmann Ped...
[mmx] Fix mask creation bugs
blob
|
commitdiff
|
diff to current
2010-02-25
Søren Sandmann Ped...
Merge branch 'trap-fixes'
blob
|
commitdiff
|
diff to current
2010-02-20
Søren Sandmann Ped...
Merge branch 'eliminate-composite'
blob
|
commitdiff
|
diff to current
2010-02-14
Søren Sandmann Ped...
Eliminate all the composite methods.
blob
|
commitdiff
|
diff to current
2010-02-14
Søren Sandmann Ped...
Store a pointer to the array of fast paths in the imple...
blob
|
commitdiff
|
diff to current
2010-02-13
Søren Sandmann Ped...
Merge branch 'bitmasks'
blob
|
commitdiff
|
diff to current
2010-01-28
Søren Sandmann Ped...
Compute src, mask, dest flags and base fast path decisi...
blob
|
commitdiff
|
diff to current
2010-01-28
Søren Sandmann Ped...
Add src_, mask_, and dest_flags fields to fast path...
blob
|
commitdiff
|
diff to current
2010-01-27
Søren Sandmann Ped...
Turn some uint16_t variables to int32_t in the fast...
blob
|
commitdiff
|
diff to current
2009-12-16
Søren Sandmann Ped...
mmx: Eliminate trailing whitespace.
blob
|
commitdiff
|
diff to current
2009-12-04
Benjamin Otte
Fix bug that prevented pixman_fill MMX and SSE paths...
blob
|
commitdiff
|
diff to current
2009-11-17
Søren Sandmann Ped...
Delete the flags field from fast_path_info_t
blob
|
commitdiff
|
diff to current
2009-11-17
Søren Sandmann Ped...
Eliminate NEED_PIXBUF flag.
blob
|
commitdiff
|
diff to current
2009-11-17
Søren Sandmann Ped...
Eliminate the NEED_COMPONENT_ALPHA flag.
blob
|
commitdiff
|
diff to current
2009-11-17
Søren Sandmann Ped...
Eliminate the NEED_SOLID_MASK flag
blob
|
commitdiff
|
diff to current
2009-10-19
Benjamin Otte
Fix compile warnings
blob
|
commitdiff
|
diff to current
2009-09-24
Søren Sandmann Ped...
Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMA...
blob
|
commitdiff
|
diff to current
2009-08-11
Søren Sandmann Ped...
Merge branch 'blitter-test'
blob
|
commitdiff
|
diff to current
2009-08-08
Søren Sandmann Ped...
Rename mmx_composite_add_8888_8_8() to mmx_composite_ad...
blob
|
commitdiff
|
diff to current
2009-08-08
Søren Sandmann Ped...
Fix a couple more alpha==0 vs src==0 bugs in pixman...
blob
|
commitdiff
|
diff to current
2009-08-08
Søren Sandmann Ped...
Make pix_add_mul() in pixman-mmx.c produce exact results.
blob
|
commitdiff
|
diff to current
2009-08-08
Søren Sandmann Ped...
Fix a bunch of srca == 0 checks that should be src...
blob
|
commitdiff
|
diff to current
2009-07-16
Søren Sandmann Ped...
Various minor formatting changes
blob
|
commitdiff
|
diff to current
2009-07-13
Søren Sandmann Ped...
Reindent and reformat pixman-mmx.c
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Merge branch 'naming'
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Rename combine_*_c to combine_*_ca
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Convert CamelCase names to underscore_names.
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Remove reference to 8888RevNP
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Change name fbComposeGetStart to PIXMAN_IMAGE_GET_LINE.
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Change name of macros that operate on normalized integers.
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Fix some more pFoo names
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Fix the names of some common parameters
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Get rid of pFoo names.
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Change the name of some routines that were simply misnamed.
blob
|
commitdiff
|
diff to current
2009-07-08
Søren Sandmann Ped...
Fix up names of compositing functions
blob
|
commitdiff
|
diff to current
2009-06-24
Søren Sandmann Ped...
Delete FbIntMult and FbIntDiv macros, and move FbIntAdd...
blob
|
commitdiff
|
diff to current
2009-06-22
Søren Sandmann Ped...
Make pixman-mmx.c compile again.
blob
|
commitdiff
|
diff to current
2009-06-22
Søren Sandmann Ped...
Turn the FbAdd() macro into an FbIntAdd() which doesn...
blob
|
commitdiff
|
diff to current
2009-06-22
Søren Sandmann Ped...
Delete FbInU macro.
blob
|
commitdiff
|
diff to current
2009-06-22
Søren Sandmann Ped...
Various minor changes
blob
|
commitdiff
|
diff to current
2009-06-21
Søren Sandmann Ped...
Turn fbComposeGetSolid() macro into a pixman_image_get_...
blob
|
commitdiff
|
diff to current
2009-06-21
Søren Sandmann Ped...
Rename FastPathInfo to pixman_fast_path_t
blob
|
commitdiff
|
diff to current
2009-06-19
Søren Sandmann Ped...
Delete empty FASTCALL macro
blob
|
commitdiff
|
diff to current
2009-06-02
Søren Sandmann Ped...
Get rid of toplevel argument to implementation construc...
blob
|
commitdiff
|
diff to current
2009-05-30
Søren Sandmann Ped...
In the mmx implementation, check for source == 0 rather...
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Delete pixman-sse2.h and pixman-mmx.h
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Split fill implementations out in the implementations
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Move sse2 and mmx blt implementations to their respecti...
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Move mmx fast path code to pixman-mmx.c
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Initial fast path implementation
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Change prototypes for compositing functions to use...
blob
|
commitdiff
|
diff to current
2009-05-23
Søren Sandmann Ped...
Beginning of MMX implementation
blob
|
commitdiff
|
diff to current
2009-05-16
Søren Sandmann Ped...
Make MMX fast paths static and remove them from the...
blob
|
commitdiff
|
diff to current
2009-05-16
Søren Sandmann Ped...
Move the arch specific fast path tables into their...
blob
|
commitdiff
|
diff to current
2009-05-13
Søren Sandmann Ped...
Merge branch 'master' of git+ssh://sandmann@git.freedes...
blob
|
commitdiff
|
diff to current
2009-05-13
Søren Sandmann Ped...
Merge branch 'master' into refactor
blob
|
commitdiff
|
diff to current
2009-05-04
Søren Sandmann Ped...
Remove unused combineMaskU functions
blob
|
commitdiff
|
diff to current
2009-05-04
Søren Sandmann Ped...
Enable mmxCombineSaturateU
blob
|
commitdiff
|
diff to current
2009-05-04
Søren Sandmann Ped...
Enable mmxCombineAddU
blob
|
commitdiff
|
diff to current
2009-05-04
Søren Sandmann Ped...
Enable mmxCombineXorU
blob
|
commitdiff
|
diff to current
2009-05-04
Søren Sandmann Ped...
Enable mmxCombineAtopReverseU
blob
|
commitdiff
|
diff to current
next