index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
Matrix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix orthographic shadows projection, simplify shadow reordering
Chris Craik
2014-03-12
1
-1
/
+6
*
Remove experimental perspective projection
Chris Craik
2014-03-11
1
-78
/
+0
*
3d view system!
Chris Craik
2013-12-12
1
-3
/
+92
*
Correct bitmap merging logic
Chris Craik
2013-09-20
1
-5
/
+1
*
Disallow negative scale matrices in merged Bitmap drawing
Chris Craik
2013-09-16
1
-0
/
+8
*
An identity matrix should be considered a pure translate matrix
Romain Guy
2013-06-20
1
-3
/
+3
*
Take only the scale params into account to rasterize text
Romain Guy
2013-03-05
1
-2
/
+2
*
Fix colored rects clipping and code cleanup
Romain Guy
2013-03-05
1
-0
/
+8
*
Properly scale text
Romain Guy
2013-02-27
1
-0
/
+5
*
Remove obsolete header file
Romain Guy
2013-02-15
1
-1
/
+0
*
Implement clipRect with a transform, clipRegion & clipPath
Romain Guy
2013-01-17
1
-32
/
+107
*
Fix a couple of rendering issues
Romain Guy
2012-09-28
1
-0
/
+5
*
Polygonal rendering of simple fill shapes
Chris Craik
2012-09-20
1
-4
/
+4
*
Fix issue where scale-animating text would jump temporarily a few pixels
Chet Haase
2012-05-07
1
-7
/
+4
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-6
/
+6
*
Add an API to set the transform on a TextureView's surface texture.
Romain Guy
2011-08-16
1
-0
/
+23
*
Don't apply AA to rects with no rotation/perspective.
Romain Guy
2011-06-09
1
-0
/
+4
*
Add support for skew()
Romain Guy
2011-01-18
1
-0
/
+18
*
Correctly render text when coordinates are not integers.
Romain Guy
2010-12-06
1
-0
/
+5
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-0
/
+13
*
Use VBOs to render most geometries.
Romain Guy
2010-10-18
1
-3
/
+5
*
Fix clipping issue in StackView.
Romain Guy
2010-10-15
1
-1
/
+1
*
Optimize 9patch rendering.
Romain Guy
2010-10-12
1
-3
/
+1
*
Apply bilinear filtering on text only when necessary.
Romain Guy
2010-10-04
1
-0
/
+9
*
Add support for circular gradients to the GL renderer.
Romain Guy
2010-09-21
1
-0
/
+6
*
Correctly set the viewport in layers.
Romain Guy
2010-08-17
1
-6
/
+6
*
Fix GC issue, fix local shader transformations.
Romain Guy
2010-08-12
1
-2
/
+19
*
Better support for rotation and perspective matrices.
Romain Guy
2010-08-12
1
-98
/
+153
*
Moved all the rendering code to the new shader generator.
Romain Guy
2010-07-29
1
-0
/
+5
*
Improve clip support (add intersect, union and replace.)
Romain Guy
2010-07-16
1
-0
/
+19
*
Reduced the complexity of layers composition.
Romain Guy
2010-06-27
1
-1
/
+1
*
Add implementations for saveLayerAlpha() and textured rects.
Romain Guy
2010-06-26
1
-0
/
+8
*
Convert tabs to spaces.
Romain Guy
2010-06-25
1
-95
/
+95
*
Implement quickReject() and drawRect().
Romain Guy
2010-06-25
1
-79
/
+79
*
Add colored rectangles implementation in OpenGLRenderer.
Romain Guy
2010-06-24
1
-2
/
+19
*
Add support for transformations.
Romain Guy
2010-06-23
1
-29
/
+65
*
Add implementations for clipRect(), save() and restore().
Romain Guy
2010-06-23
1
-4
/
+6
*
Fix simulator build again.
Romain Guy
2010-06-22
1
-0
/
+1
*
Fix the simulator build.
Romain Guy
2010-06-22
1
-0
/
+148