1. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  2. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  3. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago
  4. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  5. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  6. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  7. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  8. 5242ed7 Add device-independent rendering of ovals, take two. by commit-bot@chromium.org · 11 years ago
  9. 059a5a3 Reverting r11075. by jvanverth@google.com · 11 years ago
  10. 97f74ab Add device-independent GPU rendering of ovals. by commit-bot@chromium.org · 11 years ago
  11. 5651512 Remove uses of GR_RELEASE. by commit-bot@chromium.org · 11 years ago
  12. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  13. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  14. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  15. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  16. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  17. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  18. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  19. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  20. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  22. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  23. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  24. 46b450a temporary kES2_GrGLBinding alias to unblock DEPS roll by bsalomon@google.com · 11 years ago
  25. eb17070 missing header from previous commit by bsalomon@google.com · 11 years ago
  26. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  27. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  28. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  29. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  30. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  31. aeefb2a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  33. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  35. 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 11 years ago
  36. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  37. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  38. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  39. 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
  40. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  41. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  42. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  43. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  44. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 12 years ago
  45. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 12 years ago
  46. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 12 years ago
  47. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
  48. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
  49. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 12 years ago
  50. 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 12 years ago
  51. d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 12 years ago
  52. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 12 years ago
  53. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
  54. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 12 years ago
  55. 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 12 years ago
  56. 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
  57. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 12 years ago
  58. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
  59. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  60. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
  61. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 12 years ago
  62. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 12 years ago
  63. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
  64. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
  65. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 6ef912a Reduce calls to SkMatrix::reset from GrDrawState by robertphillips@google.com · 12 years ago
  67. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
  68. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  69. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
  70. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  71. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
  72. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  73. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  74. df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
  75. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  76. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  77. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 12 years ago
  78. a6c63a9 Fix another clang warning/error by robertphillips@google.com · 12 years ago
  79. 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 12 years ago
  80. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  81. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  82. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  83. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 12 years ago
  84. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  85. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
  86. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  87. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  88. ad9327f Increase space for effect-class-ID and fix assert by robertphillips@google.com · 12 years ago
  89. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  90. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  92. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  93. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  94. 4d98532 Fix build breakage. by bsalomon@google.com · 12 years ago
  95. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  96. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. f4b6763 Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error by robertphillips@google.com · 12 years ago
  98. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  99. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  100. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 12 years ago