summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/TextureManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed white screen on Nexus S CameraService with liboverlay disabled.PaulK2012-07-091-5/+1
|
* Fixed to draw texture when loadTexture() is called at first timeIchitaro Kohara2011-05-061-1/+1
| | | | | | | | | SW renderer of Stagefright reaches loadTexture() to draw image. The first time loadTexture() is called, it just initializes OGL texture, then returns. Thus, the first time call doesn't draw. This patch fixes to move on to draw stage after the initialization. Change-Id: I3ec1ad68fb8d376a4ad7aefded1c18a002d175c4
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-151-4/+4
| | | | | | | Add correct enumerants for OES_EGL_image_external to glext.h. SurfaceFlinger now checks for the correct extension name. Change-Id: I2ba2728a01fa2260bd086d2df4316c68f694a9b1
* remove unused pixel formatMathias Agopian2010-08-191-1/+0
| | | | Change-Id: I55bc3cc41385743c07f7e4de06335c922f746f73
* fix a typo that prevented glTexImage2D codepath to workMathias Agopian2010-08-131-1/+1
| | | | Change-Id: I36a3bf9d1d2eacd9b14e00b0a6c53bf88bba381c
* move native services under services/Mathias Agopian2010-07-141-0/+342
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8