index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
pipeline
/
skia
/
GLFunctorDrawable.cpp
Age
Commit message (
Expand
)
Author
2021-04-14
Add GL_CHECKPOINT before invoking webview
John Reck
2021-02-01
Pass sampling or nothing to surface.draw
Mike Reed
2020-12-21
Use new method of getting top layer FBO details from SkCanvas.
Brian Salomon
2020-09-18
Migrate from SkCanvas::getGrContext to SkCanvas::recordingContext
Adlai Holler
2020-07-28
Migrate from GrContext to GrDirectContext
Adlai Holler
2020-07-13
Merge "Fix for WebView not drawing in a layer" into rvc-dev am: 70a24c3253 am...
TreeHugger Robot
2020-07-10
Fix for WebView not drawing in a layer
Stan Iliev
2020-06-26
Remove legacy callDrawGlFunction2 from HWUI
John Reck
2020-02-22
opt into public SkM44
Mike Reed
2020-01-22
extend recordingcanvas overrides for mat4
Mike Reed
2019-01-24
Add color space params to webview gl functor
Bo Liu
2019-01-22
Add continuous SKP capture test api
John Reck
2018-12-14
New WebViewFunctor API
John Reck
2018-12-03
Remove ; from closing namespaces in libs/hwui
Chris Blume
2018-09-18
Implement WebView support for Vulkan using temporary buffer
Stan Iliev
2018-05-31
Bind correct FBO when drawing a WebView into a layer.
Derek Sollenberger
2018-05-24
Merge "Make sure frame buffer 0 is bound before calling GL functor" into pi-d...
Stan Iliev
2018-05-23
Make sure frame buffer 0 is bound before calling GL functor
Stan Iliev
2018-05-08
remove obsolete Glop, Tessellators, Programs, and SkiaShader
Mike Reed
2017-11-03
Format the world (or just HWUI)
John Reck
2017-08-02
Implement efficiently non-rectangular clips in GLFunctorDrawable
Stan Iliev
2017-01-25
use new clipbounds api
Mike Reed
2017-01-19
Refactor GLFunctorDrawable to use new SkCanvas API for clip region
Stan Iliev
2017-01-10
Add support for dummy draws for Vulkan webview and texture views.
Greg Daniel
2016-10-31
Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.
Stan Iliev