1. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  2. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  3. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  4. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  5. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  6. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  7. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  8. 465283c Remove batchtracker by joshualitt · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 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. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  14. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  15. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  16. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  17. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  18. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  19. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  20. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 10 years ago
  21. 6c89110 GLProgramsTest 3.0 by joshualitt · 10 years ago
  22. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 10 years ago
  23. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  24. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  25. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  26. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  27. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  28. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  29. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  30. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  31. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  32. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  33. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  34. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  35. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  36. 17e7314 remove drawtype by joshualitt · 10 years ago
  37. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  38. 873ad0e BUG=skia: by joshualitt · 10 years ago
  39. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  40. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  41. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  42. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  43. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  44. 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
  45. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  46. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  47. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  48. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  49. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  50. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  51. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  52. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  53. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  54. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  55. 267ce48 remove proc key by joshualitt · 10 years ago
  56. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  57. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  58. 4973d9d Default geometry processor by joshualitt · 10 years ago
  59. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  60. ff34307 Default geometry processor by joshualitt · 10 years ago
  61. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  62. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  63. 74077b9 Added varying struct by joshualitt · 10 years ago
  64. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  65. 852ae80 Added varying struct by joshualitt · 10 years ago
  66. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  67. 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
  68. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  69. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  70. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  71. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  72. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  73. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  74. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  75. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  76. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  77. 249af15 BUG=skia: by joshualitt · 10 years ago
  78. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  79. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  80. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  81. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  82. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago