aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* trifurcate blit_mask_d32_a8 into _black, _opaque, _general.Gravatar mtklein2015-08-26
* zero-length cap fixGravatar caryclark2015-08-26
* Have SkPicture::willPlayBackBitmaps() count SkImages too.Gravatar mtklein2015-08-26
* Rename GrBWFillRectBatch to GrNonAAFillRectBAtchGravatar joshualitt2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Modify GrBWFillRectBatch to use GrQuadGravatar joshualitt2015-08-26
* stray malloc/free -> sk_malloc/sk_freeGravatar mtklein2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chro...Gravatar caryclark2015-08-25
* Fix for MSAN unintialized valueGravatar joshualitt2015-08-25
* Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.Gravatar bungeman2015-08-25
* Fix for distance field draw large glyph as pathsGravatar joshualitt2015-08-25
* Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview...Gravatar caryclark2015-08-25
* Speculative valgrind fixGravatar robertphillips2015-08-25
* fix zero-length tangentGravatar caryclark2015-08-25
* Update giflib to 5.1.1 (AOSP hash)Gravatar msarett2015-08-24
* Revert of Modify GrBWFillRectBatch to use GrQuad (patchset #3 id:40001 of htt...Gravatar joshualitt2015-08-24
* Modify GrBWFillRectBatch to use GrQuadGravatar joshualitt2015-08-24
* Update debugger print out of drawImageRect informationGravatar robertphillips2015-08-24
* Remove unused calcPOIs with color/coverage input.Gravatar egdaniel2015-08-24
* Revert of experiment with zero-length round capped line segments (patchset #4...Gravatar caryclark2015-08-21
* experiment with zero-length round capped line segmentsGravatar caryclark2015-08-21
* Fix for copy surface not handling dirty contextGravatar joshualitt2015-08-21
* wire up reduced atlas and zero textblob cache to testGravatar joshualitt2015-08-21
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* fill rect batch refactor into separate batchesGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Return failure if getInputResultsGPU fails in SkXfermodeImageFilterGravatar robertphillips2015-08-21
* Clean up ifdefs in SkGifCodecGravatar msarett2015-08-21
* This code should've been part of the CL that added registerChildProcessor(); ...Gravatar wangyix2015-08-21
* Use stencil ops that don't issue writes whenever possibleGravatar vbuzinov2015-08-21
* add gm for image->newShaderGravatar reed2015-08-20
* SkCanvas::onDrawPicture() quick-rejectGravatar fmalita2015-08-20
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* fix cubic clip in yGravatar caryclark2015-08-20
* Add ANGLE workaround to prefer flushes over VRAM usageGravatar robertphillips2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* SkImage method for detecting lazy decodingGravatar fmalita2015-08-20
* subdivide path when side-clipping failsGravatar caryclark2015-08-20
* SkPDF: Memory improvements for PDF StreamsGravatar halcanary2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* For a frag proc, its key will be a concatenation of all its descendant procs'...Gravatar wangyix2015-08-20
* Revert "fill rect batch refactor into separate batches"Gravatar joshualitt2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* SkColorCubeFilter: require alpha == 0xFF.Gravatar mtklein2015-08-19
* Bug fix: we're using SkPMFloat methods on SkColor.Gravatar mtklein2015-08-19
* Thou shalt use override consistently.Gravatar mtklein2015-08-19