| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | move opengl/include/EGL/android_natives.h to ↵ | Mathias Agopian | 2009-05-05 | 4 | -3/+6 | |
| | | | | | | | | | | | | | include/ui/egl/android_natives.h and don't include it from egl.h the android_native_ types are just forward declared in egl.h | |||||
| * | | get rid of android_native_buffer_t::getHandle() and replace it with an ↵ | Mathias Agopian | 2009-05-05 | 2 | -29/+11 | |
| | | | | | | | | | | | | | handle field this abstraction was not necessary. things are easier now. | |||||
| * | | removed the "bits" attribute from android_native_buffer_t. | Mathias Agopian | 2009-05-05 | 2 | -32/+56 | |
| | | | | | | | | | "bits" can never be trusted now that we need to call lock() on the handle to get the virtual address of the buffer. | |||||
| * | | update surfaceflinger, libui and libagl to the new gralloc api | Mathias Agopian | 2009-05-04 | 6 | -93/+163 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently the lock/unlock path is naive and is done for each drawing operation (glDrawElements and glDrawArrays). this should be improved eventually. - factor all the lock/unlock code in SurfaceBuffer. - fixed "showupdate" so it works even when we don't have preserving eglSwapBuffers(). - improved the situation with the dirty-region and fixed a problem that caused GL apps to not update. - make use of LightRefBase() where needed, instead of duplicating its implementation - add LightRefBase::getStrongCount() - renamed EGLNativeWindowSurface.cpp to FramebufferNativeWindow.cpp - disabled copybits test, since it clashes with the new gralloc api - Camera/Video will be fixed later when we rework the overlay apis | |||||
| * | | more debugging tools around BufferMapper | Mathias Agopian | 2009-04-10 | 1 | -4/+9 | |
| | | | ||||||
| * | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 9 | -275/+1051 | |
| | | | | | | | | | SurfaceFlinger rework for new EGL driver model support. | |||||
| * | | Automated import from //branches/master/...@142578,142578 | Jack Palevich | 2009-03-25 | 1 | -6/+18 | |
| |/ | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 32 | -0/+11463 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 32 | -11461/+0 | |
| | | ||||||
| * | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -4/+2 | |
| | | ||||||
| * | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -2/+4 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 3 | -46/+11 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -0/+5 | |
| | | ||||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 7 | -120/+192 | |
| | | ||||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 32 | -0/+11419 | |
