1. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  2. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  3. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  6. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  7. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  8. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  9. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  10. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  11. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  12. 873ad0e BUG=skia: by joshualitt · 10 years ago
  13. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  14. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  15. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago[Renamed from src/gpu/gl/GrGpuGL_program.cpp]
  16. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  17. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  18. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  19. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  20. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  21. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  22. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  23. 74d80eb Remove unnessary check to skip drawing. by egdaniel · 10 years ago
  24. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  25. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  26. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  27. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  28. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  29. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  30. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  31. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  32. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  33. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  34. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  35. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  36. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  37. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  38. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  39. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  40. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  41. 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
  42. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  43. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  44. 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
  45. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  46. 6517134 gl programs rewrite by joshualitt · 10 years ago
  47. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  48. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  49. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  50. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  51. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  52. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  53. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  54. d632ea4 Use OptDrawState instead of DrawState when flushing state in GrGpuGL by egdaniel · 10 years ago
  55. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  56. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  57. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  58. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  59. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  60. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  61. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  62. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  63. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  64. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  65. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  66. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  67. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  68. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  69. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  70. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  71. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  72. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  73. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  74. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  75. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  76. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  77. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  78. 5119234 Generate path names on the client side by cdalton · 10 years ago
  79. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  80. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  81. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  82. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  83. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  84. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  85. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  86. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  87. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  88. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  89. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  90. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  91. a2f4b15 Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined. by jvanverth@google.com · 11 years ago
  92. 5c9b6fa Only display program cache info if RTConf flag is set. by jvanverth@google.com · 11 years ago
  93. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  94. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  95. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  96. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  97. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  98. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  99. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  100. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago