1. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  2. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 13 years ago
  3. d4501a0 Eliminating implicit conversion from enum to bool. Fixes compiler warning by junov@chromium.org · 13 years ago
  4. a21ad18 Remove unnecessary mul and assignment in gradient shaders. by bsalomon@google.com · 13 years ago
  5. b72e5d3 Add GL texture validity check to GrGpuGL by robertphillips@google.com · 13 years ago
  6. 09a029b factor out computation for dy in SkEdge lines, so we can later try a fix. by reed@google.com · 13 years ago
  7. 4284388 Fix cross compilation with mingw. by bungeman@google.com · 13 years ago
  8. 17504f5 Expose vertex position to GrGLEffect via GrGLShaderBuilder. by bsalomon@google.com · 13 years ago
  9. 0c3b9cf Use consistent globals in AttachCache. https://codereview.appspot.com/6816052/ by bungeman@google.com · 13 years ago
  10. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 13 years ago
  11. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  12. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 13 years ago
  13. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 13 years ago
  14. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 13 years ago
  15. ae5ef11 Make lighting filters directly inherit from GrGLEffect. by bsalomon@google.com · 13 years ago
  16. 47d7a88 Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  17. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  18. ee2ef02 Rebaseline gpu_dev from trunk at r6159. by bsalomon@google.com · 13 years ago
  19. 0c5f376 Fix generateMask to properly apply pre-blend. by bungeman@google.com · 13 years ago
  20. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 13 years ago
  21. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 13 years ago
  22. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 13 years ago
  23. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  24. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  25. 1322134 Update comment in GrDrawState.h to reflect renaming changes and expansion of the scope of effects. by bsalomon@google.com · 13 years ago
  26. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  27. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  28. c196b52 Misc stage->effect renaming by bsalomon@google.com · 13 years ago
  29. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 13 years ago
  30. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  31. 0e36310 Fix WIN64 break from variable redefinition. by scroggo@google.com · 13 years ago
  32. b7f9a86 Fix self assignment in GrGLShaderVar by bsalomon@google.com · 13 years ago
  33. 9389763 Add a callback to cleanup TLS data on Windows. by scroggo@google.com · 13 years ago
  34. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  35. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 13 years ago
  36. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
  37. b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 13 years ago
  38. 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 13 years ago
  39. 5fa2107 Fix decl of gl_FragCoord in GLSL versions <= 1.20. by bsalomon@google.com · 13 years ago
  40. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  41. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  42. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  43. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  44. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 13 years ago
  45. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  46. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  47. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  48. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  49. 9618221 Pass the GrCustomStage and key to GrGLProgramStage emitCode. by bsalomon@google.com · 13 years ago
  50. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 13 years ago
  51. 055f908 Reset clip in ~SkGpuDevice by robertphillips@google.com · 13 years ago
  52. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  53. 022e857 Catch callers who pass invalid glyph ids and improve SkPdfFont desructor. by edisonn@google.com · 13 years ago
  54. 64d294d Enable Android executables (like skia_launcher) to redirect SkDebugf output to stdout as well as the system logs. by djsollen@google.com · 13 years ago
  55. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 13 years ago
  56. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 13 years ago
  57. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  58. 281c726 Add support for GLSL 1.40. Review URL: https://codereview.appspot.com/6709070 by bsalomon@google.com · 13 years ago
  59. 28f6ab4 Reorder the vertex attributes to be friendlier to android. by bsalomon@google.com · 13 years ago
  60. 0b1e481 Add vendor to context info. by bsalomon@google.com · 13 years ago
  61. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 13 years ago
  62. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 13 years ago
  63. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 13 years ago
  64. ce8a195 [PDF] Fix index calculation for Type1 advance retrieval. by vandebo@chromium.org · 13 years ago
  65. 59bb919 Fix name of extension enabled in r6031 (should be plural "conventions"). by bsalomon@google.com · 13 years ago
  66. 072708f Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for Intel Win7 buildbots. by bsalomon@google.com · 13 years ago
  67. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  68. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 13 years ago
  69. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 13 years ago
  70. d7bafb7 Make GrGLShaderBuilder responsible for inserting begining of main() function defition and closing brace. by bsalomon@google.com · 13 years ago
  71. 4285acc Make GrGLProgram be responsible for calling setData on custom stages. by bsalomon@google.com · 13 years ago
  72. 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 13 years ago
  73. 183e34b Speculative fix for Chrome bug in SkClipStack::isWideOpen by robertphillips@google.com · 13 years ago
  74. 7d12675 GPU: add failure checks for the scratch textures used in Gaussian blur. by robertphillips@google.com · 13 years ago
  75. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  76. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 13 years ago
  77. db14f8b PDF: Fail fast if in the tree of resources a child references a parent. Ideally I want a crash when the tree of resources became corrupt, not later when we try to finalize the pdf. by edisonn@google.com · 13 years ago
  78. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 13 years ago
  79. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  80. ee0b693 Attempt to patch GR_STATIC_RECT_VB path by robertphillips@google.com · 13 years ago
  81. c0e88e0 Munch the incoming inverse to force nearly-no-scale to no-scale, if we think by reed@google.com · 13 years ago
  82. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 13 years ago
  83. fb2fdcc wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex by reed@google.com · 13 years ago
  84. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 13 years ago
  85. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  86. 1947ba6 Make Ganesh's resource cache limits more representative by robertphillips@google.com · 13 years ago
  87. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 13 years ago
  88. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  89. a8d9930 fast case for translate-only repeat bitmapshader, so Tom can be happy by reed@google.com · 13 years ago
  90. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
  91. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
  92. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
  93. 77465f9 Avoid deadlock in SkGetFallbackFamilyNameForChar(). by djsollen@google.com · 13 years ago
  94. 858804d Use AutoMatrix in GrTextContext by bsalomon@google.com · 13 years ago
  95. 1e269b5 Spell correct some comments. by bsalomon@google.com · 13 years ago
  96. 04685d2 #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque behavior by reed@google.com · 13 years ago
  97. 62566f3 Change FreeType lcd filter to provide better results. by bungeman@google.com · 13 years ago
  98. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  99. e5877e6 Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. by tfarina@chromium.org · 13 years ago
  100. f7698de retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float by reed@google.com · 13 years ago