summaryrefslogtreecommitdiff
path: root/core/java/android/view/HardwareRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Add extra systrace tracingRomain Guy2012-06-191-12/+43
* Fix attachFunctor path to ignore delayChris Craik2012-06-121-4/+5
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-8/+6
* Revert "Add more temporary logging for investigating detachFunctor"Chris Craik2012-06-061-1/+1
* Add more temporary logging for investigating detachFunctorChris Craik2012-06-051-1/+1
* Merge "Skip eglSwapBuffers() call when we do not draw to GL" into jb-devChet Haase2012-06-011-14/+18
|\
| * Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-14/+18
* | Force webview invalidates on unsuccessful functor attachChris Craik2012-05-311-3/+7
|/
* Remove unused, obsolete debug codeRomain Guy2012-05-211-24/+4
* Log more frame data when profiling GL appsRomain Guy2012-05-071-1/+1
* New constant used by dev settingsRomain Guy2012-04-271-6/+10
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-2/+43
* Invoke onTrimMemory with an EGL contextRomain Guy2012-04-231-4/+31
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-2/+1
* Fix SurfaceTexture leak in TextureViewRomain Guy2012-04-111-14/+39
* Merge "Release the scratch pbuffer surface after use"Jesse Hall2012-04-091-0/+8
|\
| * Release the scratch pbuffer surface after useJesse Hall2012-04-051-0/+8
* | Merge "fix functor flag parsing, tweak process delay"Chris Craik2012-04-061-1/+1
|\ \
| * | fix functor flag parsing, tweak process delayChris Craik2012-04-051-1/+1
| |/
* / TextureView: add setSurfaceTexture methodJamie Gennis2012-04-051-2/+16
|/
* Enhanced frame profiling from gfxinfoChet Haase2012-04-041-3/+28
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-5/+1
* Allow fine-grained control over functors executionRomain Guy2012-04-021-10/+44
* Merge "Add frame counter to dumpGfxInfo"Michael Jurka2012-04-021-4/+16
|\
| * Add frame counter to dumpGfxInfoMichael Jurka2012-03-301-4/+16
* | Detect surface resizesRomain Guy2012-03-301-7/+21
* | Refactor GLES20Canvas/HardwareRenderer JNI layersRomain Guy2012-03-281-6/+42
|/
* Use a status_t return type for GL functorsRomain Guy2012-03-261-6/+4
* Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-2/+2
* Don't make GLRenderer aware of GLES20RendererRomain Guy2012-03-221-9/+19
* Code cleanupRomain Guy2012-03-201-4/+5
* Optimizing DisplayList propertiesChet Haase2012-03-161-0/+5
* Work on more low memory reporting to apps.Dianne Hackborn2012-03-061-9/+4
* Perform early intersect to avoid unnecessary drawsRomain Guy2012-02-231-2/+0
* am 6ad5d69d: am 0a232673: am bf378fd7: Don\'t allow screen invalidations to g...Michael Jurka2012-02-231-0/+2
|\
| * Don't allow screen invalidations to go outside bounds of screenMichael Jurka2012-02-231-0/+2
* | Record possible clip rejects when recording display listsRomain Guy2012-02-171-1/+2
* | Make it easier to enable dirty regions debuggingRomain Guy2012-02-151-10/+24
* | New debugging tool in adb shell dumpsys gfxinfoRomain Guy2012-02-131-20/+104
* | Add debug markers to OpenGLRendererRomain Guy2012-01-301-3/+6
* | Add stencil buffer to the EGL configRomain Guy2012-01-301-1/+1
* | hack up frame latency measurementJamie Gennis2012-01-241-0/+12
* | Merge "Sub display list in TextView"Gilles Debunne2012-01-131-2/+2
|\ \
| * | Sub display list in TextViewGilles Debunne2012-01-121-2/+2
* | | Remove unused parameterRomain Guy2012-01-131-5/+4
|/ /
* | Enable dirty regions on newly created EGL surfacesRomain Guy2011-12-091-2/+15
* | Improve latency instrumentation.Jeff Brown2011-12-011-2/+41
|/
* Fix flashing wifi dialog after rotating back from landscape.Chet Haase2011-11-281-0/+12
* Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-22/+51
* Add new ManagedEGLContext class to help apps participate in memory trimming.Dianne Hackborn2011-11-161-34/+56