1. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  2. a675910 Fix typo in GrGLCaps by elemental · 8 years ago
  3. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  4. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  5. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  6. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  7. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  8. 3a88725 Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3. by Brian Osman · 8 years ago
  9. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  10. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  11. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  12. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  13. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  14. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  15. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  16. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  17. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  18. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  19. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  20. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  21. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  22. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  23. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  24. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  25. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  26. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  27. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  28. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  29. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  30. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  31. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  32. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  33. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  34. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  35. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  36. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  37. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  38. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  39. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  40. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  41. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  42. c7d8533 Add disableStencil method to GrGLGpu by csmartdalton · 8 years ago
  43. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  44. 18b61f9 Remove SK_IGNORE_GL_TEXTURE_TARGET. by Ben Wagner · 8 years ago
  45. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  46. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  47. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  48. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  49. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  50. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  51. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  52. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  53. e5e7eb1 Rework GL fbo blit limitations as finer grained flags. by Brian Salomon · 8 years ago
  54. 00731b4 Capture ES3 MSAA blit restrictions using BlitFramebufferSupport not MSFBOType. by Brian Salomon · 8 years ago
  55. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  56. eaabe00 Workaround unreachable code warning in GrGLCaps by Brian Salomon · 8 years ago
  57. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  58. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  59. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  60. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  61. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  62. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  63. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  64. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  65. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  66. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  67. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  68. f8d2c8d Latest ANGLE as of September 27, 2016 by brianosman · 8 years ago
  69. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  70. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  71. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  72. 8b4a202 Typo? by mtklein · 8 years ago
  73. 85552e4 Quiet a -Wcomma warning. by mtklein · 8 years ago
  74. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  75. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  76. 7517e45 Disable framebuffer fetch on the Adreno5xx devices. by egdaniel · 8 years ago
  77. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  78. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  79. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  80. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  81. 81a8485 glTexStorage requires sized formats, ensure that we're following that rule by brianosman · 8 years ago
  82. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  83. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  84. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  85. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  86. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  87. f0cbfb3 Remove a duplicate declaration by sylvestre.ledru · 8 years ago
  88. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  89. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  90. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  91. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  92. aa92afb Remove FP16 support from ANGLE. Previous workaround was incomplete. by brianosman · 8 years ago
  93. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  94. 7535f41 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
  95. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  96. 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
  97. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  98. b424936 Print error from driver when shader compiler fails by bsalomon · 8 years ago
  99. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  100. 5702c86 Restore scratch texture reuse on Adreno. by brianosman · 8 years ago