summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/GLFunctorDrawable.cpp
AgeCommit message (Expand)Author
2021-04-14Add GL_CHECKPOINT before invoking webviewJohn Reck
2021-02-01Pass sampling or nothing to surface.drawMike Reed
2020-12-21Use new method of getting top layer FBO details from SkCanvas.Brian Salomon
2020-09-18Migrate from SkCanvas::getGrContext to SkCanvas::recordingContextAdlai Holler
2020-07-28Migrate from GrContext to GrDirectContextAdlai Holler
2020-07-13Merge "Fix for WebView not drawing in a layer" into rvc-dev am: 70a24c3253 am...TreeHugger Robot
2020-07-10Fix for WebView not drawing in a layerStan Iliev
2020-06-26Remove legacy callDrawGlFunction2 from HWUIJohn Reck
2020-02-22opt into public SkM44Mike Reed
2020-01-22extend recordingcanvas overrides for mat4Mike Reed
2019-01-24Add color space params to webview gl functorBo Liu
2019-01-22Add continuous SKP capture test apiJohn Reck
2018-12-14New WebViewFunctor APIJohn Reck
2018-12-03Remove ; from closing namespaces in libs/hwuiChris Blume
2018-09-18Implement WebView support for Vulkan using temporary bufferStan Iliev
2018-05-31Bind correct FBO when drawing a WebView into a layer.Derek Sollenberger
2018-05-24Merge "Make sure frame buffer 0 is bound before calling GL functor" into pi-d...Stan Iliev
2018-05-23Make sure frame buffer 0 is bound before calling GL functorStan Iliev
2018-05-08remove obsolete Glop, Tessellators, Programs, and SkiaShaderMike Reed
2017-11-03Format the world (or just HWUI)John Reck
2017-08-02Implement efficiently non-rectangular clips in GLFunctorDrawableStan Iliev
2017-01-25use new clipbounds apiMike Reed
2017-01-19Refactor GLFunctorDrawable to use new SkCanvas API for clip regionStan Iliev
2017-01-10Add support for dummy draws for Vulkan webview and texture views.Greg Daniel
2016-10-31Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.Stan Iliev