OSDN Git Service

Fix potential FD leak
[android-x86/external-IA-Hardware-Composer.git] / common / compositor / renderstate.cpp
2018-11-26 Shaofeng TangAdd support for Non-black SolidColor type
2018-09-20 Lin JohnsonAdd support for SolidColor Type layer in HWC
2018-04-09 Han, XuInitial support for AliOS.
2018-03-20 Kevin StrasserFix (kTransform90 | kReflectX) and (kTransform90 |...
2018-01-28 Kalyan KondapallyInitial support for Downscaling as needed.
2018-01-14 Kalyan KondapallyMove all display transform checks to PlaneState.
2018-01-07 Kalyan KondapallyClip regions to Damage Rect.
2018-01-07 Kalyan KondapallyTake Damage rect into account in disjoint_layers.
2017-12-31 Kalyan KondapallyFix commit failure when rotating the screen.
2017-12-31 Kalyan KondapallyMinor cleanup.
2017-12-31 Kalyan KondapallyRemove UsePlaneScalar from OverlayLayer.
2017-12-20 Kalyan KondapallyFix plane scaling issues with 3D backend.
2017-12-20 Kalyan KondapallyTake DisplayScalar usage into account in Renderstate.
2017-12-09 Lin JohnsonFix the scissor area calculation.
2017-11-26 Kalyan KondapallyAdd utility function to check if two rects overlap...
2017-11-05 Kalyan KondapallyAdd enum for rotation.
2017-08-29 Kalyan KondapallyFix SurfaceDamage tracking.
2017-08-09 Kalyan KondapallyMove all 3D rendering to a separate thread.
2017-08-06 Kalyan KondapallyFix flicker when moving layer position.
2017-08-06 Kalyan KondapallyInsert acquire fences into 3D pipeline as needed.
2017-08-06 Kalyan KondapallyTrack Scissor rect separately in RenderState.
2017-08-06 Kalyan KondapallyAvoid creating render states for layers not part of...
2017-06-19 Kalyan KondapallyRemove OverlayBufferManager.
2017-06-17 Kalyan KondapallyRemove waits on Acquire Fences.
2017-06-12 Kalyan KondapallyEnsure we dup all fences passed outside HWC.
2017-06-04 Kalyan KondapallyRemove NativeFence and ScopedFD usage.
2017-06-04 Kalyan KondapallyUse fence as expected by HWC2.0 specification.
2017-04-20 Kalyan KondapallyRemove wait for each layer used for 3D Composition.
2017-04-17 Kalyan KondapallyRemove SignalBuffersIfReady.
2017-03-24 Kalyan KondapallyRelease fences early for layers using 3D composition.
2017-03-24 Kalyan KondapallyUse poll instead of sync_wait.
2017-02-27 Kalyan KondapallyMake cpplint happy.
2017-02-22 Kalyan KondapallyEnsure Acquire fence is signalled before 3D composition.
2017-02-19 Kalyan KondapallyCleanup: Remove unwanted forward declarations and includes.
2017-01-16 Kalyan KondapallyInitial import.