1. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  2. b15b4c1 Separate out GrSurfaceConfig's fields from other structs used to create GrGL* subclasses of GrSurface. by bsalomon · 10 years ago
  3. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  4. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  5. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  6. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  7. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  8. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  9. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  10. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  11. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  12. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  13. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  14. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  15. efd7d45 Don't use MIP filter mode on compressed textures by bsalomon · 10 years ago
  16. e488d63 Only use sized format on IMG/ES3 for single channel. by bsalomon · 10 years ago
  17. b501ecd Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure of FP creation in SkImageFilter by bsalomon · 10 years ago
  18. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  19. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  20. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  21. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  22. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  23. d632ea4 Use OptDrawState instead of DrawState when flushing state in GrGpuGL by egdaniel · 10 years ago
  24. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  25. e337130 Fix typo by robertphillips · 10 years ago
  26. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  27. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  28. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  29. 8c8f71a Always disable the scissor test before BlitFrameBuffer by derekf · 10 years ago
  30. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  31. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  32. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  33. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  34. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  35. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  36. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  37. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  38. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  39. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  40. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  41. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  42. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  43. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  44. 5816233 FBFetch refactor + arm support by joshualitt · 10 years ago
  45. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  46. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 10 years ago
  47. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  48. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  49. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  50. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  51. 249171e Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/) by robertphillips · 10 years ago
  52. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  53. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  54. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  55. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  56. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  57. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  58. d78a168 Improve gpu tracing when applying markers directly to gpu target by egdaniel · 10 years ago
  59. 2fe7b46 Revert of Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by reed · 10 years ago
  60. 753a296 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  61. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  62. 145d48c Allow compressed texture data to be updated. by krajcevski · 10 years ago
  63. 5119234 Generate path names on the client side by cdalton · 10 years ago
  64. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  65. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  66. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  67. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  68. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  69. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  70. e49157f Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  71. 59e7d23 Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 10 years ago
  72. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  73. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  74. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  75. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 11 years ago
  76. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago
  77. 6c50888 Double assignment in GrGpuGL::configToGLFormats() by commit-bot@chromium.org · 11 years ago
  78. 4453e8b glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenum by commit-bot@chromium.org · 11 years ago
  79. 52ffbf6 Use glInvalidateFramebuffer() when it is supported. by commit-bot@chromium.org · 11 years ago
  80. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
  81. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  82. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  83. 13e6576 Remove forceRenderTargetFlush (unused) by commit-bot@chromium.org · 11 years ago
  84. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
  85. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  86. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  87. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  88. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  89. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  90. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  91. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  92. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  93. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  94. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. a50418f Don't check the framebuffer status every time we flush when we're on Chromium; by commit-bot@chromium.org · 11 years ago
  97. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  98. 2731040 Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap for by commit-bot@chromium.org · 11 years ago
  99. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  100. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago