aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* optimize quad-root for conical gradientsGravatar reed@google.com2012-06-07
* Fix dumb bug in checking gl interface validation against binding from gl vers...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
* fix bug in GrGLInterface validation added in r4192Gravatar bsalomon@google.com2012-06-06
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/animatorGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/optsGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/effectsGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/imagesGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/pdfGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/pipeGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/viewsGravatar caryclark@google.com2012-06-06
* Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...Gravatar bsalomon@google.com2012-06-05
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* temporary avoid zero-divide (to avoid assert in fixedpoint build)Gravatar reed@google.com2012-06-05
* temporary:Gravatar reed@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* Move stuff from protected to private in GrGpuGLGravatar bsalomon@google.com2012-06-05
* Fix an issue where Pipe did not draw correctlyGravatar scroggo@google.com2012-06-05
* Added missing #include in SkGlobalInitialization_default.cpp for Android buildGravatar robertphillips@google.com2012-06-05
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* Always filter gradient texturesGravatar bsalomon@google.com2012-06-04
* Remove cached texture width/height that was used by 4x4 filterGravatar bsalomon@google.com2012-06-04
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* Break up GrGpuGL::flushGLCommonStateGravatar bsalomon@google.com2012-06-04
* remove mutable apis on SkColorMatrixFilter, must use constructor.Gravatar reed@google.com2012-06-04
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* Revert r4134 due to bot failuresGravatar bsalomon@google.com2012-06-04
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@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
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01