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
/
core
/
java
/
android
/
view
/
HardwareRenderer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimizing display lists by referencing pointers to resources instead of copy...
Chet Haase
2010-10-21
1
-1
/
+0
*
Always create OpenGL accelerated windows in RGBA 8888.
Romain Guy
2010-10-12
1
-6
/
+6
*
Don't set hwAccelerated=true when libhwui is not present.
Romain Guy
2010-10-12
1
-3
/
+3
*
HardwareRenderer: When throwing an exception because of an EGL
Mike Dodd
2010-10-08
1
-8
/
+58
*
Don't clear the framebuffer when not needed.
Romain Guy
2010-10-06
1
-1
/
+1
*
Add display lists caching.
Romain Guy
2010-09-29
1
-1
/
+14
*
Add drawing profiling to the HardwareRenderer.
Romain Guy
2010-09-23
1
-0
/
+10
*
Better error handling in the OpenGL renderer.
Romain Guy
2010-09-16
1
-4
/
+14
*
Prevent the system process from using the HardwareRenderer.
Romain Guy
2010-09-03
1
-2
/
+17
*
Only destroy the GL Canvas when necessary.
Romain Guy
2010-08-25
1
-24
/
+14
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-59
/
+89
*
Fix save()/restore() issues in the OpenGL renderer.
Romain Guy
2010-08-17
1
-1
/
+1
*
Bunch of fixes.
Romain Guy
2010-08-11
1
-1
/
+9
*
Fix tons of bugs and add new text rendering support.
Romain Guy
2010-08-10
1
-1
/
+12
*
Make libhwui entirely optional.
Romain Guy
2010-08-08
1
-41
/
+5
*
Remove support for density compatibility in the hardware renderer.
Romain Guy
2010-07-09
1
-19
/
+4
*
Don't use full screen FBOs, this dramatically increase performance.
Romain Guy
2010-07-01
1
-22
/
+17
*
Add hooks for drawBitmap().
Romain Guy
2010-06-30
1
-2
/
+5
*
Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.
Romain Guy
2010-06-17
1
-11
/
+21
*
Refactor HardwareRenderer to allow the use of OpenGL ES 2.0.
Romain Guy
2010-06-10
1
-114
/
+342
*
Move OpenGL support out of ViewRoot into a new HardwareRenderer class.
Romain Guy
2010-06-09
1
-0
/
+341