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