aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Make SkFlate buffers statically sized (fixes Windows compile).Gravatar vandebo@chromium.org2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* [PDF] Make the NOT_IMPLEMENTED macro not print anything by default.Gravatar vandebo@chromium.org2011-04-04
* 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
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* 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
* Store content streams in an SkStream instead of an SkString (64k size limit).Gravatar vandebo@chromium.org2011-03-28
* 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
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* Fix a crash.Gravatar scroggo2011-03-23
* Initialize fClip in SkBounder, in case doIRect() is called before it is usedGravatar reed@google.com2011-03-23
* add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRefGravatar reed@google.com2011-03-22
* Add a 'fatbits' mode to unix sample app.Gravatar scroggo2011-03-22
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* Make SkDeviceFactory part of the API.Gravatar vandebo@chromium.org2011-03-19
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* 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 flingGravatar reed@google.com2011-03-16
* Add SK_API to SkCreateTypefaceFromLOGFONT.Gravatar ctguil@chromium.org2011-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
* Add a sample application that runs on unix.Gravatar scroggo2011-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
* Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...Gravatar vandebo@chromium.org2011-03-10
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@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
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* 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