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 |
2011-04-08 |
reed@google.com | unbias fy in the gpu glyphproc, since skia has pre... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
mike@reedtribe.org | add optional bitflags to control which aspect of each... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
vandebo@chromium.org | [PDF] Fix node count in page tree. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
mike@reedtribe.org | fix infinite loop (doh) |
commit | commitdiff | tree | snapshot |
2011-04-08 |
mike@reedtribe.org | fix drawfilter to match new api |
commit | commitdiff | tree | snapshot |
2011-04-08 |
mike@reedtribe.org | fix infinite loop if we have a drawfilter but no drawlooper |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Scroggo | Fix a typo in my prior commit. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Scroggo | Borg |
commit | commitdiff | tree | snapshot |
2011-04-07 |
twiz@google.com | During ganesh tear-down, it may be the case that the... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
reed@google.com | rebaseline strokerects with new rounded math for hairlines |
commit | commitdiff | tree | snapshot |
2011-04-07 |
reed@google.com | Simplify drawloopers and drawfilters. This allows the... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
reed@google.com | update to reflect new rounding in antihairlines |
commit | commitdiff | tree | snapshot |
2011-04-07 |
reed@google.com | round the alphamul so we don't overflow a byte |
commit | commitdiff | tree | snapshot |
2011-04-06 |
reed@google.com | use new template class SkTLazy for deferred paint initi... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
bsalomon@google.com | Fix Two Pt Radial when circles are concentric. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
vandebo@chromium.org | Remove transitionary version of getAdvancedTypefaceMetr... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
bsalomon@google.com | Add isMultisampled() to GrRenderTarget. Cleanup MSAA... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
reed@google.com | add strokerects baseline images |
commit | commitdiff | tree | snapshot |
2011-04-06 |
reed@google.com | re-re-enable antialiased rects for gpu |
commit | commitdiff | tree | snapshot |
2011-04-06 |
reed@google.com | eeek, revert last CL until I fix texture matrix |
commit | commitdiff | tree | snapshot |
2011-04-06 |
reed@google.com | enable antialiased rects |
commit | commitdiff | tree | snapshot |
2011-04-06 |
mike@reedtribe.org | support BW text on GPU |
commit | commitdiff | tree | snapshot |
2011-04-05 |
bsalomon@google.com | Fix dangling ptr when GrRenderTarget outlives its GrTex... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | check-point (disabled) for antialiased rects |
commit | commitdiff | tree | snapshot |
2011-04-05 |
vandebo@chromium.org | Make SkFlate buffers statically sized (fixes Windows... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | add rect.inset(dx, dy) |
commit | commitdiff | tree | snapshot |
2011-04-05 |
bsalomon@google.com | Add GrTexture.cpp to legacy project files |
commit | commitdiff | tree | snapshot |
2011-04-05 |
bsalomon@google.com | Adds read pixels to GrTexture and GrRenderTarget |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | export SkDraw::ComputeRectType() and share that with... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | add toggle keys: |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | support BW text |
commit | commitdiff | tree | snapshot |
2011-04-05 |
reed@google.com | handle scale < 0 for stroke-rects |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | always flush accumulated draws before we purge the... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
vandebo@chromium.org | [PDF] Make the NOT_IMPLEMENTED macro not print anything... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | reenable fast stroked rects, now that we correctly... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
bsalomon@google.com | export GrDefaultPathRenderer/GrPathRenderer |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | temporarily disable fast stroking, until we handle... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | move trimStorage to outer scope, so its memory is still... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
bsalomon@google.com | Remove dependence on platform GL headers. Remove code... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | rebaseline antialiased stroked rects with faster code... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
mike@reedtribe.org | faster stroke rects |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | add baseline images for strokerects |
commit | commitdiff | tree | snapshot |
2011-04-04 |
reed@google.com | add strokerects to gm |
commit | commitdiff | tree | snapshot |
2011-04-04 |
scroggo | Remove SkMetaData from makefile. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
mike@reedtribe.org | add 2 stroke tests to rects |
commit | commitdiff | tree | snapshot |
2011-04-01 |
reed@google.com | add pixelref->readPixels() |
commit | commitdiff | tree | snapshot |
2011-04-01 |
bsalomon@google.com | Fix crash when codec not found for SampleDecode |
commit | commitdiff | tree | snapshot |
2011-04-01 |
vandebo@chromium.org | Move where compression enable/disable is done to make... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
bsalomon@google.com | fix mac build of gr unit test |
commit | commitdiff | tree | snapshot |
2011-04-01 |
reed@google.com | add () to fix warning |
commit | commitdiff | tree | snapshot |
2011-03-31 |
ctguil@chromium.org | Add src/core include for pdf project. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
junov@google.com | Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGL... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
reed@google.com | add code to test different premul techniques (disabled... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
bsalomon@google.com | Add pdf to skia.gyp and checkin a snap of GYP. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
bsalomon@google.com | Fix signed/unsigned warnings in debug build in flushSte... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
bsalomon@google.com | Add GrResource.cpp to gr_files.mk |
commit | commitdiff | tree | snapshot |
2011-03-30 |
bsalomon@google.com | Add GrResource base class for ibs, texs, vbs, etc. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
reed@google.com | replace SkRefDict with SkMetaData (much more general) |
commit | commitdiff | tree | snapshot |
2011-03-30 |
ctguil@chromium.org | Prepend SkAdvancedTypefaceMetrics on enum usage. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
ctguil@chromium.org | Additional SK_API annotations needed for print preview... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
reed@google.com | add SkMetaData |
commit | commitdiff | tree | snapshot |
2011-03-30 |
vandebo@chromium.org | Improve the SkAdvancedTypefaceMetrics interface w.r... |
commit | commitdiff | tree | snapshot |
next |