aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Make GrGLProgram be responsible for calling setData on custom stages.Gravatar bsalomon@google.com2012-10-22
* Added ability to extract SkBitmaps to filter toolGravatar robertphillips@google.com2012-10-19
* Speculative fix for Chrome bug in SkClipStack::isWideOpenGravatar robertphillips@google.com2012-10-19
* GPU: add failure checks for the scratch textures used in Gaussian blur.Gravatar robertphillips@google.com2012-10-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-19
* Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...Gravatar robertphillips@google.com2012-10-19
* PDF: Fail fast if in the tree of resources a child references a parent. Ideal...Gravatar edisonn@google.com2012-10-18
* Altered arcTo's canonical points to (usually) be convexGravatar robertphillips@google.com2012-10-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-18
* Attempt to patch GR_STATIC_RECT_VB pathGravatar robertphillips@google.com2012-10-18
* Munch the incoming inverse to force nearly-no-scale to no-scale, if we thinkGravatar reed@google.com2012-10-17
* Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionaryGravatar junov@chromium.org2012-10-17
* wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutexGravatar reed@google.com2012-10-17
* Make table color filter use asNewCustomStage.Gravatar bsalomon@google.com2012-10-17
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Make Ganesh's resource cache limits more representativeGravatar robertphillips@google.com2012-10-17
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-17
* fast case for translate-only repeat bitmapshader, so Tom can be happyGravatar reed@google.com2012-10-16
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Avoid deadlock in SkGetFallbackFamilyNameForChar().Gravatar djsollen@google.com2012-10-15
* Use AutoMatrix in GrTextContextGravatar bsalomon@google.com2012-10-15
* Spell correct some comments.Gravatar bsalomon@google.com2012-10-15
* #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh...Gravatar reed@google.com2012-10-15
* Change FreeType lcd filter to provide better results.Gravatar bungeman@google.com2012-10-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-13
* Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years.Gravatar tfarina@chromium.org2012-10-12
* retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid floatGravatar reed@google.com2012-10-12
* When two or more color matrix image filters are connected together, and the n...Gravatar senorblanco@chromium.org2012-10-12
* Add SkShader::asShadeProc to fast-path the caller when the shader is fastGravatar reed@google.com2012-10-12
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* reland 5926 w/ fix in middle loop (thank you asserts)Gravatar reed@google.com2012-10-12
* revert 5926 (debug assert)Gravatar reed@google.com2012-10-12
* add shaderproc32 for translate+clamp+nofilter.Gravatar reed@google.com2012-10-12
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* Fix matrix type in setRectToRectGravatar reed@google.com2012-10-12
* Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...Gravatar bsalomon@google.com2012-10-12
* Turn on GPU AA clippingGravatar robertphillips@google.com2012-10-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-12
* Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...Gravatar junov@chromium.org2012-10-11
* Minimize use of SkDraw's matrix in SkGpuDevice.Gravatar bsalomon@google.com2012-10-11
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Turn off some debugging statements.Gravatar scroggo@google.com2012-10-11
* CreateTypefaceFromFile for GDI.Gravatar bungeman@google.com2012-10-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-11
* This patch implements generalized DAG connectivity for SkImageFilter. SkImag...Gravatar senorblanco@chromium.org2012-10-10
* Draw hairline text as path.Gravatar bsalomon@google.com2012-10-10
* Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...Gravatar bsalomon@google.com2012-10-10