1. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 11 years ago
  2. 69b50e3 Fix master IP in submit_try by borenet@google.com · 11 years ago
  3. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
  4. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
  5. 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
  6. 0ac6f16 Fix for issue 1029: Debugger opens files with ^O, but crashes when opening files through other methods by jvanverth@google.com · 12 years ago
  7. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  8. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  9. 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 12 years ago
  10. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  11. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  12. 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
  13. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 12 years ago
  14. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  15. 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
  16. 0c38ed3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 12 years ago
  18. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  19. 3d5b998 use SkToS32 to turn a ptrdiff_t into an int (on 64bit build) by reed@google.com · 12 years ago
  20. 71cf3ae Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a fix for a bug that unit tests and GM trigger. by bsalomon@google.com · 12 years ago
  21. ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 12 years ago
  22. 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 12 years ago
  23. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  24. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 12 years ago
  25. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  26. 042a286 Attempt to fix GLPrograms test on ANGLE bot. by bsalomon@google.com · 12 years ago
  27. 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 12 years ago
  28. 73349aa extend gradient_create bench to test opaque and alpha gradient ramps by reed@google.com · 12 years ago
  29. 58ba410 cleanup: use DEF_BENCH macro by reed@google.com · 12 years ago
  30. 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago
  31. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  32. 83f7c65 add new gms for shallow_gradient, in preparation for improving their quality by reed@google.com · 12 years ago
  33. 5b7bac5 Change comment to avoid warning (don't end line comment with '\'). by bungeman@google.com · 12 years ago
  34. bf486f8 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 12 years ago
  35. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  36. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  37. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  38. f9502d7 shape ops work in progress by caryclark@google.com · 12 years ago
  39. 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. aac2fb8 move kStyleCount out of Style enum, and into its own, to avoid by mike@reedtribe.org · 12 years ago
  41. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 12 years ago
  42. b025c9c Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 12 years ago
  43. 50a5cfb Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs by junov@chromium.org · 12 years ago
  44. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  45. 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 12 years ago
  46. bb89613 landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api by reed@google.com · 12 years ago
  47. 4d26340 Fix init order warning by bsalomon@google.com · 12 years ago
  48. 408586e remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMultiply_Mode by reed@google.com · 12 years ago
  49. 8b2f41b Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient by junov@google.com · 12 years ago
  50. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
  51. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  52. d11c91e Fix unused var warning-as-error by bsalomon@google.com · 12 years ago
  53. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 12 years ago
  54. 487b560 add width() and height() helpers by reed@google.com · 12 years ago
  55. ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 12 years ago
  56. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  57. 2bc4c35 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle'] on Google Storage. by rmistry@google.com · 12 years ago
  58. 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 12 years ago
  59. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  60. 29dea74 Fix warnings resulting from 7496. by bungeman@google.com · 12 years ago
  61. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  63. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  64. cb9b4a5 Added cast to make SkIntToScalar happy with size_t in debug (in SkDrawCommand.cpp) by robertphillips@google.com · 12 years ago
  65. 1917c7b Removed unused variable by robertphillips@google.com · 12 years ago
  66. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  67. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  68. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  69. a3c1348 add new test for region::intersect, when one is a rect, and it wholly contains by reed@google.com · 12 years ago
  70. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
  71. 6156bd0 All skp files in Google Storage have been updated (AddDashboardAnnotation) by rmistry@google.com · 12 years ago
  72. 64c7253 Whitespace change to trigger rebuilds after r7485 by rmistry@google.com · 12 years ago
  73. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. c3ecf65 Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome by robertphillips@google.com · 12 years ago
  75. 6cfe1fb Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h to get Chrome compiling by robertphillips@google.com · 12 years ago
  76. e7c843d Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome to compile by robertphillips@google.com · 12 years ago
  77. 8857e7c Add SkImageFilterUtils.h to effects.gypi by robertphillips@google.com · 12 years ago
  78. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 12 years ago
  79. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  80. 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 12 years ago
  81. a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 12 years ago
  82. 1447aa3 Added option of profiling GPU backend to debugger by robertphillips@google.com · 12 years ago
  83. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 12 years ago
  84. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  85. 7047665 bench_compare proper spacing and tab option. by bungeman@google.com · 12 years ago
  86. 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
  87. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  88. e94b5e4 Adding a new unit test that demonstrates that dithering affects constant gradients by junov@chromium.org · 12 years ago
  89. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
  90. a8e66f7 Adds SkMWCRandom, which generates random numbers using a variant of George Marsaglia's multiply-with-carry "mother-of-all" method. This passes the tuftests suite so it should be much better than the current method (which does not). by jvanverth@google.com · 12 years ago
  91. 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
  92. f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 12 years ago
  93. 86adc0d shape ops work in progress by caryclark@google.com · 12 years ago
  94. 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. aa35831 shape ops work in progress by caryclark@google.com · 12 years ago
  96. 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 12 years ago
  97. bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 12 years ago
  98. 4025f6f shape ops work in progress by caryclark@google.com · 12 years ago
  99. 8c0bc9b add SK_API to SkMutex (for chrome) by reed@google.com · 12 years ago
  100. 2c8abb4 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago