aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* use subclasses instead of function-ptrs for hairline specializations.Gravatar reed@google.com2012-10-25
* Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.Gravatar bungeman@google.com2012-10-25
* Fix decl of gl_FragCoord in GLSL versions <= 1.20.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* If a path is known to be nonfinite, don't forget that in our autoboundsGravatar reed@google.com2012-10-24
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Pass the GrCustomStage and key to GrGLProgramStage emitCode.Gravatar bsalomon@google.com2012-10-24
* Protect filter_texture() against render target change.Gravatar senorblanco@chromium.org2012-10-24
* Reset clip in ~SkGpuDeviceGravatar robertphillips@google.com2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-24
* Catch callers who pass invalid glyph ids and improve SkPdfFont desructor.Gravatar edisonn@google.com2012-10-23
* Enable Android executables (like skia_launcher) to redirect SkDebugf output t...Gravatar djsollen@google.com2012-10-23
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23
* Removed degenerate quads from zero radius Chrome-style round rectsGravatar robertphillips@google.com2012-10-23
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Add support for GLSL 1.40.Gravatar bsalomon@google.com2012-10-23
* Reorder the vertex attributes to be friendlier to android.Gravatar bsalomon@google.com2012-10-23
* Add vendor to context info.Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Fix slow gm debug builds that are doing large path validation runs.Gravatar djsollen@google.com2012-10-22
* [PDF] Fix gradient generation code (remove extra 'dup' in some cases)Gravatar vandebo@chromium.org2012-10-22
* [PDF] Fix index calculation for Type1 advance retrieval.Gravatar vandebo@chromium.org2012-10-22
* Fix name of extension enabled in r6031 (should be plural "conventions").Gravatar bsalomon@google.com2012-10-22
* Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for ...Gravatar bsalomon@google.com2012-10-22
* Remove two params from GrGLProgramStage::setData that are no longer necessary.Gravatar bsalomon@google.com2012-10-22
* Automatically handle converting gl_FragCoord to Skia's y-down device coords.Gravatar bsalomon@google.com2012-10-22
* Remove use of varargs in SkImageFilter. This is causing a crash in recentGravatar senorblanco@chromium.org2012-10-22
* Make GrGLShaderBuilder responsible for inserting begining of main() function ...Gravatar bsalomon@google.com2012-10-22
* 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