1. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 8 years ago
  2. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 8 years ago
  3. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 8 years ago
  4. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 8 years ago
  5. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 8 years ago
  6. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  7. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  8. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 8 years ago
  9. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  10. f9f4512 Reland image storage with fixes. by Brian Salomon · 9 years ago
  11. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 9 years ago
  12. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 9 years ago
  13. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 9 years ago
  14. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 9 years ago
  15. be34882 Initial OpenGL Image support. by Brian Salomon · 9 years ago
  16. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 9 years ago
  17. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 9 years ago
  18. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 9 years ago
  19. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 9 years ago
  20. 85552e4 Quiet a -Wcomma warning. by mtklein · 9 years ago
  21. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 9 years ago
  22. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 9 years ago
  23. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 9 years ago
  24. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 9 years ago
  25. 1897cfd Abandon offset support with texel buffers by csmartdalton · 9 years ago
  26. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 9 years ago
  27. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  28. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 9 years ago
  29. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  30. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  31. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  32. 2279325 added support for PLS path rendering by ethannicholas · 10 years ago
  33. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 10 years ago
  34. 7df3f5e added support for PLS path rendering by ethannicholas · 10 years ago
  35. fa89632 Move some program building utils from GL to GLSL by egdaniel · 10 years ago
  36. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 10 years ago
  37. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 10 years ago
  38. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 10 years ago
  39. fa4cc8b Move XferProcessors to glsl by egdaniel · 10 years ago
  40. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 10 years ago
  41. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 10 years ago
  42. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 10 years ago
  43. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 10 years ago
  44. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 10 years ago
  45. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 10 years ago
  46. d8dd47b remove path specific program building classes by joshualitt · 10 years ago
  47. 465283c Remove batchtracker by joshualitt · 10 years ago
  48. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 10 years ago
  49. 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 · 10 years ago
  50. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 10 years ago
  51. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 10 years ago
  52. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 10 years ago
  53. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 10 years ago
  54. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 10 years ago
  55. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 10 years ago
  56. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 10 years ago
  57. 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 · 10 years ago
  58. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 10 years ago
  59. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 10 years ago
  60. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 11 years ago
  61. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 11 years ago
  62. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 11 years ago
  63. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 11 years ago
  64. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 11 years ago
  65. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 11 years ago
  66. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 11 years ago
  67. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 11 years ago
  68. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 11 years ago
  69. b77e4b6 remove drawType from optState by joshualitt · 11 years ago
  70. 873ad0e BUG=skia: by joshualitt · 11 years ago
  71. 71c9260 More changes to bring together path / geo procs by joshualitt · 11 years ago
  72. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 11 years ago
  73. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 11 years ago
  74. 40d4bd8 removing coord change matrices by joshualitt · 11 years ago
  75. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 11 years ago
  76. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 11 years ago
  77. 16b2789 Change to create device coord coordset by joshualitt · 11 years ago
  78. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 11 years ago
  79. 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 · 11 years ago
  80. c230414 Create xfer processor backend. by egdaniel · 11 years ago
  81. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 11 years ago
  82. 4dffc94 Create xfer processor backend. by egdaniel · 11 years ago
  83. 87f48d9 create and thread batch tracker object by joshualitt · 11 years ago
  84. dafa4d0 move program descriptor generation to flush by joshualitt · 11 years ago
  85. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 11 years ago
  86. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 11 years ago
  87. c3a6eb2 create and thread batch tracker object by joshualitt · 11 years ago
  88. 829e1b8 move program descriptor generation to flush by joshualitt · 11 years ago
  89. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 11 years ago
  90. 9176e2c dstCopy on optdrawstate by joshualitt · 11 years ago
  91. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 11 years ago
  92. e27065a Send coverage VA as floats instead of bytes NOTREECHECKS=True by egdaniel · 11 years ago
  93. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 11 years ago
  94. 79f8fae OptState owns program descriptor by joshualitt · 11 years ago
  95. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 11 years ago
  96. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 11 years ago
  97. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 11 years ago
  98. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 11 years ago
  99. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 11 years ago
  100. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 11 years ago