1. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  2. 17e7314 remove drawtype by joshualitt · 10 years ago
  3. 873ad0e BUG=skia: by joshualitt · 10 years ago
  4. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  5. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago[Renamed (98%) from src/gpu/gl/GrGpuGL.h]
  6. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  7. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  8. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  9. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  10. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  11. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  12. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  13. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  14. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  15. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  16. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  17. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  18. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  19. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  20. 9853cce Drawstate on stack by joshualitt · 10 years ago
  21. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  22. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  23. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  24. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  25. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  26. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  27. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  28. b15b4c1 Separate out GrSurfaceConfig's fields from other structs used to create GrGL* subclasses of GrSurface. by bsalomon · 10 years ago
  29. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  30. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  31. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  32. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  33. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  34. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  35. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  36. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  37. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  38. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  39. 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
  40. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  41. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  42. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  43. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  44. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  45. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  46. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  47. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  48. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  49. d632ea4 Use OptDrawState instead of DrawState when flushing state in GrGpuGL by egdaniel · 10 years ago
  50. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  51. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  52. e337130 Fix typo by robertphillips · 10 years ago
  53. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  54. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  55. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  56. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  57. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  58. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  59. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  60. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  61. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  62. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  63. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  64. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  65. 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
  66. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  67. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  68. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  69. 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
  70. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  71. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  72. 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
  73. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  74. 145d48c Allow compressed texture data to be updated. by krajcevski · 10 years ago
  75. 5119234 Generate path names on the client side by cdalton · 10 years ago
  76. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  77. 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
  78. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  79. 0a6fe71 Use fixed function pipeline only when drawing paths 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. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  82. b556422 Increase GrGpuGL's program cache size 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. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  88. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  89. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  90. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  91. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  92. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  93. 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
  94. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  95. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  96. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  97. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  98. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  99. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  100. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago