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