aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* change colortable to use factory for reinflating, check for emptyGravatar reed2015-08-28
* Replace SkPin32 with SkTPin and remove.Gravatar bungeman2015-08-28
* Remove sys/types.h include from SkTypes.h.Gravatar bungeman2015-08-28
* Clean up SkTLogic.Gravatar bungeman2015-08-28
* Convert child FPs from refs to pending executions when parent convertsGravatar bsalomon2015-08-27
* Remove overly complicated GR_CREATE_STATIC_PROCESSOR macroGravatar mdempsky2015-08-27
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
* [tracing] Add support for skia caches to dump memory statsGravatar ssid2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* zero-length cap fixGravatar caryclark2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-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
* Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.Gravatar bungeman2015-08-25
* Enable debug builds in the Android frameworkGravatar djsollen2015-08-24
* Explicitly friend ::SkPrivateEffectInitializer to flattenables.Gravatar mtklein2015-08-24
* Add build targets for advanced Intel instruction sets (1 of 3).Gravatar mtklein2015-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
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-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
* Introduce interface for memory dumpsGravatar primiano2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* SkColorCubeFilter: require alpha == 0xFF.Gravatar mtklein2015-08-19
* Revert "Update SkLightingShader to support rotation"Gravatar robertphillips2015-08-19
* private iterator to visit all resource cache entriesGravatar reed2015-08-19
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* change asABitmap to isABitmap on shaderGravatar reed2015-08-19
* No need to re-declare pure virtual name().Gravatar mtklein2015-08-19
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-19
* Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of h...Gravatar caryclark2015-08-19
* cast SK_ARRAY_COUNT to make it sign agnosticGravatar caryclark2015-08-19
* Use calloc to allocate data that will be uploaded to vertex/index buffers in ...Gravatar bsalomon2015-08-19
* This change is in preparation for updating how processor keys and meta keys a...Gravatar wangyix2015-08-19
* remove SkDeferredCanvasGravatar reed2015-08-19
* Allow setting of GrBatchFontCache atlas sizesGravatar joshualitt2015-08-19
* Test scaling for small imagesGravatar msarett2015-08-18
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Add subsets to SkImageGenerator and SkImageCacheratorGravatar reed2015-08-18
* Deduplicate typefaces across sub-picturesGravatar mtklein2015-08-18
* Made isEqual in GrFragmentProcessor recursiveGravatar wangyix2015-08-18
* Added class AutoFragmentChildProcAdvance to be constructed before a child emi...Gravatar wangyix2015-08-18
* Revert[8] "move some public headers into private"Gravatar reed2015-08-17