1. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  2. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  3. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  4. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  5. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  6. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  7. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  8. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  9. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  10. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  11. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  12. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  13. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  14. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  15. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  16. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  17. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  18. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  19. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  20. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  21. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  22. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  23. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  24. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  25. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  26. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  27. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  28. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  29. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  30. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  31. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  32. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 9 years ago
  33. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  34. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  35. 465283c Remove batchtracker by joshualitt · 9 years ago
  36. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  37. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  38. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  39. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  40. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  41. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  42. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  43. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  44. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  45. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  46. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  47. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  48. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  49. 873ad0e BUG=skia: by joshualitt · 10 years ago
  50. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  51. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  52. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  53. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  54. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  55. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  56. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  57. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  58. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  59. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  60. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  61. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  62. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  63. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  64. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  65. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  66. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  67. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  68. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  69. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  70. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  71. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  72. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  73. 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
  74. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  75. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  76. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  77. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  78. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  79. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  80. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  81. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  82. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  83. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  84. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  85. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  86. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  87. dddc18a Make GrGLProgram be available to GrGLProgramDataManager by kkinnunen · 10 years ago
  88. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  89. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  90. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  91. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  92. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  93. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  94. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  95. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  96. b930cc3 Please Valgrind by calling preConcat. by commit-bot@chromium.org · 10 years ago
  97. a34995e Implement SkColorFilter as a GrGLEffect 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. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  100. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago