| Commit message (Expand) | Author | Age |
* | Removed degenerate quads from zero radius Chrome-style round rects | robertphillips@google.com | 2012-10-23 |
* | Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent... | bsalomon@google.com | 2012-10-23 |
* | Add support for GLSL 1.40. | bsalomon@google.com | 2012-10-23 |
* | Reorder the vertex attributes to be friendlier to android. | bsalomon@google.com | 2012-10-23 |
* | Add vendor to context info. | bsalomon@google.com | 2012-10-23 |
* | Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi... | bsalomon@google.com | 2012-10-22 |
* | Fix slow gm debug builds that are doing large path validation runs. | djsollen@google.com | 2012-10-22 |
* | [PDF] Fix gradient generation code (remove extra 'dup' in some cases) | vandebo@chromium.org | 2012-10-22 |
* | [PDF] Fix index calculation for Type1 advance retrieval. | vandebo@chromium.org | 2012-10-22 |
* | Fix name of extension enabled in r6031 (should be plural "conventions"). | bsalomon@google.com | 2012-10-22 |
* | Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for ... | bsalomon@google.com | 2012-10-22 |
* | Remove two params from GrGLProgramStage::setData that are no longer necessary. | bsalomon@google.com | 2012-10-22 |
* | Automatically handle converting gl_FragCoord to Skia's y-down device coords. | bsalomon@google.com | 2012-10-22 |
* | Remove use of varargs in SkImageFilter. This is causing a crash in recent | senorblanco@chromium.org | 2012-10-22 |
* | Make GrGLShaderBuilder responsible for inserting begining of main() function ... | bsalomon@google.com | 2012-10-22 |
* | Make GrGLProgram be responsible for calling setData on custom stages. | bsalomon@google.com | 2012-10-22 |
* | Added ability to extract SkBitmaps to filter tool | robertphillips@google.com | 2012-10-19 |
* | Speculative fix for Chrome bug in SkClipStack::isWideOpen | robertphillips@google.com | 2012-10-19 |
* | GPU: add failure checks for the scratch textures used in Gaussian blur. | robertphillips@google.com | 2012-10-19 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-19 |
* | Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck... | robertphillips@google.com | 2012-10-19 |
* | PDF: Fail fast if in the tree of resources a child references a parent. Ideal... | edisonn@google.com | 2012-10-18 |
* | Altered arcTo's canonical points to (usually) be convex | robertphillips@google.com | 2012-10-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-18 |
* | Attempt to patch GR_STATIC_RECT_VB path | robertphillips@google.com | 2012-10-18 |
* | Munch the incoming inverse to force nearly-no-scale to no-scale, if we think | reed@google.com | 2012-10-17 |
* | Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary | junov@chromium.org | 2012-10-17 |
* | wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex | reed@google.com | 2012-10-17 |
* | Make table color filter use asNewCustomStage. | bsalomon@google.com | 2012-10-17 |
* | Use GrCustomStage to implement color matrix. | bsalomon@google.com | 2012-10-17 |
* | Make Ganesh's resource cache limits more representative | robertphillips@google.com | 2012-10-17 |
* | Separate out the texture matrix from the coord-system change matrix in GrSamp... | bsalomon@google.com | 2012-10-17 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-17 |
* | fast case for translate-only repeat bitmapshader, so Tom can be happy | reed@google.com | 2012-10-16 |
* | Reland r5963 with two fixes: | bsalomon@google.com | 2012-10-16 |
* | Revert r5962 because of failures. | bsalomon@google.com | 2012-10-16 |
* | Require matrix for custom stage to be set when custom stage is installed. | bsalomon@google.com | 2012-10-16 |
* | Avoid deadlock in SkGetFallbackFamilyNameForChar(). | djsollen@google.com | 2012-10-15 |
* | Use AutoMatrix in GrTextContext | bsalomon@google.com | 2012-10-15 |
* | Spell correct some comments. | bsalomon@google.com | 2012-10-15 |
* | #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque beh... | reed@google.com | 2012-10-15 |
* | Change FreeType lcd filter to provide better results. | bungeman@google.com | 2012-10-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-13 |
* | Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. | tfarina@chromium.org | 2012-10-12 |
* | retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float | reed@google.com | 2012-10-12 |
* | When two or more color matrix image filters are connected together, and the n... | senorblanco@chromium.org | 2012-10-12 |
* | Add SkShader::asShadeProc to fast-path the caller when the shader is fast | reed@google.com | 2012-10-12 |
* | Fonts with cubic outlines are rendered without ClearType by GDI. | bungeman@google.com | 2012-10-12 |
* | reland 5926 w/ fix in middle loop (thank you asserts) | reed@google.com | 2012-10-12 |
* | revert 5926 (debug assert) | reed@google.com | 2012-10-12 |