summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* fix camera API 2.0 orientationMathias Agopian2013-09-175-2/+87
* Merge "Make sure do disconnect from a BQ when its client dies." into klp-devMathias Agopian2013-09-172-3/+5
|\
| * Make sure do disconnect from a BQ when its client dies.Mathias Agopian2013-09-162-3/+5
* | Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." ...Aravind Akella2013-09-176-15/+15
|\ \
| * | Fix for AOSP fusion sensors not handling multiple clients correctly.Aravind Akella2013-09-166-15/+15
| |/
* | Merge "Sensor Batching Bug fixes." into klp-devAravind Akella2013-09-172-14/+173
|\ \
| * | Sensor Batching Bug fixes.Aravind Akella2013-09-162-14/+173
| |/
* | Stop using default value for Surface producerControlledByApp parameterJesse Hall2013-09-162-2/+2
|/
* fix a few problems with BitTubeMathias Agopian2013-09-101-2/+6
* Merge "color blindness enhancement" into klp-devMathias Agopian2013-09-0621-71/+472
|\
| * color blindness enhancementMathias Agopian2013-09-0421-71/+472
* | Sensor batching. Changes to the native code.Aravind Akella2013-09-038-96/+346
|/
* Merge changes I8283a989,I64add89a into klp-devMathias Agopian2013-08-317-36/+15
|\
| * switch to use mat4Mathias Agopian2013-08-267-36/+15
* | Merge "Force async behavior for the virtual display output BufferQueue" into ...Jesse Hall2013-08-302-6/+13
|\ \
| * | Force async behavior for the virtual display output BufferQueueJesse Hall2013-08-292-6/+13
| |/
* | minor clean-up of the GLESRendererMathias Agopian2013-08-287-25/+14
* | reset the gl viewport at each frame for each displayMathias Agopian2013-08-282-3/+2
|/
* Merge changes I34935d21,If423cd29 into klp-devMathias Agopian2013-08-242-8/+18
|\
| * handle several vsync signal correctlyMathias Agopian2013-08-212-8/+18
* | Merge "make sure SF initialization is ran at target priority and correct thre...Mathias Agopian2013-08-243-11/+15
|\ \
| * | make sure SF initialization is ran at target priority and correct thread groupMathias Agopian2013-08-233-11/+15
* | | fix DimLayer in GLES2.0 SFMathias Agopian2013-08-231-2/+5
|/ /
* | Remove input flinger stubs. (DO NOT MERGE)Jeff Brown2013-08-224-219/+0
|/
* screenshot layers wouldn't work in some casesMathias Agopian2013-08-212-0/+3
* Merge "Fix a bug where non-cropped layer could be scaled incorrectly" into kl...Mathias Agopian2013-08-211-1/+7
|\
| * Fix a bug where non-cropped layer could be scaled incorrectlyMathias Agopian2013-08-201-1/+7
* | Merge "Provide HWC prepare with a valid output buffer" into klp-devJesse Hall2013-08-218-38/+100
|\ \
| * | Provide HWC prepare with a valid output bufferJesse Hall2013-08-208-38/+100
* | | Merge "Fix HWComposer dumping of float source crops" into klp-devJesse Hall2013-08-211-10/+20
|\ \ \ | |/ /
| * | Fix HWComposer dumping of float source cropsJesse Hall2013-08-201-10/+20
* | | Merge "Fix virtual displays for HWC 1.0" into klp-devAndy McFadden2013-08-211-5/+7
|\ \ \ | |_|/ |/| |
| * | Fix virtual displays for HWC 1.0Andy McFadden2013-08-201-5/+7
| |/
* | SurfaceFlinger now runs in the process's main threadMathias Agopian2013-08-206-28/+48
|/
* Merge "Re-enable frame dropping for non-auto timestamps" into klp-devAndy McFadden2013-08-191-3/+4
|\
| * Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-161-3/+4
* | Merge "Use new HWC display type/count constants." into klp-devJesse Hall2013-08-187-50/+48
|\ \
| * | Use new HWC display type/count constants.Jesse Hall2013-08-167-50/+48
| |/
* | Encapsulate textures into their own Texture classMathias Agopian2013-08-1614-56/+193
|/
* Merge "Add support for EGL_KHR_gl_colorspace" into klp-devJesse Hall2013-08-151-0/+1
|\
| * Add support for EGL_KHR_gl_colorspaceJesse Hall2013-08-131-0/+1
* | Merge "Fix ES2 composition on some devices" into klp-devMathias Agopian2013-08-157-35/+96
|\ \
| * | Fix ES2 composition on some devicesMathias Agopian2013-08-157-35/+96
* | | Simplify handling of opaque layers in shader generationMathias Agopian2013-08-151-17/+5
|/ /
* | Disable GLES 2.x renderingAndy McFadden2013-08-151-1/+1
* | Initialize mIndentAndy McFadden2013-08-151-0/+2
* | don't reallocate the mesh each time we use itMathias Agopian2013-08-137-55/+87
* | SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-1323-224/+1436
* | allow "system" screenshots even when the secure flag is setMathias Agopian2013-08-131-6/+12
|/
* make sure we have a context when creating the 1st surfaceMathias Agopian2013-08-081-0/+4