aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor.Gravatar bungeman@google.com2013-06-26
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-26
* move kConfigCount out of Config enum, so we don't pullute type-checkingGravatar reed@google.com2013-06-25
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-22
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* Fix macro for r9718.Gravatar bungeman@google.com2013-06-21
* SkPath::rewind needs to have same reset as SkPath::reset.Gravatar bungeman@google.com2013-06-21
* Add maxCharWidth and a compile flag to use old metrics (needed by Blink).Gravatar bungeman@google.com2013-06-21
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* fix https://code.google.com/p/skia/issues/detail?id=1356Gravatar epoger@google.com2013-06-19
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* use select() so we can wait for XEvents or our timerGravatar reed@google.com2013-06-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-15
* speculative fix in TransitionView. don't validate after detachFromParent (we ...Gravatar reed@google.com2013-06-14
* Add an option to create unpremultiplied bitmaps.Gravatar scroggo@google.com2013-06-14
* Fix for 9603Gravatar robertphillips@google.com2013-06-14
* Add operator delete for SkTArray to match operator newGravatar bsalomon@google.com2013-06-14
* add validate to SkView for debuggingGravatar reed@google.com2013-06-13
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Make text context responsible for setting GrPaint on GrDrawState.Gravatar bsalomon@google.com2013-06-13
* Enhancements and a fix to templated containers.Gravatar bsalomon@google.com2013-06-13
* Compact the clipstack for kReplace_Op'd geometryGravatar commit-bot@chromium.org2013-06-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-11
* add drawImage to luaGravatar mike@reedtribe.org2013-06-11
* Improve batching of drawBitmap* callsGravatar robertphillips@google.com2013-06-10
* add conic support to hairlinesGravatar reed@google.com2013-06-10
* Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...Gravatar senorblanco@chromium.org2013-06-10
* move kAlignCount out of Align enum, so it can't accidentally be passed as a p...Gravatar mike@reedtribe.org2013-06-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-08
* SkDocument base for pdf, xps, etc.Gravatar reed@google.com2013-06-07
* Fix bug in setting directories for tests.Gravatar scroggo@google.com2013-06-06
* Fixup some conventions in SkTArray and add reset to count method.Gravatar commit-bot@chromium.org2013-06-05
* Fix issues related to resolving fonts based on name.Gravatar djsollen@google.com2013-06-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* change impl to explicitly store length as u32, rather than size_t, so we keep...Gravatar reed@google.com2013-06-04
* add size limit for using glyphcache. above that, draw using pathsGravatar reed@google.com2013-06-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-04
* Add SkData::NewFromFD.Gravatar bungeman@google.com2013-06-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* start a wrapper for color fontsGravatar reed@google.com2013-05-31
* Remove SK_API, from SkTSet. the template is not public.Gravatar edisonn@google.com2013-05-31
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Separate core and images project.Gravatar scroggo@google.com2013-05-31
* add script to scrape glyph usage in drawText callsGravatar reed@google.com2013-05-30
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30