aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* faster SkScalarIsFinite()Gravatar reed@google.com2012-06-13
* Added Texture desc to render targetGravatar robertphillips@google.com2012-06-13
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* add readPtr and writePtr to SkReader32 and SkWriter32Gravatar reed@google.com2012-06-12
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* Adding API to GrTexture to reset cached texture parameter valuesGravatar junov@chromium.org2012-06-12
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Add SK_API to null canvas create methodGravatar bsalomon@google.com2012-06-11
* Null canvasGravatar bsalomon@google.com2012-06-11
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Add tiled rendering as an option to GM.Gravatar scroggo@google.com2012-06-06
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours isGravatar reed@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* Fix for compiler error in r4154Gravatar robertphillips@google.com2012-06-05
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* remove mutable apis on SkColorMatrixFilter, must use constructor.Gravatar reed@google.com2012-06-04
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* change static variable to #defineGravatar djsollen@google.com2012-06-04
* Add legacy script to enable skia roll into chromium.Gravatar djsollen@google.com2012-06-04
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Fix GrSamplerState::operator=() to take a reference rather than a copy.Gravatar tomhudson@google.com2012-06-01
* VC++ allows template parameter shadowing.Gravatar bungeman@google.com2012-06-01
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* Zero out GrSamplerState in constructor to recover performance loss on Linux f...Gravatar tomhudson@google.com2012-05-31
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-05-31