summaryrefslogtreecommitdiff
path: root/libs/hwui/Matrix.h
AgeCommit message (Expand)Author
2020-04-09Remove unecessary exported symbols from libhwui.so Derek Sollenberger
2019-01-09Merge "Fix/suppress hwui google-explicit-constructor warnings" am: dcfef16295... Chih-Hung Hsieh
2019-01-09Fix/suppress hwui google-explicit-constructor warnings Chih-Hung Hsieh
2018-12-03Remove ; from closing namespaces in libs/hwui Chris Blume
2018-11-26Fix failing TextureViewTest John Reck
2017-11-03Format the world (or just HWUI) John Reck
2016-07-21resolve merge conflicts of 5152fd9 to stage-aosp-master Chih-Hung Hsieh
2016-07-21Fix google-explicit-constructor warnings in frameworks/base Chih-Hung Hsieh
2016-04-28Support transform'd GraphicBuffers John Reck
2016-02-23Support op dumping in new pipeline Chris Craik
2015-12-16Add TextureView support to new renderer/reorderer Chris Craik
2015-10-14Initial commit of new Canvas operation recording / replay Chris Craik
2015-08-19Remove Matrix4::load(Matrix4&) Chris Craik
2015-07-07Simplify matrix copy constructor/load Chris Craik
2015-05-26Use path intersection instead of saveLayer+mesh to mask projected ripples Chris Craik
2014-12-22Add overrides and switch to nullptr keyword Chris Craik
2014-06-12Fix DA bugs John Reck
2014-05-08Add logging utility methods Chris Craik
2014-03-12Fix orthographic shadows projection, simplify shadow reordering Chris Craik
2014-03-11Remove experimental perspective projection Chris Craik
2014-02-05Simplify DisplayList matrices Chris Craik
2013-12-123d view system! Chris Craik
2013-09-20Correct bitmap merging logic Chris Craik
2013-09-16Disallow negative scale matrices in merged Bitmap drawing Chris Craik
2013-06-20An identity matrix should be considered a pure translate matrix Romain Guy
2013-06-12Overdraw avoidance and merging of clipped ops Chris Craik
2013-06-11Avoid 9patch cache lookups when possible Romain Guy
2013-03-13Less aggressive glyphs precaching Romain Guy
2013-03-05Take only the scale params into account to rasterize text Romain Guy
2013-03-05Fix colored rects clipping and code cleanup Romain Guy
2013-02-27Properly scale text Romain Guy
2013-01-17Implement clipRect with a transform, clipRegion & clipPath Romain Guy
2012-09-28Fix a couple of rendering issues Romain Guy
2012-09-20Polygonal rendering of simple fill shapes Chris Craik
2011-10-12Add missing public native API Romain Guy
2011-08-16Add an API to set the transform on a TextureView's surface texture. Romain Guy
2011-06-09Don't apply AA to rects with no rotation/perspective. Romain Guy
2011-01-18Add support for skew() Romain Guy
2010-12-06Correctly render text when coordinates are not integers. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-04Apply bilinear filtering on text only when necessary. Romain Guy
2010-09-21Add support for circular gradients to the GL renderer. Romain Guy
2010-08-12Fix GC issue, fix local shader transformations. Romain Guy
2010-08-12Better support for rotation and perspective matrices. Romain Guy
2010-07-16Improve clip support (add intersect, union and replace.) Romain Guy
2010-07-14Do not apply transforms when using drawColor(). Romain Guy
2010-06-26Add implementations for saveLayerAlpha() and textured rects. Romain Guy
2010-06-25Convert tabs to spaces. Romain Guy
2010-06-25Implement quickReject() and drawRect(). Romain Guy
2010-06-24Add colored rectangles implementation in OpenGLRenderer. Romain Guy