aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia)Gravatar bsalomon@google.com2011-04-15
* move headerGravatar reed@google.com2011-04-15
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* add SkCanvas::clear(SkColor color) to call the new virtual clear on device.Gravatar reed@google.com2011-04-14
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* Add genID for SkBitmaps with raw pixelsGravatar bsalomon@google.com2011-04-14
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* Fix SkFixed overflows in SkFixedSquare, SkGradientShader.Gravatar wjmaclean@chromium.org2011-04-13
* mark viewport APIs as deprecatedGravatar reed@google.com2011-04-11
* code styleGravatar reed@google.com2011-04-11
* code styleGravatar mike@reedtribe.org2011-04-10
* add init() to SkTLazy to create a default instanceGravatar mike@reedtribe.org2011-04-10
* coding style updatesGravatar mike@reedtribe.org2011-04-09
* Simplify drawloopers and drawfilters. This allows the canvas to keep itsGravatar reed@google.com2011-04-07
* use new template class SkTLazy for deferred paint initializationGravatar reed@google.com2011-04-06
* Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been ...Gravatar vandebo@chromium.org2011-04-06
* Make SkFlate buffers statically sized (fixes Windows compile).Gravatar vandebo@chromium.org2011-04-05
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* reenable fast stroked rects, now that we correctly handle non-square scaleGravatar reed@google.com2011-04-04
* faster stroke rectsGravatar mike@reedtribe.org2011-04-04
* add pixelref->readPixels()Gravatar reed@google.com2011-04-01
* add () to fix warningGravatar reed@google.com2011-04-01
* replace SkRefDict with SkMetaData (much more general)Gravatar reed@google.com2011-03-30
* Additional SK_API annotations needed for print preview on windows.Gravatar ctguil@chromium.org2011-03-30
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.Gravatar vandebo@chromium.org2011-03-30
* add refcnt helper to metadataGravatar reed@google.com2011-03-30
* move SkMetaData into coreGravatar reed@google.com2011-03-30
* add getTopLayer(), so clients don't have to use a LayerIter just to getGravatar reed@google.com2011-03-30
* add experimental Relay classGravatar reed@google.com2011-03-28
* add dox for drawPath, describing how to interpret the prePathMatrix.Gravatar reed@google.com2011-03-25
* Remove optional impl for SkClampMax that relied on not wrapping, as in factGravatar reed@google.com2011-03-24
* Initialize fClip in SkBounder, in case doIRect() is called before it is usedGravatar reed@google.com2011-03-23
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* Make SkDeviceFactory part of the API.Gravatar vandebo@chromium.org2011-03-19
* change operator== to return bool instead of intGravatar reed@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* update dox for setLooper()Gravatar reed@google.com2011-03-16
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* undo recent addition of kLCD16_Format to FormatIsLCD()Gravatar reed@google.com2011-03-11
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* add realloc() to SkAutoSMalloc, plus some documentationGravatar reed@google.com2011-03-10
* http://codereview.appspot.com/3980041/Gravatar reed@google.com2011-03-09
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* add const to SkColorShader's asABitmapGravatar reed@google.com2011-03-08
* make asABitmap() constGravatar reed@google.com2011-03-07