summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* fix [2545826] calling into gralloc with external lock heldMathias Agopian2010-03-251-1/+0
* Add a new connect/disconnect API to android_native_window_tMathias Agopian2010-03-111-1/+37
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-5/+12
* Remove a dependency of Region (libui) on Parcel (libbinder).Mathias Agopian2010-02-171-6/+0
* fix a bug I introduced recently where YUV formats would crash the systemMathias Agopian2010-02-161-1/+2
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-18/+9
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1111-1693/+0
* Add exposure compensation parameter.Wu-cheng Li2010-02-091-0/+7
* Add float support for set and get in CameraParameters.Wu-cheng Li2010-01-311-0/+2
* Add focal length and view angle API.Wu-cheng Li2010-01-301-0/+10
* Add support for setting camera display orientation.Chih-Chung Chang2010-01-262-10/+1
* Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency.Wu-cheng Li2010-01-251-3/+4
* Add support for 180/270 degrees rotation.Chih-Chung Chang2010-01-221-1/+4
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
* fix some aspects of [2258746] native crash in launcher2Mathias Agopian2009-11-131-2/+2
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-0/+2
* Use image rect information to display zoomed picture.Wu-cheng Li2009-10-291-0/+9
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-2/+12
* fix [2170319] gmail bulk operation checkbox latency on passionMathias Agopian2009-10-071-1/+1
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-066-14/+296
* Add zoom functions and sendCommand.Wu-cheng Li2009-10-063-2/+19
* Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH.Wu-cheng Li2009-09-281-5/+7
* Add camera parameter key constants and documentation.Wu-cheng Li2009-09-251-1/+193
* fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to cre...Mathias Agopian2009-09-231-0/+4
* Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian2009-09-171-0/+1
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-2/+1
* Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...Mathias Agopian2009-09-151-1/+2
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-2/+1
* Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-153-0/+14
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-073-21/+20
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-0/+3
* really be more friendly with CMathias Agopian2009-08-171-8/+8
* make sure to update a surface's usage bits when it changes, instead of only t...Mathias Agopian2009-08-141-17/+35
* be more friendly with CMathias Agopian2009-08-131-15/+15
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-2/+0
* ui: make native_window_set_usage be a static inlineDima Zavin2009-08-131-1/+1
* Modified the camera HAL interface to use the same generic callback architectu...Benny Wong2009-08-132-74/+82
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-114-4/+47
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-114-47/+4
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-114-4/+47
* Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-101-2/+2
* added EGLUtils::strerrorMathias Agopian2009-08-071-0/+2
* Merge changes 20345,20346,20347Android (Google) Code Review2009-08-062-1/+53
|\
| * added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-061-0/+51
| * added NATIVE_WINDOW_FORMAT attribute to android_native_window_tMathias Agopian2009-08-061-1/+2
* | EventHub: pass the name of each input device up to JavaIliyan Malchev2009-08-061-1/+1
|/
* Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-1/+4
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-311-0/+2
* Merge change 9287Android (Google) Code Review2009-07-303-1/+21
|\
| * fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-303-1/+21