1. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  2. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  3. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  4. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  5. f4faccd Fix overwriting of config flags in a few cases by Brian Osman · 8 years ago
  6. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  7. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  8. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  9. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  10. 1b9924f Added SkLRUCache.h and converted GPU program cache to use it. by Ethan Nicholas · 8 years ago
  11. 625cd9e Workaround freeze on Mac Chrome when checking read pixel config support. by Brian Salomon · 8 years ago
  12. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  13. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  14. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  15. b040320 Make command buffer sRGB mip-mapping more predictable by Brian Osman · 8 years ago
  16. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  17. 851c238 Skip the sRGB mip-map testing on command buffer by brianosman · 8 years ago
  18. 2047189 Two (related) changes here: by brianosman · 8 years ago
  19. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  20. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  21. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  22. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  23. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  24. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  25. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  26. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago
  27. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  28. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  29. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  30. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  31. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  32. 3ab83e2 Remove old driver bug workaround for glTexStorage. by Brian Salomon · 8 years ago
  33. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  34. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  35. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  36. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  37. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  38. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  39. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  40. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  41. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  42. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  43. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  44. a675910 Fix typo in GrGLCaps by elemental · 8 years ago
  45. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  46. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  47. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  48. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  49. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  50. 3a88725 Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3. by Brian Osman · 8 years ago
  51. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  52. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  53. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  54. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  55. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  56. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  57. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  58. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  59. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  60. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  61. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  62. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  63. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  64. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  65. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  66. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  67. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  68. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  69. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  70. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  71. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  72. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  73. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  74. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  75. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  76. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  77. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  78. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  79. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  80. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  81. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  82. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  83. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  84. c7d8533 Add disableStencil method to GrGLGpu by csmartdalton · 8 years ago
  85. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  86. 18b61f9 Remove SK_IGNORE_GL_TEXTURE_TARGET. by Ben Wagner · 8 years ago
  87. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  88. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  89. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  90. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  91. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  92. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  93. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  94. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  95. e5e7eb1 Rework GL fbo blit limitations as finer grained flags. by Brian Salomon · 8 years ago
  96. 00731b4 Capture ES3 MSAA blit restrictions using BlitFramebufferSupport not MSFBOType. by Brian Salomon · 8 years ago
  97. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  98. eaabe00 Workaround unreachable code warning in GrGLCaps by Brian Salomon · 8 years ago
  99. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  100. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago