1. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  2. 04d52f3 Create a standalone example for using Skia with SDL by joshualitt · 9 years ago
  3. d28ada7 turn on libc++ for iOS by mtklein · 9 years ago
  4. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  5. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  6. 60795d9 Add visualbench option for nvpr stencil samples by cdalton · 9 years ago
  7. f844177 Fix visualbench flicker on triple buffered platforms by cdalton · 9 years ago
  8. 1023725 Make visualbench timing continuous for no-reset mode by cdalton · 9 years ago
  9. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  10. 266e202 Add visualbench option to not reset between samples by cdalton · 9 years ago
  11. 0b47d4b Exclude src/android from CMake build too. by mtklein · 9 years ago
  12. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  13. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  14. 6b90df6 augment gradients_many to exercise flipped gradients and clampping by reed · 9 years ago
  15. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  16. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  17. 7fdda60 Lock pixels again after dummy reset of pixel ref in SkBitmapRegionCodec by msarett · 9 years ago
  18. e0c64c5 Documentation: clean up by halcanary · 9 years ago
  19. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  20. c94cd7c Fix GrCoverageSetOpXP unit test on mixed samples by cdalton · 9 years ago
  21. 23267db SkAtomic: always use std::atomic by mtklein · 9 years ago
  22. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  23. 3aa5fce API changes to GrTextureAdjuster. by bsalomon · 9 years ago
  24. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  25. 3aea725 Fix mixed sampled inverse path fills by cdalton · 9 years ago
  26. 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
  27. d7b25c7 Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. by mtklein · 9 years ago
  28. 9510593 Add include guards for SkBRDAllocator by scroggo · 9 years ago
  29. 3877ab8 In SkGpuDevice;drawTextureAdjuster perform texture w\h divide in texture matrix by bsalomon · 9 years ago
  30. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  31. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  32. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  33. cb8d719 Make BRD take advantage of zero initialized memory by msarett · 9 years ago
  34. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  35. dad57c8 bring up SDL on windows by joshualitt · 9 years ago
  36. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  37. 33bee09 Fix -Wunused-parameter errors in SkCodec.h in Android by msarett · 9 years ago
  38. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  39. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  40. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  41. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  42. 0b2a189 Fix code that left shifts a negative value. This has undefined behavior. by benjaminwagner · 9 years ago
  43. b5213e6 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  44. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  45. 49115b5 Add an Allocator interface that indicates if memory is zero init by msarett · 9 years ago
  46. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  47. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  48. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  49. 164d302 Delete dead subset test code from dm by msarett · 9 years ago
  50. 0459c94 Delete dead subset benches from nanobench by msarett · 9 years ago
  51. fbd87d6 Missing resources crash SampleFilterQuality. by bungeman · 9 years ago
  52. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  53. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  54. 6dfe9ac Reduce messages from libjpeg-turbo by msarett · 9 years ago
  55. 824f46c GYP: remove stale skia_scalar gyp variable by Hal Canary · 9 years ago
  56. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  57. 80ec3db SkPDF: Deal with missing ColorTable (don't assert) by halcanary · 9 years ago
  58. 5fb56f1 Fix reversion to bilerp on clipped mipmap draws by bsalomon · 9 years ago
  59. 43f610f Parse command line arguments for sdl + android by joshualitt · 9 years ago
  60. 01f4a9e Fixes for building with sdl on android by joshualitt · 9 years ago
  61. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  62. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  63. d9ffaed apply mozilla patch by reed · 9 years ago
  64. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  65. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  66. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  67. b2ce0b0 demo tweaks, scale up perlin, add call to flush for fps by reed · 9 years ago
  68. 47fdae9 Wire up SDL on mac by joshualitt · 9 years ago
  69. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  70. 3a210bf Documentation - Remove references to `gclient sync` by halcanary · 9 years ago
  71. a267904 Fix compile error mac 10.8. by herb · 9 years ago
  72. 5c1262d Rewrite bleed GM bmp/img generators and change oversized texture case by bsalomon · 9 years ago
  73. edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
  74. b4df8b7 SkPx: use namespaces as namespaces by mtklein · 9 years ago
  75. f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
  76. 44972e2 Remove debug print statement by egdaniel · 9 years ago
  77. 73f6cfc tweaks for nov demo by reed · 9 years ago
  78. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  79. a4c26c0 bin/sync-and-gyp: sh->py (make more cross-platform) by halcanary · 9 years ago
  80. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  81. 9535492 sse 4.2 detection by mtklein · 9 years ago
  82. 417011c added experimental improved Perlin noise shader by ethannicholas · 9 years ago
  83. 2363649 Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:40001 of https://codereview.chromium.org/1412803009/ ) by fmalita · 9 years ago
  84. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  85. f514eae Update SKP version by update-skps · 9 years ago
  86. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  87. 844a0b4 avx and avx2 detection by mtklein · 9 years ago
  88. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  89. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  90. e8e17cf SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  91. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  92. 16d7e96 add sequence for nov talk by reed · 9 years ago
  93. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  94. 1358051 Revert of SkPx: new approach to fixed-point SIMD (patchset #12 id:220001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
  95. 6065d8e Adding Skia Debugger documentation by hcm · 9 years ago
  96. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  97. 69ad6a9 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  98. 8e26604 Export tools as an include directory for Android by msarett · 9 years ago
  99. dad837a compare has a syntax error where it is missing the path to sem(). BUG=skia: by herb · 9 years ago
  100. a7627dc SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago