Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/w OpenGL no detects and handles all any combinations of triangle fans ↵ | Mathias Agopian | 2009-06-17 | 1 | -1/+1 |
| | | | | | | corresponding to a rectangle this allows fallback to faster copybit code in almost all cases. | ||||
* | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-06-05 | 1 | -0/+4 |
|\ | |||||
| * | fix [1610840] Positional light doesn't work correctly on emulator | Mathias Agopian | 2009-06-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | This bug was introduced when lighting computations was changed from eye-space to object-space. The light position need to be transformed back to object-space each time the modelview matrix changes which requires us to compute the inverse of the modelview matrix. This computation was done with the assumption that normals where transformed (which was the case when the computation was made in eye-space), however, normals only require the inverse of the upper 3x3 matrix while transforming positions requires the inverse of the whole matrix. This caused the interesting behavior that lights were more-or-less transformed properly, but not translated at all, which caused improper lighting with directional lights in particular. There was also another smaller bug affecting directional lights: when vertices are read, only the active component are read, the other ones are ignored, later, the transformation operations are set up to ignore the unset values, howver, in the case of lighting, we use the vertex in object space (that is, before it is transformed), and therefore were using uninitalized values; in particular w. | ||||
* | | update surfaceflinger, libui and libagl to the new gralloc api | Mathias Agopian | 2009-05-04 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 1 | -50/+59 |
|/ | | | | SurfaceFlinger rework for new EGL driver model support. | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+1557 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -1557/+0 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+2 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+1557 |