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
/
OpenGLRenderer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all debug flags in a single place.
Romain Guy
2010-11-10
1
-4
/
+1
*
Support nested display lists.
Romain Guy
2010-11-08
1
-1
/
+2
*
Lines would not set the scissor before drawing.
Romain Guy
2010-11-04
1
-1
/
+2
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-5
/
+52
*
Remove unnecessary GL calls.
Romain Guy
2010-10-26
1
-11
/
+28
*
Don't change textures wrap modes on every draw.
Romain Guy
2010-10-25
1
-3
/
+5
*
Optimizing display lists by referencing pointers to resources instead of copy...
Chet Haase
2010-10-21
1
-9
/
+9
*
Use VBOs to render most geometries.
Romain Guy
2010-10-18
1
-6
/
+7
*
Return identity matrix when rendering in an FBO.
Romain Guy
2010-10-13
1
-0
/
+3
*
Add a getNativeMatrix() API.
Romain Guy
2010-10-13
1
-0
/
+1
*
Optimize 9patch rendering.
Romain Guy
2010-10-12
1
-2
/
+2
*
Don't clear the framebuffer when not needed.
Romain Guy
2010-10-06
1
-1
/
+1
*
Optimize saveLayer() when the clip flag is set.
Romain Guy
2010-10-05
1
-1
/
+2
*
Add display lists caching.
Romain Guy
2010-09-29
1
-1
/
+5
*
Adding display lists to the GL renderer (checkpoint.)
Romain Guy
2010-09-26
1
-20
/
+20
*
Add debug mode to measure performance.
Romain Guy
2010-09-24
1
-26
/
+32
*
Fix OpenGL errors in various places.
Romain Guy
2010-09-22
1
-4
/
+0
*
Add support for non AA lines.
Romain Guy
2010-09-17
1
-0
/
+6
*
Add support for drawLines(), with anti-aliasing
Romain Guy
2010-09-16
1
-0
/
+15
*
Better error handling in the OpenGL renderer.
Romain Guy
2010-09-16
1
-0
/
+10
*
Fix 9patch rendering.
Romain Guy
2010-09-15
1
-1
/
+1
*
Document the implementation of saveLayer().
Romain Guy
2010-09-13
1
-2
/
+1
*
Optimize calls to glCopyTexImage2D().
Romain Guy
2010-09-12
1
-0
/
+11
*
Correct implementation of saveLayer().
Romain Guy
2010-09-12
1
-3
/
+13
*
Add support for advanced blend modes with the framebuffer.
Romain Guy
2010-09-09
1
-1
/
+3
*
Add support for Canvas flags on save.
Romain Guy
2010-09-01
1
-1
/
+3
*
Add hooks for hardware accelerated WebView.
Romain Guy
2010-08-31
1
-0
/
+2
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-24
/
+2
*
Layers were using an extra Snapshot causing extra clipping.
Romain Guy
2010-08-18
1
-3
/
+4
*
Cleanup, better code reuse.
Romain Guy
2010-08-16
1
-5
/
+44
*
Add drop shadows.
Romain Guy
2010-08-13
1
-0
/
+40
*
Add support for paths.
Romain Guy
2010-08-05
1
-0
/
+3
*
Add support for ColorFilters.
Romain Guy
2010-08-02
1
-0
/
+7
*
Refactor Skia shaders handling.
Romain Guy
2010-07-30
1
-59
/
+3
*
Fix gradients rendering and destructor crashes.
Romain Guy
2010-07-29
1
-5
/
+1
*
Moved all the rendering code to the new shader generator.
Romain Guy
2010-07-29
1
-21
/
+7
*
Generate shaders to cover all possible cases.
Romain Guy
2010-07-27
1
-2
/
+4
*
Add text alignment support to drawText().
Romain Guy
2010-07-23
1
-1
/
+1
*
Cleanup, added properties for the FontRenderer.
Romain Guy
2010-07-23
1
-3
/
+4
*
Add a way to query GL extensions.
Romain Guy
2010-07-22
1
-0
/
+3
*
Add text rendering.
Romain Guy
2010-07-21
1
-0
/
+7
*
Add preliminary support for text rendering.
Romain Guy
2010-07-20
1
-2
/
+7
*
Add support for linear gradients.
Romain Guy
2010-07-19
1
-1
/
+18
*
Add program for linear gradient.
Romain Guy
2010-07-16
1
-2
/
+4
*
Add plumbing to support gradients in OpenGL renderer.
Romain Guy
2010-07-16
1
-2
/
+9
*
Optimize textures binding.
Romain Guy
2010-07-16
1
-0
/
+3
*
Improve clip support (add intersect, union and replace.)
Romain Guy
2010-07-16
1
-1
/
+2
*
Add support for BitmapShader.
Romain Guy
2010-07-15
1
-9
/
+48
*
Do not apply transforms when using drawColor().
Romain Guy
2010-07-14
1
-1
/
+2
*
Cleanup: remove unnecessary parameters.
Romain Guy
2010-07-13
1
-8
/
+5
[next]