2011-04-26 |
reed@google.com | add experimental canvas pipe |
commit | commitdiff | tree | snapshot |
2011-04-26 |
bsalomon@google.com | Per-draw super sampling. Disabled, path only, 2x2 only |
commit | commitdiff | tree | snapshot |
2011-04-26 |
tomhudson@google.com | Fix default value of doSerialize parameter (oops!). |
commit | commitdiff | tree | snapshot |
2011-04-26 |
epoger@google.com | Tiny comment-only change to trigger SVN update in buildbot |
commit | commitdiff | tree | snapshot |
2011-04-26 |
reed@google.com | CGColorSpaceCreateDeviceRGB() better matches CG's output |
commit | commitdiff | tree | snapshot |
2011-04-26 |
bsalomon@google.com | Fix signed/unsigned warning in GrInOrderDrawBuffer.cpp |
commit | commitdiff | tree | snapshot |
2011-04-26 |
bsalomon@google.com | Remove sampler state param from lockKeylessTexture... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
mike@reedtribe.org | make SkDeviceFactory reference counted |
commit | commitdiff | tree | snapshot |
2011-04-25 |
tomhudson@google.com | Fix to (two-point radial) gradient playback error in... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
reed@google.com | add SK_API |
commit | commitdiff | tree | snapshot |
2011-04-25 |
tomhudson@google.com | Add command-line parameters to control execution of... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
bsalomon@google.com | Make clear a GrDrawTarget virtual method and implement... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
bsalomon@google.com | rebaseline strokerects and gradients do to new aa code. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
reed@google.com | devolve flattening parameters to their base classes |
commit | commitdiff | tree | snapshot |
2011-04-25 |
bsalomon@google.com | Remove unnecessary BindBuffers. These were needed when... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
bsalomon@google.com | Add lockKeylessTexture() for caching texture without... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
tomhudson@google.com | Extends gm to test SkPicture replay and serialization. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
reed@google.com | move end-timer for FPS to afterChildren, so we will... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
bsalomon@google.com | Move alpha-ramp AA to GrContext, detect cases when... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
bsalomon@google.com | Fix copy/paste bug that causes stage 0 sample mode... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
reed@google.com | add test for premultiplycolor |
commit | commitdiff | tree | snapshot |
2011-04-22 |
reed@google.com | migrate some samples over to SampleView, for FPS measur... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
mike@reedtribe.org | add 'f' toggle to trigger timer for sample. Must subcla... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
epoger@google.com | Move docs/ outside of trunk/ |
commit | commitdiff | tree | snapshot |
2011-04-20 |
epoger@google.com | tiny test commit |
commit | commitdiff | tree | snapshot |
2011-04-20 |
bsalomon@google.com | Fix alignment issues with stack allocated memory alloca... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
bsalomon@google.com | Fix mask from change r1155. (I blame the mistake on... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-20 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-20 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-20 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-20 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-19 |
bsalomon@google.com | Adds a build flag for GL to never use vertex attributes... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
tomhudson@google.com | Update shadows_ images to new baselines (per reed@). |
commit | commitdiff | tree | snapshot |
2011-04-19 |
reed@google.com | code style |
commit | commitdiff | tree | snapshot |
2011-04-19 |
reed@google.com | optimize when we have a colorfilter, but no shader... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
reed@google.com | remove static from template functions |
commit | commitdiff | tree | snapshot |
2011-04-19 |
bsalomon@google.com | Add SkClampRange files to gyp |
commit | commitdiff | tree | snapshot |
2011-04-18 |
reed@google.com | handle overflow |
commit | commitdiff | tree | snapshot |
2011-04-18 |
bsalomon@google.com | Suppress warnings in GrBufferAllocPool |
commit | commitdiff | tree | snapshot |
2011-04-18 |
reed@google.com | fix warnings |
commit | commitdiff | tree | snapshot |
2011-04-18 |
ctguil@chromium.org | Add newline to GrStencil.cpp to prevent warning. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
reed@google.com | add fFx1 field, returning where to start the iterator... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
reed@google.com | disable fast linear for now (really this time) |
commit | commitdiff | tree | snapshot |
2011-04-18 |
reed@google.com | disable fast linear until we handle the overflow cases |
commit | commitdiff | tree | snapshot |
2011-04-15 |
vandebo@chromium.org | [PDF] Implement clear() method and a couple fixes. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
vandebo@chromium.org | [PDF] If the clip is empty, we shouldn't bother actuall... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
reed@google.com | add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clien... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
reed@google.com | use SkClampRange to speedup clamp iterators |
commit | commitdiff | tree | snapshot |
2011-04-15 |
reed@google.com | add gradient bench |
commit | commitdiff | tree | snapshot |
2011-04-15 |
bsalomon@google.com | Add DLL exports (Fixes Multi-DLL build in Chrome agains... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
reed@google.com | move header |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Scroggo | http://codereview.appspot.com/4373057/ |
commit | commitdiff | tree | snapshot |
2011-04-15 |
djsollen@google.com | Upstream android changes. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
reed@google.com | code style |
commit | commitdiff | tree | snapshot |
2011-04-15 |
mike@reedtribe.org | experimental |
commit | commitdiff | tree | snapshot |
2011-04-14 |
reed@google.com | add SkCanvas::clear(SkColor color) to call the new... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
bsalomon@google.com | rename SkDevice::eraseColor to clear and make virtual. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
reed@google.com | fix warnings |
commit | commitdiff | tree | snapshot |
2011-04-14 |
bsalomon@google.com | NO_ERROR version of GR_GL macro shouldn't call check... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
reed@google.com | update to reflect new faster 2-point-radial gradients |
commit | commitdiff | tree | snapshot |
2011-04-14 |
reed@google.com | add reflection asColorMode to SkColorFilter (for gpu) |
commit | commitdiff | tree | snapshot |
2011-04-14 |
bsalomon@google.com | Add genID for SkBitmaps with raw pixels |
commit | commitdiff | tree | snapshot |
2011-04-14 |
bsalomon@google.com | Fix wrong class name used when unregistering class... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
mike@reedtribe.org | add mask for paint-bits to layerdrawlooper |
commit | commitdiff | tree | snapshot |
2011-04-13 |
bsalomon@google.com | test of writable Skia tree in a chrome tree. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
reed@google.com | fix asMode() to always succeed if the xfermode was... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
reed@google.com | rename radial to radial1, so I can distinguish it from... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
reed@google.com | rebaseline with new 2-point-radial gradients (minor... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
reed@google.com | speed up 2-point-radial gradients by 9x, using float... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
wjmaclean@chromium.org | Fix SkFixed overflows in SkFixedSquare, SkGradientShader. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
reed@google.com | return Coeff for kPlus_Mode and kMultiply_Mode |
commit | commitdiff | tree | snapshot |
2011-04-12 |
reed@google.com | expand SkLayerDrawLooper to allow for an xfermode when... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
bsalomon@google.com | Fix missing assignment of fContext in new SkGpuDevice... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
bsalomon@google.com | rename XHelper members to onX |
commit | commitdiff | tree | snapshot |
2011-04-12 |
bsalomon@google.com | Use has_gl_extension_from_string in GrGLDefaultInterfac... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
vandebo@chromium.org | Generalize the flip origin argument to the PDF device... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
bsalomon@google.com | Use min of max_texture and max_renderbuffer size when... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | add testing defines to test different blitters for... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | mark viewport APIs as deprecated |
commit | commitdiff | tree | snapshot |
2011-04-11 |
bsalomon@google.com | Review URL: http://codereview.appspot.com/4360049/ |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | code style |
commit | commitdiff | tree | snapshot |
2011-04-11 |
bsalomon@google.com | Add APIs and plumbing for external rendertaret-textures... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
senorblanco... | This patch provides the include file common.gypi (cargo... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | add initial baselines for pathfill on linux |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | add |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | add pathfill gm sample |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | add benchmark for path filling |
commit | commitdiff | tree | snapshot |
2011-04-11 |
reed@google.com | code style |
commit | commitdiff | tree | snapshot |
2011-04-10 |
mike@reedtribe.org | code style |
commit | commitdiff | tree | snapshot |
2011-04-10 |
mike@reedtribe.org | balance sk_malloc with sk_free (instead of delete[... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
mike@reedtribe.org | add init() to SkTLazy to create a default instance |
commit | commitdiff | tree | snapshot |
2011-04-09 |
mike@reedtribe.org | coding style |
commit | commitdiff | tree | snapshot |
2011-04-09 |
mike@reedtribe.org | coding style |
commit | commitdiff | tree | snapshot |
2011-04-09 |
mike@reedtribe.org | coding style updates |
commit | commitdiff | tree | snapshot |
2011-04-09 |
mike@reedtribe.org | update coding style - no logic change |
commit | commitdiff | tree | snapshot |
2011-04-09 |
mike@reedtribe.org | fast return if no part of the paint gets replaced |
commit | commitdiff | tree | snapshot |
2011-04-08 |
bsalomon@google.com | Always bind packed depth stencil formats to both attacm... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
reed@google.com | add CR at end |
commit | commitdiff | tree | snapshot |
2011-04-08 |
bsalomon@google.com | fix use of smooth lines |
commit | commitdiff | tree | snapshot |
next |