1. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  2. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
  3. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
  4. 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
  5. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  6. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  7. bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 12 years ago
  8. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  9. 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
  10. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  11. 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago
  12. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  13. 4d26340 Fix init order warning by bsalomon@google.com · 12 years ago
  14. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 12 years ago
  15. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  16. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  17. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  19. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  20. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  21. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
  22. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  23. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
  25. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  26. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 12 years ago
  27. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 12 years ago
  28. 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 · 12 years ago
  29. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  30. 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 12 years ago
  31. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  32. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 12 years ago
  34. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  35. c5fae9e Fix spelling error. by bsalomon@google.com · 12 years ago
  36. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
  37. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  38. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
  39. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 12 years ago
  40. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  41. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  42. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  43. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  44. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  46. 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 12 years ago
  47. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  48. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  49. 514b922 Partial revert of r7287 to green up the bots. by senorblanco@chromium.org · 12 years ago
  50. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  51. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  52. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  53. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  54. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  55. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  56. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  58. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  59. 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 · 12 years ago
  60. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  61. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  62. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  63. 358e427 Remove default clip/drawstate in GrIODB. by bsalomon@google.com · 12 years ago
  64. 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 12 years ago
  65. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  66. 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 12 years ago
  68. 9aaf36d fix GPU drawing for 8 bit alpha bitmaps by humper@google.com · 12 years ago
  69. eb928ea Proposed fix to new stroking/path render selection system by robertphillips@google.com · 12 years ago
  70. 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. a7830dc Revert part of r7047 to check Xoom failures by robertphillips@google.com · 12 years ago
  72. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  73. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  74. 674a3a2 Attempt to fix NULL to intptr_t warning-as-error on mac build. by bsalomon@google.com · 12 years ago
  75. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  76. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  77. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  79. be61c05 Fix Android texture cacheID issue (npot flag not generated correctly) by robertphillips@google.com · 12 years ago
  80. 10a9fb8 Ensure that GrCacheID::Key instances are fully initialized. by bsalomon@google.com · 12 years ago
  81. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  83. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  84. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  85. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 12 years ago
  86. 009bcca When doing a readback in SkGrPixelRef check whether the dst bmp was allocated. by bsalomon@google.com · 12 years ago
  87. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  88. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
  89. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  91. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 9f13174 Fix oversights in r6793. by bsalomon@google.com · 12 years ago
  93. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  94. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  95. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  96. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 12 years ago
  98. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  99. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  100. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago