2012-02-23 |
reed@google.com | don't require tableCount>0 since some platform fonts... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
bsalomon@google.com | GPU device preserves pixel values across read/write... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
reed@google.com | remove 'OS/2' table from known-sizes, since its size... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
junov@chromium.org | Fixing Canvas unit test to correctly verify object... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
bsalomon@google.com | Fix line endings. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
reed@google.com | add unittest for FontHost (just tables at the moment) |
commit | commitdiff | tree | snapshot |
2012-02-23 |
bsalomon@google.com | remove unused variable |
commit | commitdiff | tree | snapshot |
2012-02-23 |
caryclark@google.com | Provide fallbacks for web fonts. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
bsalomon@google.com | Use nested template expansions to implement Config8888... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
junov@chromium.org | Disabling failing unit test on linux |
commit | commitdiff | tree | snapshot |
2012-02-22 |
junov@chromium.org | Adding more unit testing for SkCanvas and derived classes. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
tomhudson@google.com | SSE2 version of ClampX_ClampY_{no}filter_scale; yields... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
twiz@google.com | Remove incorrect GrAssert calls in GrResourceCache... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
vandebo@chromium.org | Change append to appendf for call sites with no format... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-02-17 |
bungeman@google.com | Use intrinsics for atomic inc and dec on Windows. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
bungeman@google.com | Remove SkFontHost::ValidFontID PART 1: remove only... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
caryclark@google.com | Revert r3036. This change breaks loading images as |
commit | commitdiff | tree | snapshot |
2012-02-17 |
caryclark@google.com | Added BSD license language where missing. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
bsalomon@google.com | Turn off test in fixed pt build. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
bsalomon@google.com | Make cross_prod used in SkPath::cheapComputeDirection... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
digit@google.com | Remove two static initializers from debug builds |
commit | commitdiff | tree | snapshot |
2012-02-16 |
digit@google.com | Remove on static initializer in GrGpu.cpp |
commit | commitdiff | tree | snapshot |
2012-02-16 |
caryclark@google.com | add missing files |
commit | commitdiff | tree | snapshot |
2012-02-16 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-02-16 |
reed@google.com | Lazily allocate our global pool for imagerefs |
commit | commitdiff | tree | snapshot |
2012-02-16 |
reed@google.com | be sure to mark fLastY with the bottom of the rect... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
reed@google.com | aaclip needs to handle paths with holes |
commit | commitdiff | tree | snapshot |
2012-02-16 |
reed@google.com | add a todo |
commit | commitdiff | tree | snapshot |
2012-02-16 |
djsollen@google.com | Lazily allocate gNameList, and protect its usage behind... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
reed@google.com | cast to double |
commit | commitdiff | tree | snapshot |
2012-02-16 |
bungeman@google.com | Fix TypefaceCache races. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-02-15 |
bsalomon@google.com | Revert 3191 |
commit | commitdiff | tree | snapshot |
2012-02-15 |
djsollen@google.com | Fix regression where we disable fonts with no specified... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
reed@google.com | fix SkFixed build (I hope) |
commit | commitdiff | tree | snapshot |
2012-02-15 |
bsalomon@google.com | Fix a case missed in r3198 where left/right direction... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
djsollen@google.com | Merge changes from the android repo upstream to Skia |
commit | commitdiff | tree | snapshot |
2012-02-15 |
bsalomon@google.com | Use cheapComputeDirection to determine normal facing... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
reed@google.com | suport A8 grayscale text with COLOR_LUMINANCE build... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
bsalomon@google.com | Misc small fixes to unblock skia roll. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
epoger@google.com | hack to enable SSSE3 on Macs |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | Attempt to make Windows and Mac compilers happy after... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filte... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
bsalomon@google.com | Fix compile errors. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
bsalomon@google.com | Add test to detect bias in conversion of frag shader... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
reed@google.com | add test for colored text drawing (hopefully gamma... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | SSE2 version of blit_lcd16, courtesy of Jin Yang. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | Fix include paths in non-standard targets. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | Update cross-platform #include paths to new include... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
tomhudson@google.com | Move GL-specific include files to their own subdirector... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
epoger@google.com | Set LCD font smoothing to "medium" for gm on Mac, regar... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
bsalomon@google.com | Make GLCaps be standalone and be a member of GrGLContex... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
junov@chromium.org | Adding missing SkIntToScalar to resolve DeferredCanvas... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
junov@chromium.org | Adding API and unit testing for deferred canvas clearin... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
reed@google.com | if SK_USE_COLOR_LUMINANCE is defined, then we store... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
djsollen@google.com | Prevent the memset16 ARM opt from failing when count... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
bsalomon@google.com | Add path effect GM |
commit | commitdiff | tree | snapshot |
2012-02-13 |
bsalomon@google.com | path effect on a very thin line should not be discarded |
commit | commitdiff | tree | snapshot |
2012-02-13 |
bsalomon@google.com | Use GrGLContextInfo in shader generator |
commit | commitdiff | tree | snapshot |
2012-02-10 |
thakis@chromium.org | Remove extra SK_API |
commit | commitdiff | tree | snapshot |
2012-02-10 |
reed@google.com | enable color-luminance in font cache (disabled by default) |
commit | commitdiff | tree | snapshot |
2012-02-10 |
bsalomon@google.com | Add copyright and #ifndef / #define |
commit | commitdiff | tree | snapshot |
2012-02-10 |
tomhudson@google.com | Add two files missed in r3165; most critically the... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
tomhudson@google.com | Move GL-specific source code to make room for D3D back... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
epoger@google.com | Fix CFBundleIdentifier of SampleApp |
commit | commitdiff | tree | snapshot |
2012-02-10 |
bsalomon@google.com | Fix dumb error of starting loop with 0 instead of 1... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
bsalomon@google.com | Add GrGLContextInfo |
commit | commitdiff | tree | snapshot |
2012-02-10 |
bsalomon@google.com | Pull GLSL helpers out of GrGLProgram.cpp |
commit | commitdiff | tree | snapshot |
2012-02-09 |
thakis@chromium.org | Mark SkColorFilter and SkCreateCGImageRefWithColorspace... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-02-09 |
senorblanco... | Add SK_API to SkPixelRef and TextureCacheEntry. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
bsalomon@google.com | Make SkGLContext's FBO creation more robust (allows... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
bsalomon@google.com | Turn on read pixels test for raster backend |
commit | commitdiff | tree | snapshot |
2012-02-08 |
senorblanco... | Export the texture pixelref classes via SK_API. This... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
vandebo@chromium.org | Add SK_API to SkTableColorFilter |
commit | commitdiff | tree | snapshot |
2012-02-07 |
caryclark@google.com | work in progress |
commit | commitdiff | tree | snapshot |
2012-02-07 |
bungeman@google.com | Add more TT table definitions and create fake enum... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
reed@google.com | store luminance in a new field |
commit | commitdiff | tree | snapshot |
2012-02-07 |
bungeman@google.com | Move SkBase64 to utils, allow user defined encoding. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
junov@chromium.org | Fixing backing store access in SkDeferredCanvas. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
bsalomon@google.com | Reland 3144 with assertion fix. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
bsalomon@google.com | revert 3144 |
commit | commitdiff | tree | snapshot |
2012-02-07 |
bsalomon@google.com | Allow chrome to limit the number of FBO status checks |
commit | commitdiff | tree | snapshot |
2012-02-06 |
reed@google.com | use macro SkFixedRoundToInt where necessary |
commit | commitdiff | tree | snapshot |
2012-02-03 |
caryclark@google.com | save work in progress |
commit | commitdiff | tree | snapshot |
2012-02-03 |
junov@chromium.org | Removing some dead code in SkDeferredCanvas |
commit | commitdiff | tree | snapshot |
2012-02-03 |
epoger@google.com | Improve default behavior of compare-baselines script. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
epoger@google.com | Make skdiff always generate white diffs alongside actua... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
epoger@google.com | Disable optimization of certain bit-shift operations... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
reed@google.com | add baselines for macpro |
commit | commitdiff | tree | snapshot |
2012-02-02 |
reed@google.com | rearrange functions to group clamp, repeat, mirror... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-02-02 |
reed@google.com | add baselines |
commit | commitdiff | tree | snapshot |
2012-02-02 |
reed@google.com | rebaseline following rev. 3126 "dithering 32bit radial... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
bungeman@google.com | Open type table definitions. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
epoger@google.com | Delete download-baselines-old script, we don't need... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
tomhudson@google.com | Update new baselines for dithered radial gradients... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
epoger@google.com | Create compare-baselines tool to compare locally genera... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
bsalomon@google.com | Don't change convexity status of a path after a moveTo |
commit | commitdiff | tree | snapshot |
next |