1. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  2. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  3. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  4. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  5. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  6. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 9 years ago
  7. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  8. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  9. 465283c Remove batchtracker by joshualitt · 9 years ago
  10. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  11. 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
  12. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  13. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  14. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  15. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  16. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  17. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  18. 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
  19. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  20. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  21. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  22. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  23. 873ad0e BUG=skia: by joshualitt · 10 years ago
  24. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  25. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  26. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  27. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  28. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  29. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  30. 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
  31. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  32. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  33. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  34. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  35. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  36. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  37. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  38. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  39. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  40. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  41. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  42. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  43. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  44. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  45. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  46. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  47. 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
  48. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  49. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  50. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  51. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  52. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  53. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  54. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  55. 170f90b Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  56. 8a4c103 Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/) by egdaniel · 10 years ago
  57. ee62065 Attach GrOptDrawState into shader building pipeline by egdaniel · 10 years ago
  58. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  59. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  60. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  61. dddc18a Make GrGLProgram be available to GrGLProgramDataManager by kkinnunen · 10 years ago
  62. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  63. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  64. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  65. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  66. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  67. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  68. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  69. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  70. b930cc3 Please Valgrind by calling preConcat. by commit-bot@chromium.org · 10 years ago
  71. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  72. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  73. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  74. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  75. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  76. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  77. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  78. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  79. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  80. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  81. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  82. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  83. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  84. 804e994 Make GrGLProgram no longer depend on kNumStages by bsalomon@google.com · 11 years ago
  85. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 11 years ago
  86. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  87. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  88. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  89. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  90. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  91. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  92. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 11 years ago
  93. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  94. e9144c6 Program key coverage/discard fixes. by bsalomon@google.com · 11 years ago
  95. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  96. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  97. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  98. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  99. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  100. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago