1. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  2. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  3. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  4. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  5. b1aded8 Add flag to bench/render pictures by krajcevski · 10 years ago
  6. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  7. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  8. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  9. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  10. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  11. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  12. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  13. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  14. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  15. c863ab0 Cleanup of context initialization by joshualitt · 10 years ago
  16. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  17. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  18. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  19. 0673676 Don't compare coord change matrices to determine effect compatibility when using explicit local coords. by bsalomon · 10 years ago
  20. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  21. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  22. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  23. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 10 years ago
  24. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  25. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  26. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  27. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  28. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  29. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  30. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  31. 2a413df Add ASTC to list of alpha compressed formats by krajcevski · 10 years ago
  32. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  33. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  34. be03570 Remove unused enum value and member of GrGpuObject by bsalomon · 10 years ago
  35. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  36. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  37. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  38. 249171e Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/) by robertphillips · 10 years ago
  39. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  40. 91bdbcd Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted. by bsalomon · 10 years ago
  41. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  42. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  43. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago
  44. 7940100 Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. (https://codereview.chromium.org/379113004/) by mtklein · 10 years ago
  45. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  46. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  47. 733f5f5 Refactor SkGrFontScaler and SkGrFontKey into non-virtual versions. by jvanverth · 10 years ago
  48. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  49. 0139ae3 Fix param name in GrEffect::CastEffect by bsalomon · 10 years ago
  50. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  51. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  52. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  53. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  54. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  55. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  56. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  57. 81d7188 Remove GrEffectStage::DeferredStage by bsalomon · 10 years ago
  58. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  59. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  60. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  61. 952841b Begin atlasing by robertphillips · 10 years ago
  62. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  63. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  64. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  65. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  66. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  67. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  68. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  69. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  70. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  71. 8b2fac4 Cache the GrEffect used for text rendering in GrBitmapTextContext. by bsalomon · 10 years ago
  72. bbcb38d Allow gpu debug markers to be placed by using a GrContext by egdaniel · 10 years ago
  73. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  74. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  75. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  76. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  77. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  78. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  79. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  80. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  81. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  82. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 10 years ago
  83. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  84. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  85. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  86. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  87. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  88. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  89. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  90. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  91. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  92. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  93. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  94. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  95. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  96. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  97. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  98. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  99. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  100. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago