1. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  2. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  3. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  4. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  5. aeefb2a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  7. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  9. 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 11 years ago
  10. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  11. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  12. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  13. 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
  14. 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
  15. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  16. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  17. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  18. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  19. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  20. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  21. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  22. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  23. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
  24. 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 11 years ago
  25. 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 · 11 years ago
  26. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
  27. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  28. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
  29. 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 11 years ago
  30. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  31. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 11 years ago
  32. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 11 years ago
  33. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  34. 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 11 years ago
  35. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 11 years ago
  36. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 11 years ago
  37. 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 11 years ago
  38. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  39. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 6ef912a Reduce calls to SkMatrix::reset from GrDrawState by robertphillips@google.com · 11 years ago
  41. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  42. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  43. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
  44. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
  45. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 12 years ago
  46. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 12 years ago
  47. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  48. df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
  49. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  50. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  51. 5d01bec Fix for effect cache key. by commit-bot@chromium.org · 12 years ago
  52. a6c63a9 Fix another clang warning/error by robertphillips@google.com · 12 years ago
  53. 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 12 years ago
  54. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  55. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  56. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  57. 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
  58. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  59. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 12 years ago
  60. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  61. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  62. ad9327f Increase space for effect-class-ID and fix assert by robertphillips@google.com · 12 years ago
  63. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  64. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 12 years ago
  66. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  67. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  68. 4d98532 Fix build breakage. by bsalomon@google.com · 12 years ago
  69. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  70. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. f4b6763 Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error by robertphillips@google.com · 12 years ago
  72. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  73. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  74. e4657ed Add a macro for querying the byte order of SkPMColor. by commit-bot@chromium.org · 12 years ago
  75. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  76. c3413d6 Increase bits for effect attribute key. by jvanverth@google.com · 12 years ago
  77. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  79. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  80. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  81. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  82. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  83. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  84. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  85. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  86. e452a0a Use updated Khronos signature for glShaderSource by commit-bot@chromium.org · 12 years ago
  87. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  88. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  90. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  91. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 12 years ago
  92. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  93. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  94. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  95. 994b52e Correct default value for GR_STATIC_RECT_VB by bsalomon@google.com · 12 years ago
  96. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  97. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  98. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  99. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  100. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago