aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* add SkData::NewFromCString()Gravatar reed@google.com2012-06-28
* Added EOF marker to address clang++ errorGravatar robertphillips@google.com2012-06-28
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Altered SkInstCnt to print out atexitGravatar robertphillips@google.com2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* add SkAlign8 and SkIsAlign8 macrosGravatar reed@google.com2012-06-27
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* show # of unknown subclasses in dumpGravatar reed@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* add more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* stick SkInstCnt in more classes, to help track down leaksGravatar reed@google.com2012-06-26
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.Gravatar tomhudson@google.com2012-06-25
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* [android] Add an API to load customized font config for testing.Gravatar djsollen@google.com2012-06-25
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22
* Revert r4287. Large numbers of textures created by random gradients can cause...Gravatar bsalomon@google.com2012-06-22
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Move GrTemplates.h to srcGravatar bsalomon@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* Add GrSurface parent class above GrTexture & GrRenderTargetGravatar robertphillips@google.com2012-06-21
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Remove count budget from resource cacheGravatar bsalomon@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Fix memory leaks.Gravatar tomhudson@google.com2012-06-19
* TLS GrContext countGravatar bsalomon@google.com2012-06-15
* Use GrAARectRenderer in GPU AA clip mask generationGravatar robertphillips@google.com2012-06-15
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* NV PR spec update to function param, use GrGL typedefs rather than fundamenta...Gravatar bsalomon@google.com2012-06-13
* 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