1. db9f664 Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions by bsalomon · 9 years ago
  2. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  3. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  4. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  5. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  6. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  7. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  8. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  9. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  10. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  11. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  12. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  13. 79bd2ae Minor fix to attaching stencils by egdaniel · 9 years ago
  14. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  15. 56f38fb disable kIndex_8 gpu support for now -- seems to always be slower by reed · 9 years ago
  16. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  17. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  18. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  19. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  20. 465283c Remove batchtracker by joshualitt · 9 years ago
  21. eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
  22. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  23. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  24. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  25. 0a1fa5e skia: Replace CommandBuffer_ with egl by hendrikw · 9 years ago
  26. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  27. aeb77ea GrGLBlend::AppendPorterDuffBlend now supports kClear_Mode by wangyix · 9 years ago
  28. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  29. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  30. aaf951d nullptr isn't an int; this is what we want by halcanary · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. fe495f0 Fix assertion about GPU memory size when the target is not FBO 0 by chinmaygarde · 9 years ago
  33. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  34. a04c650 Remove deprecated usage of SkNEW and SkDELETE by mdempsky · 9 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  36. 4bf69f7 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
  37. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  38. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  39. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 9 years ago
  40. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  41. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  42. 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
  43. 4b01329 Add rendertarget flag to prevent a debug assert in SampleApp. by senorblanco · 9 years ago
  44. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  45. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  46. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  47. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  48. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  49. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  50. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  51. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  52. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  53. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  54. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  55. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  56. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  57. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  58. b411b3b Restore read pixels perf on ANGLE by bsalomon · 9 years ago
  59. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  60. bf49e46 Make it possible to toggle MSAA for ES (EXT_multisample_compatibility) by kkinnunen · 9 years ago
  61. 58b4395 Disable SRGB support on PowerVR Rogue due to SRGBReadWritePixels failure by bsalomon · 9 years ago
  62. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  63. 6d901da Move some parts of onReadPixels up to GrGpu readPixels. by egdaniel · 9 years ago
  64. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  65. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  66. c3fb746 Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/) by bsalomon · 9 years ago
  67. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  68. cef14bf Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend by wangyix · 9 years ago
  69. 266c232 skia: wrong calling convention on eglGetPlatformDisplayEXT by hendrikw · 9 years ago
  70. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  71. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  72. 150714f Name of primitive processor will now be printed in generated shader code by wangyix · 9 years ago
  73. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  74. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  75. 1ae488f skia: GrGLAssembleGLInterface update load chromium extension functions by hendrikw · 9 years ago
  76. 10b371c ANGLE deps roll by hendrikw · 9 years ago
  77. cd94d73 Revert of skia: ANGLE deps roll (patchset #1 id:1 of https://codereview.chromium.org/1244843003/) by hendrikw · 9 years ago
  78. db0b1e7 ANGLE deps roll by hendrikw · 9 years ago
  79. 18c58c7 Possible fix Moto E compilation failure by robertphillips · 9 years ago
  80. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  81. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  82. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  83. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  84. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  85. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  86. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  87. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  88. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  89. 9764c40 Workaround for blacklist KHR_blend_equation_advanced on ARM GPU by joel.liang · 9 years ago
  90. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  91. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  92. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 10 years ago
  93. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 10 years ago
  94. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 10 years ago
  95. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
  96. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 10 years ago
  97. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 10 years ago
  98. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 10 years ago
  99. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 10 years ago
  100. 5800155 add drawArraysInstanced to caps by joshualitt · 10 years ago