1. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  2. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  3. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  4. 3211770 Add assignment op to enum bitfield ops by cdalton · 9 years ago
  5. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  6. 8e5c177 convex path renderer unit tests by joshualitt · 9 years ago
  7. e590266 Add unit tests for stroke rects and drawVertices by joshualitt · 9 years ago
  8. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  9. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 10 years ago
  10. 72c7a60 remove legacy Gr things by bsalomon · 10 years ago
  11. 8b26b99 new image from backend desc by reed · 10 years ago
  12. 2fbd406 tesselating path renderer unit tests by joshualitt · 10 years ago
  13. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  14. 0acd0d3 adding uniqueID to GrContext by joshualitt · 10 years ago
  15. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 10 years ago
  16. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 10 years ago
  17. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  18. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 10 years ago
  19. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  20. 40ded32 Add hairlines batch unit test by joshualitt · 10 years ago
  21. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  22. 3e708c5 Add batch unit tests for ovals by joshualitt · 10 years ago
  23. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 10 years ago
  24. fa2008f Add dash lines batch unit test by joshualitt · 10 years ago
  25. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 10 years ago
  26. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 10 years ago
  27. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  28. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
  29. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  30. 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
  31. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  32. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
  33. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  34. 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 10 years ago
  35. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  36. fd4167d Import glTextureBarrier by cdalton · 10 years ago
  37. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  38. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
  39. 0db6dfa The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. by joshualitt · 10 years ago
  40. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 10 years ago
  41. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  42. c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
  43. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago
  44. dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
  45. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  46. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  47. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  48. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  49. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  50. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 10 years ago
  51. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  52. 95a4fe3 always reset locale (not just in debug). by Brian Salomon · 10 years ago
  53. f33a8bf fix ios build wrt locale? by Brian Salomon · 10 years ago
  54. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 10 years ago
  55. 11fa224 some utils for rect and matrix by reed · 10 years ago
  56. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
  57. bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
  58. bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 10 years ago
  59. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  60. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  61. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  62. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  63. 0413d43 Enable rect clips by joshualitt · 10 years ago
  64. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  65. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 10 years ago
  66. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 10 years ago
  67. 44701df Move clip off of draw target by joshualitt · 10 years ago
  68. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  69. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 10 years ago
  70. c01f47b Remove unnecessary include of gles2 header in SkANGLEGLContext.h by bsalomon · 10 years ago
  71. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  72. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  73. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  74. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  75. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  76. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  77. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 10 years ago
  78. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  79. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  80. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  81. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  82. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  83. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  84. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  85. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  86. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  87. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  88. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  89. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  90. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  91. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  92. 3740972 Make null GL context use callback to make current by bsalomon · 10 years ago
  93. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 10 years ago
  94. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  95. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  96. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  97. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  98. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  99. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  100. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago