summaryrefslogtreecommitdiff
path: root/libs/hwui/TessellationCache.cpp
AgeCommit message (Expand)Author
2017-11-03Format the world (or just HWUI) John Reck
2017-07-26Merge "Silence a memory leak warning from the static analyzer" am: f44ebf5fcb... George Burgess IV
2017-07-26Merge "Silence a memory leak warning from the static analyzer" George Burgess IV
2017-07-25Silence a memory leak warning from the static analyzer George Burgess IV
2017-07-19Delete all ro.hwui.* props John Reck
2016-07-07Delete old rendering pipeline Chris Craik
2016-04-28resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp Chih-Hung Hsieh
2016-04-27Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2016-04-11Stop comparing Descriptions with memcmp sergeyv
2016-02-05Move several property queries to Properties class Chris Craik
2016-02-03Simplify shadow task cleanup Chris Craik
2016-02-02Early kickoff of shadow tasks Chris Craik
2015-10-22Add ShadowBench John Reck
2015-09-22Remove shader based gamma approach Chris Craik
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-07-07Remove all usage of fmin and fmax Chris Craik
2015-05-29Tweak the threshold for conic path quads computation. ztenghui
2015-05-26Use path intersection instead of saveLayer+mesh to mask projected ripples Chris Craik
2015-05-05Cleanup properties Chris Craik
2015-04-20Simplify TaskManager fallback path Chris Craik
2015-03-25am 485c25ba: am e3abfef6: am 82f6b16e: Merge "hwui : fix memory leak due to d... Chris Craik
2015-03-17hwui : fix memory leak due to duplicate in shadow cache Mykola Kondratenko
2015-02-04resolved conflicts for merge of c7e6b93a to master John Reck
2015-01-12Fix ANR caused by hwuiTask thread Sangkyu Lee
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-11-22Revert "resolved conflicts for merge of 220c3f4f to master" Andreas Gampe
2014-11-22Revert "Frameworks/base: Unused parameters in hwui" John Reck
2014-11-21Frameworks/base: Unused parameters in hwui Andreas Gampe
2014-09-11Finer tessellation can draw better looking shadows for circles. ztenghui
2014-08-22Improve the spot shadow computation. ztenghui
2014-08-15Define shadow casting behavior within layers Chris Craik
2014-07-24Fix ALL compile warnings John Reck
2014-07-23Build layer damage bounds for shadows Chris Craik
2014-06-18Clean up tessellation cache in prep for other tesselation types Chris Craik
2014-06-12am 9de2a8f4: Merge "Add AA flag to TessellationCache key" into lmp-preview-dev Chris Craik
2014-06-12Add AA flag to TessellationCache key Chris Craik
2014-06-11Fix race in shadow tessellation by deep copying task params Chris Craik
2014-06-11Workaround to avoid polygon flashing DO NOT MERGE Chris Craik
2014-06-10Tessellate on worker threads Chris Craik