aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* experimental hittest for paths (incomplete)Gravatar mike@reedtribe.org2012-07-03
* change NewWithCString to allocate room for the terminating NULL, so the dataGravatar reed@google.com2012-07-02
* add read/write SkData methodsGravatar reed@google.com2012-07-02
* detect SSE level in visual studioGravatar reed@google.com2012-07-02
* undo accidental checkinGravatar reed@google.com2012-07-02
* create symbols for the various SSE valuesGravatar reed@google.com2012-07-02
* add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future)Gravatar reed@google.com2012-07-02
* Partially rolled forward the SkGrPixelRef changesGravatar robertphillips@google.com2012-06-29
* Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,Gravatar tomhudson@google.com2012-06-29
* Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned ...Gravatar robertphillips@google.com2012-06-28
* Fixed memory deletion error in instance counting mechanismGravatar robertphillips@google.com2012-06-28
* Moved SkGrTexturePixelRef to SkGrPixelRefGravatar robertphillips@google.com2012-06-28
* Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef ...Gravatar robertphillips@google.com2012-06-28
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* 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