1. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  2. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  3. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  4. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  5. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  6. db10ed0 Remove unused kBufferSampler_GrSLType by Brian Salomon · 6 years ago
  7. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  8. e72e773 remove SkTCast by Mike Klein · 6 years ago
  9. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  10. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  11. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  12. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  13. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  14. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  15. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  16. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  17. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  18. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  19. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  20. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  21. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  22. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  23. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  24. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  25. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  26. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  27. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  28. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  29. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  30. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  31. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  32. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  33. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  34. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  35. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  36. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  37. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  38. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  39. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  40. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  41. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  42. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  43. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  44. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  45. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  46. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  47. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  48. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  49. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  50. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  51. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  52. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  53. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago[Renamed (90%) from src/gpu/glsl/GrGLSLProgramDesc.cpp]
  54. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago[Renamed (92%) from src/gpu/gl/GrGLProgramDesc.cpp]
  55. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  56. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  57. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  58. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  59. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 8 years ago
  60. ae04ecf Fix GL texture target program key by bsalomon · 9 years ago
  61. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  62. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  63. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  64. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  65. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  66. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  67. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  68. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  69. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  70. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  71. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  72. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  73. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  74. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  75. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  76. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  77. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  78. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  79. 465283c Remove batchtracker by joshualitt · 9 years ago
  80. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  81. 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
  82. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  83. a7f4c43 For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal. by wangyix · 9 years ago
  84. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  85. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  86. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  87. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  88. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  89. d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 9 years ago
  90. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 9 years ago
  91. 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
  92. 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
  93. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  94. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  95. 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
  96. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  97. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  98. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  99. 17e7314 remove drawtype by joshualitt · 10 years ago
  100. 873ad0e BUG=skia: by joshualitt · 10 years ago