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