index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
LayerRenderer.cpp
Age
Commit message (
Expand
)
Author
2016-03-23
Fix missing first frame
John Reck
2016-02-29
Only copyLayer if valid rendertarget
John Reck
2016-01-29
Fix copyLayerInto
John Reck
2016-01-25
Add fine-grained debug layer
John Reck
2016-01-20
Normalize GL_UNPACK_ALIGNMENT
John Reck
2015-12-16
Add TextureView support to new renderer/reorderer
Chris Craik
2015-10-26
Initial version of clipped saveLayer in new pipeline
Chris Craik
2015-10-05
Remove confusing behavior of Rect::intersect() and rename
Chris Craik
2015-09-02
CanvasState frame init refactor
Chris Craik
2015-08-21
Switch several enums to enum classes
Chris Craik
2015-06-23
Dump GL errors and crash on failure to allocate texture for layer
Chris Craik
2015-05-22
Unflip TextureView getBitmap readback
Chris Craik
2015-03-02
Constructor cleanup
Chris Craik
2015-02-27
Fix glop rendering within unclipped saveLayers
Chris Craik
2015-02-27
Glop TextureLayer support
Chris Craik
2015-02-19
Glop layer mesh rendering
Chris Craik
2015-02-06
Glop ColorFilter & VertexBuffer support, initial enable
Chris Craik
2015-01-30
Refactor blending and texture gl state
Chris Craik
2015-01-27
Move scissor state to RenderState
Chris Craik
2015-01-05
Add overrides and switch to nullptr keyword for all files
Chris Craik
2014-11-20
resolve merge conflicts of f2235b6 to master.
Chris Craik
2014-11-19
Improve logging around performance critical events
Chris Craik
2014-11-04
Replace StatefulBaseRenderer inheritance with CanvasState member
Tom Hudson
2014-11-04
Remove status return from all uirenderer::Renderer functions
Tom Hudson
2014-10-31
Layer changes
John Reck
2014-09-08
Don't track TextureLayer lifecycles in RenderState
Chris Craik
2014-07-29
Add layer/texture creation tracing
John Reck
2014-07-08
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-06-23
No-fail invokeFunctor
John Reck
2014-06-17
am 678886fd: am b1fc06a4: am 5e7ef948: Merge "hwui: fix possible null pointer...
Chris Craik
2014-06-13
hwui: fix possible null pointer de-refrence
Digish Pandya
2014-05-21
Define light position (using new lighting spec) in Java
Chris Craik
2014-05-14
Combine projection matrix, and viewport management
Chris Craik
2014-02-25
Fix TextureView texture filtering.
Chris Craik
2014-02-10
Refactor HardwareLayer
John Reck
2014-01-02
Use const access to snapshot from OpenGLRenderer
Chris Craik
2014-01-01
Move Snapshot management to intermediate StatefulBaseRenderer class
Chris Craik
2013-07-22
Use global indices array to draw layers
Romain Guy
2013-06-11
Avoid 9patch cache lookups when possible
Romain Guy
2013-06-06
Assume a texture is unbound after deleting it
Romain Guy
2013-06-04
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-04-04
First OpenGL ES 3.0 based optimization
Romain Guy
2013-03-28
Don't crash when making a layer larger than supported dimensions
Romain Guy
2013-03-26
Avoid multiple font cache texture uploads
Romain Guy
2013-03-05
Take only the scale params into account to rasterize text
Romain Guy
2013-02-27
Fix T-junctions in layers' generated meshes
Chris Craik
2013-02-07
Add a RenderBuffer object to store stencil buffers.
Romain Guy
2013-01-29
Fix graphical corruption on QCOM GPU
Romain Guy
2013-01-18
Allow layers with a stencil buffer to be resized on the fly
Romain Guy
2013-01-17
Implement clipRect with a transform, clipRegion & clipPath
Romain Guy
[next]