summaryrefslogtreecommitdiff
path: root/libs/hwui/LayerRenderer.cpp
AgeCommit message (Expand)Author
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
2012-10-18Defer layer rendering to avoid stalls Romain Guy
2012-09-26Assign default texture id of 0 Chet Haase
2012-09-25Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815" Dave Burke
2012-09-25Deleting objects on the wrong thread is a silly idea Romain Guy
2012-09-21Merge "Polygonal rendering of simple fill shapes" into jb-mr1-dev Chris Craik
2012-09-21Update layers in a single batch at the beginning of a frame Romain Guy
2012-09-20Polygonal rendering of simple fill shapes Chris Craik
2012-09-18Minimize state changes when updating layers Romain Guy
2012-09-17Fix occasional crash bug with layers Chet Haase
2012-09-11Discard framebuffer commands when we redraw the entire buffer Romain Guy