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
*
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