summaryrefslogtreecommitdiff
path: root/libs/hwui/OpenGLRenderer.cpp
AgeCommit message (Expand)Author
2014-01-17Property support for light positioning. ztenghui
2014-01-16Map shadow light position globally Chris Craik
2014-01-10Calculate and show the shadow from a spot light. ztenghui
2014-01-03Use const where possible for drawing parameters Chris Craik
2014-01-02Fix Clang warnings/errors Chris Craik
2014-01-02Use const access to snapshot from OpenGLRenderer Chris Craik
2014-01-01Move Snapshot management to intermediate StatefulBaseRenderer class Chris Craik
2013-12-27Create abstract base class for OpenGLRenderer Chris Craik
2013-12-16Create private properties on GLCanvas for experimentation with 3d Chris Craik
2013-12-13Calculate and show Ambient shadow. ztenghui
2013-12-13Merge "3d view system!" Chris Craik
2013-12-123d view system! Chris Craik
2013-12-10Unbreak display list debug dumping John Reck
2013-12-03Call SkBitmap::config() instead of ::getConfig() Leon Scroggins III
2013-11-22Clean up quick rejection, especially surrounding points + lines. Chris Craik
2013-11-18Clean up modelView matrix logic Chris Craik
2013-11-06am 2f70da2b: am 6ed16a89: am 0b807d2e: Merge "Update the layer\'s alpha value... Chris Craik
2013-11-06am 6ed16a89: am 0b807d2e: Merge "Update the layer\'s alpha value upon composi... Chris Craik
2013-11-05Update the layer's alpha value upon composition of the layer Digish Pandya
2013-10-17Clean unused parameters, disable warnings Chris Craik
2013-09-20am bd842f96: am d8a84a86: Merge "Correct bitmap merging logic" into klp-dev Chris Craik
2013-09-20Correct bitmap merging logic Chris Craik
2013-09-17resolved conflicts for merge of d97303a7 to master Chris Craik
2013-09-17Conservatively estimate geometry bounds Chris Craik
2013-09-10am 53760b4a: am 874ae2ad: Merge "Fix scissor for functor invocation" into klp... John Reck
2013-09-10Fix scissor for functor invocation John Reck
2013-08-26am 7ff37ada: am ff2c22e2: Merge "Move functor GL setup to just before functor... Chris Craik
2013-08-26Move functor GL setup to just before functor Chris Craik
2013-08-21am dfb79408: am 5b8efc47: Merge "Add overdraw debugging that accounts for Deu... Romain Guy
2013-08-21Add overdraw debugging that accounts for Deuteranomaly Romain Guy
2013-08-15Replace float arrays with readable names Romain Guy
2013-08-09Remove an unnecessary allocation Romain Guy
2013-08-02Merge "Fix quickReject's handling of AA ramp geometry" Chris Craik
2013-08-02Fix quickReject's handling of AA ramp geometry Chris Craik
2013-08-01Fix region clipping bugs Romain Guy
2013-07-31Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) Victoria Lease
2013-07-22Merge "Ensure glActiveTexture is cleaned up correctly on functor resume" Chris Craik
2013-07-22Ensure glActiveTexture is cleaned up correctly on functor resume Chris Craik
2013-07-22Use global indices array to draw layers Romain Guy
2013-07-16Support stencil-based clipping for functors Chris Craik
2013-06-28am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage... Romain Guy
2013-06-27Fix out of range glCopyTexImage2D Romain Guy
2013-06-27Track the atlas' generation ID Romain Guy
2013-06-21Initialize MergingDrawBatch clip with viewport bounds Chris Craik
2013-06-21Batch 9-patches in a single mesh whenever possible Romain Guy
2013-06-19Merge "Fix regression: TextureView.setAlpha() was ignored" Romain Guy
2013-06-19Fix regression: TextureView.setAlpha() was ignored Romain Guy
2013-06-19Merge "Share Caches' index buffer with FontRenderer" Romain Guy
2013-06-18Share Caches' index buffer with FontRenderer Romain Guy
2013-06-17Merge "Better handle op size edge cases" Chris Craik