index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
opts
Commit message (
Expand
)
Author
Age
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Manually update copyright notices in files that defied the automated process
epoger@google.com
2011-07-28
*
re-enable SSE2 blitmask procs, only excluding if we're black (in which case
reed@google.com
2011-07-07
*
delete all old (non-Gyp) buildfiles
epoger@google.com
2011-06-14
*
Fix arm compile problem on Lucid.
vandebo@chromium.org
2011-05-03
*
http://codereview.appspot.com/4365051/
reed@google.com
2011-04-27
*
Correct blitmask procs to recognize that we pass them an SkColor, and if they
reed@google.com
2011-03-09
*
http://codereview.appspot.com/3980041/
reed@google.com
2011-03-09
*
add SSE2 opt files to xcode
reed@google.com
2011-01-17
*
Unreviewed; ARM build fix.
senorblanco@chromium.org
2010-12-15
*
SSE2 optimizations for 32bit Color operation.
senorblanco@chromium.org
2010-12-13
*
S32A_Blend_BlitRow32: for ARM without NEON
agl@chromium.org
2010-09-10
*
Write S32A_Opaque_BlitRow32 function in ARM assembly.
agl@chromium.org
2010-08-17
*
Add versions of memset16() and memset32() in ARM assembly.
agl@chromium.org
2010-08-13
*
http://codereview.appspot.com/1706045/show
reed@android.com
2010-06-24
*
Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions."
agl@chromium.org
2010-06-18
*
Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w...
agl@chromium.org
2010-06-18
*
We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading
agl@chromium.org
2010-06-16
*
Implementing S32A_Opaque_BlitRow32 using v7 neon instructions.
agl@chromium.org
2010-06-16
*
Add Neon versions of memset32 and memset16
agl@chromium.org
2010-06-04
*
Fix internal compiler error on ARM.
agl@chromium.org
2010-04-26
*
ray fixes neon for dither and blend
reed@android.com
2010-04-09
*
Disable 32A->565+dither neon, since it gives different results between its
reed@android.com
2010-03-12
*
disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop
reed@android.com
2010-03-09
*
ICE fixes for arm
reed@android.com
2010-01-14
*
SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few
senorblanco@chromium.org
2009-12-10
*
Debug build fix (unreviewed).
senorblanco@chromium.org
2009-12-01
*
More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3...
senorblanco@chromium.org
2009-11-30
*
Build fix for WIN64 (unreviewed).
senorblanco@chromium.org
2009-11-20
*
Exclude Android-only cpu-features.h from non-Android builds.
agl@chromium.org
2009-11-19
*
More SSE2-ification; fix for gcc -msse2.
senorblanco@chromium.org
2009-11-16
*
remove const modifiers on function return types (unneeded, and caused an error
reed@android.com
2009-11-13
*
Fix for gcc -fPIC build.
senorblanco@chromium.org
2009-11-09
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04
*
add shaderproc32 for index bitmaps. neon version of 32->16+dither
reed@android.com
2009-10-27
*
fix S32A_D565_Blend_neon
reed@android.com
2009-10-22
*
disable one proc until we fix its handling of src-alpha==0
reed@android.com
2009-10-19
*
oops, make it actually compile with correct headers
reed@android.com
2009-10-19
*
add -forceDither option to bench (it is tristate)
reed@android.com
2009-10-19
*
update for blitrow_d32 procs
reed@android.com
2009-09-23
*
add BlitRow procs for 32->32, to allow for neon and other optimizations.
reed@android.com
2009-09-23
*
more neon work:
reed@android.com
2009-08-07
*
add proper includes for arm optimizations
reed@android.com
2009-08-04
*
arm/neon optimizations for bitmap shader
reed@android.com
2009-08-03
*
add platformProcs() porting function
reed@android.com
2009-08-03
*
add opts for neon
reed@android.com
2009-07-30
*
add opts files to the make
reed@android.com
2009-07-30
*
add optimization table for blitproc functions
reed@android.com
2009-07-30