1. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  2. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  3. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  4. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  5. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  6. ecbed9d Rejigger distance field path rect calcs to avoid underflow by jvanverth · 9 years ago
  7. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  8. a11e5fc Remove GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  9. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  10. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  11. 2555ee2 Remove some unneeded calls to GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  12. 926cb02 Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry. by bsalomon · 9 years ago
  13. 102b07e Remove dead code for glTexStorage by bsalomon · 9 years ago
  14. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  15. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  16. 62a627b Move the GrGLGpu config stencil format index into ConfigTable by bsalomon · 9 years ago
  17. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  18. 54c6fe8 Generate a table of config->glformat info. Precursor to lifting this to caps. by bsalomon · 9 years ago
  19. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  20. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  21. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  22. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  23. db284c5 Porting Skia for newlib compatibility. by smklein · 9 years ago
  24. 6176bc1 Add helper for determining whether to use sized internal format in GL by bsalomon · 9 years ago
  25. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  26. 1cbb5ea Switch fragment coordinate to 'highp' to fix various broken GMs. by ethannicholas · 9 years ago
  27. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  28. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  29. aab16e5 Try to fix intermittent GrAutoLocaleSetter crashes on Windows by kkinnunen · 9 years ago
  30. 5425a9a A change to cleanup some organization around df text by joshualitt · 9 years ago
  31. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  32. 2967798 make internaldrawBmpText part of GrTextUtils by joshualitt · 9 years ago
  33. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  34. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  35. 9fba909 Use size_t for strlen() return value by scroggo · 9 years ago
  36. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  37. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  38. 1acabf3 Move DistanceAdjustTable to its own file by joshualitt · 9 years ago
  39. f10ecb7 Add Apple renderer strings to PowerVR detection by jvanverth · 9 years ago
  40. a06e6ab Move appending of large glyphs into GrAtlasTextBlob by joshualitt · 9 years ago
  41. fd5f6c1 Move 'mustRegenerate' function into GrAtlasTextBlob by joshualitt · 9 years ago
  42. 53f26aa Remove uniform color for GrDistanceFieldGeoProc by joshualitt · 9 years ago
  43. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  44. ea40943 Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  45. 2ca29c0 Populate NVPR functions when run with command buffer by kkinnunen · 9 years ago
  46. e87256c4 Do elliptical clips in normalized space on devices with a "real" mediump by bsalomon · 9 years ago
  47. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  48. b3685c8 Use BRGA as internal format on later iOS by jvanverth · 9 years ago
  49. 5582b2b Fix compile error with GOOGLE3 define. by benjaminwagner · 9 years ago
  50. 2bbd0c6 Rewrite drawBitmap/ImageNine on top of GrTextureProducer by bsalomon · 9 years ago
  51. cd07491 Prevent overflow in length() in GLCircularRRectEffect by bsalomon · 9 years ago
  52. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  53. f9e658b Fix bug with GrAtlasTextContext color regen by joshualitt · 9 years ago
  54. 96afa52 Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  55. 0707364 Revert of Boost GrGLConicEffect's variables to all high precision (patchset #1 id:1 of https://codereview.chromium.org/1513483002/ ) by robertphillips · 9 years ago
  56. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  57. f528e0d A small text cleanup by joshualitt · 9 years ago
  58. 624c59a Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  59. 9f0337e Attempt to land cache purge again [and regen bot logs if still failing] by bsalomon · 9 years ago
  60. ef6a1ca Use correct config variable in command buffer gl context by kkinnunen · 9 years ago
  61. 8985aea Remove spew in GrDefaultPathRenderer by joshualitt · 9 years ago
  62. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  63. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  64. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  65. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  66. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  67. f08ce6c Loosen check for zero vectors in GrPathUtils::convert_noninflect_cubic_to_quads by robertphillips · 9 years ago
  68. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  69. c6e7a13 Use correct fill type and bounds for NVPR paths that are stroked with Skia by kkinnunen · 9 years ago
  70. b3adc26 Make GrAtlasTextBlob non-virtual by joshualitt · 9 years ago
  71. 18b072d A small cleanup of GrAtlasTextContext by joshualitt · 9 years ago
  72. 3660d53 Start objectifying GrAtlasTextBlob by joshualitt · 9 years ago
  73. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  74. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  75. ea75053 Speculative fix for win8 bot crash in ~GrAutoLocaleSetter by bsalomon · 9 years ago
  76. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  77. bbf2ce4 Load ANGLE EGL library correctly on Linux by kkinnunen · 9 years ago
  78. a18a8bc Skip dm GPU configs when context creation fails by kkinnunen · 9 years ago
  79. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  80. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  81. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  82. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  83. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  84. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  85. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  86. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  87. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  88. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 9 years ago
  89. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  90. 6ee690e Remove plumbing of clipRect thoughout the TextContexts by robertphillips · 9 years ago
  91. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  92. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  93. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  94. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  95. 1e2913e Fix stroking of zero length paths with end caps on NVPR by kkinnunen · 9 years ago
  96. 362c900 Disable using dev bounds in Gr clip reduction code. by Brian Salomon · 9 years ago
  97. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  98. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  99. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  100. 0d81b29 Fix bug in reads fragment position on gpu. by egdaniel · 9 years ago