summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.cpp
AgeCommit message (Expand)Author
2013-12-123d view system! Chris Craik
2013-07-22Use global indices array to draw layers Romain Guy
2013-06-17Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706" Romain Guy
2013-06-17Cancel layer update when a layer is about to be destroyed Romain Guy
2013-06-17Check for layer renderer in flush Chris Craik
2013-06-12Overdraw avoidance and merging of clipped ops Chris Craik
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-16Make layer double drawing visible in overdraw debug mode Chris Craik
2013-04-04Merge "First OpenGL ES 3.0 based optimization" into jb-mr2-dev Romain Guy
2013-04-04Traverse layers in update order Chris Craik
2013-04-04First OpenGL ES 3.0 based optimization Romain Guy
2013-03-29Prevent crash when a single layer is enqueued several times for updates Romain Guy
2013-03-28Update layers to clear them 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-02-13Add a render buffer cache to reuse stencil buffers Romain Guy
2013-02-07Add a RenderBuffer object to store stencil buffers. 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-11-30Apply dev. settings at runtime 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-23Avoid deadlock when deleting layers Romain Guy
2012-09-17Fix occasional crash bug with layers Chet Haase
2012-09-07Enable changing properties of layer paint Chet Haase