1. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  2. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  3. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  4. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  5. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  6. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
  7. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
  8. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
  9. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  10. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
  11. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
  12. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
  13. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
  14. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 13 years ago
  15. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 13 years ago
  16. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
  17. 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 13 years ago
  18. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
  19. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
  20. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 13 years ago
  21. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 13 years ago
  22. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
  23. 87c4726 Fix no-static-init (android) build. by bsalomon@google.com · 13 years ago
  24. 64287c5 Fix missing "class" in friend decls in GrEffect.h by bsalomon@google.com · 13 years ago
  25. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
  26. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 13 years ago
  27. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 13 years ago
  28. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 13 years ago
  29. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
  30. ade109f Fix Android compiler warnings. by djsollen@google.com · 13 years ago
  31. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 13 years ago
  32. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  33. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 13 years ago
  34. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 13 years ago
  35. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 13 years ago
  36. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 13 years ago
  37. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 13 years ago
  38. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 13 years ago
  39. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 13 years ago
  40. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  41. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
  42. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 13 years ago
  43. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 13 years ago
  44. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 13 years ago
  45. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 13 years ago
  46. f9a1455 Avoid re-definition of STDC symbols, needed for my ffmpeg work. by senorblanco@chromium.org · 13 years ago
  47. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  48. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
  49. 4187a2f Attempt to patch Chrome compiler failures by robertphillips@google.com · 13 years ago
  50. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 13 years ago
  51. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
  52. 7158e6a Improve NaCl support by borenet@google.com · 13 years ago
  53. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  54. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 13 years ago
  55. 115b06f Re-revert r6233. by bsalomon@google.com · 13 years ago
  56. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 13 years ago
  57. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 13 years ago
  58. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 13 years ago
  59. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  60. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 13 years ago
  61. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 13 years ago
  62. 56315b9 Add file accidentally omitted from r6182. by bsalomon@google.com · 13 years ago
  63. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  64. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 13 years ago
  65. 484ee2a Make GrEffectStage keep a const ptr (rather than non-const) to GrEffect. by bsalomon@google.com · 13 years ago
  66. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  67. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  68. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  69. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  70. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  71. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  72. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 13 years ago
  73. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
  74. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  75. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  76. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  77. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  78. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  79. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  80. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  81. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  82. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  83. 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
  84. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
  85. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
  86. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
  87. 858804d Use AutoMatrix in GrTextContext by bsalomon@google.com · 13 years ago
  88. 1e269b5 Spell correct some comments. by bsalomon@google.com · 13 years ago
  89. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  90. a99226e Commit SkGpuDevice.h which was omitted from r5918 for some reason. by bsalomon@google.com · 13 years ago
  91. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 13 years ago
  92. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 13 years ago
  93. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 13 years ago
  94. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 13 years ago
  95. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 13 years ago
  96. 0e354aa Remove external matrix feature. by bsalomon@google.com · 13 years ago
  97. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
  98. c7448ce GrPaint encapsulation. by bsalomon@google.com · 13 years ago
  99. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 13 years ago
  100. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 13 years ago