summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
* separate transactions from updatesMathias Agopian2012-02-011-0/+2
* fix an issue with vsync event deliveryMathias Agopian2012-01-311-1/+3
* Improve the VSYNC api a bit.Mathias Agopian2011-12-062-0/+32
* am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1Mathias Agopian2011-11-301-4/+22
|\
| * SurfaceTexture: add EGL_KHR_fence_sync optionJamie Gennis2011-11-291-4/+22
* | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-292-0/+160
* | am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ic...Jamie Gennis2011-11-211-0/+4
|\ \ | |/
| * EGL: default to swap interval 1Jamie Gennis2011-11-211-0/+4
* | am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1Mathias Agopian2011-11-181-0/+1
|\ \ | |/
| * attempt to fix bug 5313580Mathias Agopian2011-11-171-0/+1
* | am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of ...Jamie Gennis2011-11-171-1/+12
|\ \ | |/
| * SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue...Sunita Nadampalli2011-11-151-1/+12
* | am 738d8cae: am c93a151f: Merge "Define, document, and test the behavior of v...Mathias Agopian2011-11-141-2/+10
|\ \ | |/
| * Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-2/+10
* | Rename SensorChannel to BitTubeMathias Agopian2011-10-203-8/+9
|/
* SensorManager reconnects to sensor service when the later diesMathias Agopian2011-10-161-4/+16
* SurfaceTexture: parameterize the texture targetJamie Gennis2011-09-301-1/+11
* SurfaceTexture: add name supportJamie Gennis2011-09-221-1/+10
* don't return the current buffer from dequeueBufferMathias Agopian2011-08-171-1/+1
* fix a crasher in SurfaceTexture::updateTexImage()Mathias Agopian2011-08-101-4/+18
* rework dequeueBuffer()'s main loop.Mathias Agopian2011-08-101-0/+5
* error out when SurfaceTexture APIs are called while not connectedMathias Agopian2011-08-101-1/+1
* return correct value from query after connecting a surfaceMathias Agopian2011-08-082-2/+8
* Merge "remove dead code and member variables."Mathias Agopian2011-07-261-14/+2
|\
| * remove dead code and member variables.Mathias Agopian2011-07-251-14/+2
* | Merge "SurfaceTexture: enable RGB external textures"Jamie Gennis2011-07-251-5/+0
|\ \ | |/ |/|
| * SurfaceTexture: enable RGB external texturesJamie Gennis2011-07-221-5/+0
* | SurfaceTexture: add the abandon method.Jamie Gennis2011-07-222-2/+20
|/
* SurfaceTexture: fix a commentJamie Gennis2011-07-211-2/+1
* SurfaceTexture: remove getAllocatorJamie Gennis2011-07-212-10/+0
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-2/+2
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-193-2/+20
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-193-3/+24
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-32/+46
* Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-143-3/+42
|\
| * SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-143-3/+42
* | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+4
|/
* Merge "Minor fix in SurfaceTexture"Pannag Sanketi2011-06-301-2/+2
|\
| * Minor fix in SurfaceTexturePannag Sanketi2011-06-301-2/+2
* | SurfaceTexture: change onFrameAvailable behaviorJamie Gennis2011-06-271-10/+8
|/
* Add allowSynchronousMode to SurfaceTexture constructor.Grace Kloba2011-06-231-1/+4
* SurfaceTexture: fix a NULL ptr dereference.Jamie Gennis2011-06-201-0/+1
* SurfaceTexture: fix up a comment.Jamie Gennis2011-06-131-3/+3
* SurfaceTexture: fix a getTransformMatrix crash.Jamie Gennis2011-06-131-0/+11
* 9-axis sensor fusion with Kalman filterMathias Agopian2011-05-271-1/+5
* SurfaceTexture: clean up some comments, tests, etc.Jamie Gennis2011-05-251-20/+45
* fix onFrameAvailableMathias Agopian2011-05-111-0/+10
* Add SurfaceTexture loggingMathias Agopian2011-05-111-0/+5
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-113-12/+39
* Add the concept of synchronous dequeueBuffer in SurfaceTextureMathias Agopian2011-05-111-21/+50