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
/
FontRenderer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all usage of fmin and fmax
Chris Craik
2015-07-07
1
-8
/
+8
*
Handle shader matrix correctly when ignoring canvas transform
Chris Craik
2015-06-02
1
-5
/
+8
*
am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in fon...
John Reck
2015-04-10
1
-0
/
+2
|
\
|
*
Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited."
John Reck
2015-04-10
1
-0
/
+2
|
|
\
|
|
*
Fix GL_INVALID_OPERATION in font renderer when font cache is limited.
chaochen
2014-08-29
1
-0
/
+2
|
*
|
Revert "Frameworks/base: Unused parameters in hwui"
John Reck
2014-11-22
1
-1
/
+1
*
|
|
Delete pre-glop path
Chris Craik
2015-04-03
1
-75
/
+5
*
|
|
Fix clang build
Chris Craik
2015-03-19
1
-0
/
+2
*
|
|
Use glops for text rendering
Chris Craik
2015-03-18
1
-8
/
+34
*
|
|
Cleanup of FontRenderer
Chris Craik
2015-02-27
1
-25
/
+24
*
|
|
Refactoring of Program ownership/lifecycle, and WIP Glop rendering path
Chris Craik
2015-02-02
1
-3
/
+2
*
|
|
Refactor blending and texture gl state
Chris Craik
2015-01-30
1
-8
/
+8
*
|
|
Move more GL state management to RenderState and its directory
Chris Craik
2015-01-28
1
-30
/
+32
*
|
|
Add overrides and switch to nullptr keyword for all files
Chris Craik
2015-01-05
1
-18
/
+18
*
|
|
Cleanup various clang warnings, use unique_ptrs in several places
Chris Craik
2014-12-23
1
-8
/
+5
*
|
|
Revert "resolved conflicts for merge of 220c3f4f to master"
Andreas Gampe
2014-11-22
1
-1
/
+1
|
/
/
*
|
Frameworks/base: Unused parameters in hwui
Andreas Gampe
2014-11-21
1
-1
/
+1
*
|
Frameworks/base: Wall Werror in libs/hwui
Andreas Gampe
2014-11-10
1
-1
/
+1
*
|
Add hack for custom re-rasterization buckets
Chris Craik
2014-07-07
1
-2
/
+2
*
|
Merge "Pass the radius as a float deeper into HWUI allowing RS to generate mo...
Derek Sollenberger
2014-05-23
1
-11
/
+13
|
\
\
|
*
|
Pass the radius as a float deeper into HWUI allowing RS to generate more accu...
Derek Sollenberger
2014-05-21
1
-11
/
+13
*
|
|
Inspect SkShader to determine hw shader.
Leon Scroggins III
2014-05-22
1
-2
/
+2
|
/
/
*
|
am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage()...
Chris Craik
2014-05-05
1
-20
/
+24
|
\
\
|
|
/
|
*
libhwui: Handle the blurImage() implement once RS::init fail
Lu, Shenghua
2014-04-25
1
-20
/
+24
|
*
Handle user-defined cache path for RS.
Tim Murray
2013-12-18
1
-1
/
+3
*
|
Use pre-computed index to draw the shadow.
ztenghui
2014-02-25
1
-1
/
+1
*
|
Removing SkiaColorFilter and inspecting the native object directly.
Derek Sollenberger
2014-02-07
1
-3
/
+3
*
|
Use const where possible for drawing parameters
Chris Craik
2014-01-03
1
-6
/
+7
*
|
Handle user-defined cache path for RS.
Tim Murray
2013-12-13
1
-1
/
+3
*
|
Clean up modelView matrix logic
Chris Craik
2013-11-18
1
-1
/
+2
*
|
am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp...
Victoria Lease
2013-09-20
1
-1
/
+1
|
\
\
|
|
/
|
*
fix emoji clipping in hw draw path
Victoria Lease
2013-09-19
1
-1
/
+1
*
|
am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-dev
Tim Murray
2013-09-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix FontRenderer bug.
Tim Murray
2013-09-10
1
-1
/
+1
*
|
am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-dev
Tim Murray
2013-09-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Add flags word to initialization.
Tim Murray
2013-09-09
1
-1
/
+1
*
|
am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-dev
Tim Murray
2013-08-20
1
-2
/
+3
|
\
\
|
|
/
|
*
Handle updates to C++ API.
Tim Murray
2013-08-19
1
-2
/
+3
*
|
Replace float arrays with readable names
Romain Guy
2013-08-15
1
-2
/
+2
|
/
*
fix kBW_Format glyphs
Victoria Lease
2013-08-12
1
-0
/
+1
*
Handle updates to RS C++ API.
Tim Murray
2013-08-02
1
-6
/
+8
*
Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)
Victoria Lease
2013-07-31
1
-81
/
+216
*
Share Caches' index buffer with FontRenderer
Romain Guy
2013-06-18
1
-37
/
+1
*
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
1
-2
/
+2
*
am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev
Chris Craik
2013-04-15
1
-6
/
+8
|
\
|
*
Draw Operation merging
Chris Craik
2013-04-15
1
-6
/
+8
*
|
resolved conflicts for merge of 886e1204 to master
Romain Guy
2013-04-12
1
-51
/
+42
|
\
\
|
|
/
|
*
Introduce PixelBuffer API to enable PBOs
Romain Guy
2013-04-11
1
-51
/
+42
*
|
am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into...
Romain Guy
2013-04-04
1
-4
/
+31
|
\
\
|
|
/
|
*
First OpenGL ES 3.0 based optimization
Romain Guy
2013-04-04
1
-4
/
+31
[next]