summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* QCOM: SurfaceFlinger: Add support for c2d composition while calculating FB ↵Jeykumar Sankaran2011-12-221-0/+10
| | | | | | | | layer count This change considers both gpu and c2d compositions while calculating FB layer count Change-Id: I57fe19650030bb49f8bf1afe88fe26c6731b91da
* HardwareRenderer.java: ifdef javaz for qcom hardware.toastcfh2011-12-222-5/+8
| | | | | | | - using com.qc.hardware set to false by default. enable if using qcom hardware ;x - ifdef update dirty region feature for current surface Change-Id: I489d1e7d0d81324fad8db6c24163b50c2118bed9
* frameworks/base: Add support for triple bufferingHarshad Bhutada2011-12-223-1/+77
| | | | Change-Id: If3cf17e5eb8c6d29cca490665d5dcae1b3915b6a
* QCOM: surfaceflinger: ifdef qcom composition skip flag settoastcfh2011-12-227-7/+53
| | | | Change-Id: I7ea6fc824b8038a2b84e53cc8057b17cd6bcd074
* QCOM: tile renderer: ifdef with QCOM_HARDWAREtoastcfh2011-12-226-3/+24
| | | | Change-Id: I6235dfb6c28d99782b1b827e15af2e61173e2144
* SystemServer.java: fix white space failtoastcfh2011-12-221-1/+1
| | | | Change-Id: Ieaa1db0fe80b8c90cdcb24c4b415199232c06d67
* QCOM: HDMI: add cflags for qcom hdmi out.toastcfh2011-12-2216-12/+67
| | | | | | | | set string com.qc.hdmi_out=true to enable java hdmi service. set false by default set TARGET_QCOM_HDMI_OUT true in BoardConfig to enable qcom hdmi bits Change-Id: I9286bd01085657251d83b4649d0ef86433947765
* frameworks: base: clean up after merge of qcom stuffs and mass ifdeforamatoastcfh2011-12-204-9/+12
| | | | Change-Id: I339eed86d842621013be1d3672552bdec5a1b167
* frameworks/base: Update dirty region feature for current surfaceWei Zou2011-12-201-2/+15
| | | | | | | | In HardwareRender module, when a surface is made to current, check to turn on the "dirty region" feature if it is enabled. This is to ensure current surface has preserved-buffer swap enabled if the "dirty region" feature is on. Change-Id: I4878238955a0adcd714e42b46bbbe9011283db28
* SurfaceTexture: Add support to update the buffer geometryNaomi Luis2011-12-202-6/+50
| | | | | | | | Add support to allow the buffer geometry to be updated without allocating new memory. Clients invoke the NATIVE_WINDOW_SET_BUFFERS_GEOMETRY api with the new width, height and format. These updated parameters take effect on the next queued buffer. Change-Id: I39fcd864949811131eb480a22823cfca4e93b9cd
* SurfaceFlinger: Skip composition if HWC_SKIP_COMPOSITION flag is setNaomi Luis2011-12-207-8/+45
| | | | | | | If the HWC sets the HWC_SKIP_COMPOSITION, SurfaceFlinger should skip the composition step. Change-Id: I8d9f6bc61b3788c73d4ea950f1e9a4d78277ae9f
* HDMIService: remove unused variableAnshul Gupta2011-12-201-1/+0
| | | | Change-Id: Iacd8de7a9395ee3f68e2a5677f254920f2edfc2f
* frameworks/base: Enable HDMIPrabhanjan Kandula2011-12-2020-3/+1631
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change contains following commits. commit 27889d5e0c7951d9cc454c0cdc84bb6c4e4d93b4 Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Wed Jun 15 15:12:33 2011 -0700 frameworks/base: Remove unnecessary ioctls from HDMI Daemon - Remove FBIO_BLANK_POWERDOWN as the device will be powered down when the ref count reaches zero in framebuffer - Remove MSMFB_OVERLAY_PLAY_ENABLE as it will be depricated (cherry picked from commit 9dfcc8c1c5b6a4695ef807d11b67cae25ff8fcfd) Change-Id: I28cbf52edd3c244f1f04be3df5bc4c5a091fde13 commit 98774ca7b39995a169022289274cdc4e99dc4848 Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Fri May 27 14:12:18 2011 -0700 frameworks/base: Set hdmiON property before informing SF In the HDMI Daemon mirroring is enabled set the hdmiON system property before informing surface flinger to start mirroring. Change-Id: Ib897cfe9f9e113553cb0272e3d0fc04437b3577b commit d6c4ac202205cfdbacd49951bbdfe42cb9ced971 Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Mon May 9 20:15:44 2011 -0700 frameworks/base: Changes for HDMI HDCP Compliance - For HDCP compliance, broadcast HDMIONEvent after we receive the audio_on event from the daemon based on HDCP - In HDMI Daemon check if the HDCP keys are present based on that broadcast for Audio. - Remove redundant calls for PUT_VSCREENINFO and handle this in setResolution. Change-Id: I7fa23ac1a384fcc32687b287dbb828445d4d81a4 commit 798421991797c249e9eb554f91d49e0d898327fa Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Thu Apr 7 18:55:44 2011 -0700 HDMIDaemon: call FBIO_PUTVSCREENINFO ioctl for valid mode Analog TV does not have the EDID information. For analog TV no need to call the ioctl, as it defaults to its original resolution Change-Id: I18daab570167004be76d47cd58413408a20b0987 CRs-fixed: 281752 commit c512a0c47116394de431b6957213ac2cabcfc091 Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Wed Mar 16 13:12:53 2011 -0700 Hdmi Daemon: Inform SF about HDMI mirroring when HDMI is enabled When HDMI is connected, inform SF about mirroring only once. Avoid multiple enableHDMI calls to SF when cable is connected. Change-Id: I00d72571d2796e204401f57a87d9e580a3c8e994 CRs-fixed: 279095 commit 92de304205eb65e5bfd6976eef6396e908df4829 Author: Kinjal Bhavsar <kbhavsar@codeaurora.org> Date: Mon Mar 28 17:43:22 2011 -0700 frameworks/base: Use sanitized kernel headers Add the exported sanitized kernel headers to include path in hdmid and surfaceflinger. As hdmid uses some bionic specific structs, explicitly add path of kernel header files it uses. Change-Id: Id0daed4a425976fad3116de2d2054c9c386770fe commit bd484e4de3031b393e2b4e1c91a17c2b9bc4acac Author: Arun Kumar K.R <c_akkr@quicinc.com> Date: Mon Mar 7 19:37:56 2011 -0800 frameworks/base: HPD enable on sysfs Fixes the issue where HDMI user setting is ON, Cable is connected and on reboot, we don't see HDMI output. Enables/Disables HPD by writing to sysfs node from Daemon Removes mirroring calls from HDMIService. Change-Id: Ide8ac1d60d9b04be2dcb79323f42750ef8f045c3 commit d2076706b4a1636c3e67131498824048b43046cb Author: Saurabh Shah <saurshah@codeaurora.org> Date: Thu Oct 28 10:26:44 2010 -0700 frameworks/base/:Interface for action-safe width, height Interface and implementation for setting action-safe width and height from userspace. commit 5446eab60c8c88417375607dea5ccc246cdd9bd0 Author: Arun Kumar K.R <akkr@codeaurora.org> Date: Mon Nov 8 18:29:49 2010 -0800 frameworks/base: Enable/Disable HDMI UI mirroring based on HPD commit 24d813ec5e79ae92e7efc2f4286bb4425dec1053 Author: Arun Kumar K.R <akkr@codeaurora.org> Date: Thu Sep 23 17:06:26 2010 -0700 frameworks\base: Support for switching resolution in HDMI daemon Use property enable.hdmi.edid to enable the dynamic resolution switch Set hdmi.yRes to required resolution. commit 60208c205645f7da7d148655d638d36bc7cca121 Author: Arun Kumar K.R <akkr@codeaurora.org> Date: Tue Aug 31 19:21:53 2010 -0700 frameworks/base: SF to control HDMI output Change SF to control HDMI output. HDMI Daemon will call SF to control HDMI out. HPD based on fbopen/fbclose, which is controlled by User settings. commit b180d502bc53bb55bc168048d7b691f33899e4db Author: Urs Muff <umuff@codeaurora.org> Date: Wed Aug 4 14:14:00 2010 -0600 frameworks/base: hdmid: HPD / EDID integration Adding support for dynamic resolution switching and HDP and EDID commit a192fa8f272c113996a65bca4a68fa328f2fb4f4 Author: Omprakash Dhyade <odhyade@codeaurora.org> Date: Wed Aug 18 13:39:49 2010 -0700 frameworks/base: Call open only user says HDMI ON HDMI Clock remains ON when fb1 is opened from HDMI Daemon so call open fb1 only when user sets HDMI ON. commit db05d0df83e568e31b273e1f667539a02156fcbb Author: Omprakash Dhyade <odhyade@codeaurora.org> Date: Thu Jul 15 18:18:28 2010 -0700 frameworks/base: Add HPD support Add HPD support to HDMI daemon. commit 25f7beb6a82aff11f0cc2ed9850e40278820c32c Author: Omprakash Dhyade <odhyade@codeaurora.org> Date: Tue Jun 1 16:56:22 2010 -0700 frameworks/base: Add HDMIService for 7x30 target Add HDMI deamon which communicates with HDMI driver. Add HDMI service to communicate with HDMI deamon and send intent to applications when HDMI connected and disconnected. Change-Id: I416ccb87dd356a08299c3180275aa53a4fe7e412 Conflicts: libs/surfaceflinger_client/ISurfaceComposer.cpp Typo fix Change-Id: I70e22fd74eab7b9ee2d3f33e97b8256c03cce2c1
* Add support for drawing non-GPU supported buffers.Naomi Luis2011-12-203-1/+32
| | | | | | | | | Add support for drawing buffers which are not supported by the GPU. These buffers are drawn using the overlay or C2D. During rotation, when the draw operation is performed, the GPU clears the clip region for this buffer. Change-Id: I8738dcffbfb31db330872ec2c295181b540e03fb
* SurfaceTexture: Add support for setting the buffer size.Naomi Luis2011-12-202-0/+20
| | | | | | | Add support for setting the buffer size for the SurfaceTexture buffers. Invoke libQcomUI to perform this operation. Change-Id: Ia6f46cd3023c34a05200b48fb8148638821dc03b
* SurfaceTexture: Add Qcom perform function.Naomi Luis2011-12-208-3/+125
| | | | | | | | | Add a perform function that performs Qcom specific operations. The client invokes the ANativeWindow's perform operation with the Qcom specific operation and the arguments. The SurfaceTexture server performs the required operation. Change-Id: Id96ac8e2402c201c539e298b81774076f4e298fb
* Revert "HardwareRenderer: Make sure preserve_buffer Swap is set properly"Wei Zou2011-12-201-8/+0
| | | | This reverts commit c64375178c8ff2d4647b2cb491f7d77d64ab05e5.
* frameworks/base: support for QCOM tiled renderingRajulu Ponnada2011-12-208-3/+79
| | | | | | | Support for tiled rendering, disabled by default, can be enabled with debug.enabletr property. Change-Id: I2bd94aa3480f62c6f4089d722e318481013495fd
* surfaceflinger: Send the alpha value to HWCJeykumar Sankaran2011-12-204-2/+30
| | | | | | | | | C2D composition can handle fade cases. Don't skip layers in fade case if C2D composition is used. Send the alpha value of the layer to the HWC Change-Id: I2751bcb175679b063617102cecda874bc94ad5cf CRs-fixed: 288257
* opengl/libs/EGL: Bring back eglRenderBufferANDROID extentionArne Coucheron2011-12-206-0/+90
| | | | | | | | | | This change brings back the eglGetRenderBufferANDROID extension Define EGL_EGLEXT_PROTOTYPES in order to be able to use this extension. Revert "cleanup EGL a bit. remove unused extension." This reverts commit 9d75f1341524910b00d35dd4eeb426d7e7791f6e. Change-Id: I8b3805157cb1f72af507bc823d16910b738cec4c
* libgui: Add workaround for older Tegra2 devicesSteve Kondik2011-12-171-0/+2
| | | | | | | * Commit e2fa30cba0c3412d07214dec346bb21a562d3461 breaks some older graphics drivers. Add a board flag to work around it. Change-Id: If5abfd25da3fc184df64204b3f481f631978f51b
* AudioPackage5 contains duplicated bad-case filenamesTanguy Pruvot2011-12-171-1/+2
|
* SurfaceTexture: dequeueBuffer hack for older EGL blobsRicardo Cerqueira2011-12-171-0/+26
| | | | | | | | | | If MISSING_GRALLOC_BUFFERS is defined (i.e., we're already hacking around the lack of native buffers), allow retrying buffer dequeues when the operation returns an error. Based on work by "rapmv78" at xda-developers (http://forum.xda-developers.com/showpost.php?p=20342919&postcount=1) Change-Id: I2b672aabc8b2bf7b76d11c9a8e4bd65f0b4a40cf
* Merge branch 'ics-mr1' of ↵Steve Kondik2011-12-161816-14829/+107895
|\ | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into aosp Conflicts: core/res/res/values/strings.xml policy/src/com/android/internal/policy/impl/GlobalActions.java services/java/com/android/server/WifiService.java services/sensorservice/SensorDevice.cpp telephony/java/com/android/internal/telephony/RIL.java Change-Id: I89ec56d5ff282a2eb879ca40fb6d74ebcf752837
| * Doc change: edits to ICS MR1 API Overview.Dirk Dougherty2011-12-162-8/+7
| | | | | | | | Change-Id: Idb18e3085b3dd54c9a39e74c37428c3d5b28aa83
| * Merge "docs: Release Notes v2 for Android 4.0.3, ADT 16.0.1, Support lib ↵Joe Fernandez2011-12-152-62/+72
| |\ | | | | | | | | | r5-r6" into ics-mr1
| | * docs: Release Notes v2 for Android 4.0.3, ADT 16.0.1, Support lib r5-r6Joe Fernandez2011-12-152-62/+72
| | | | | | | | | | | | Change-Id: I628cd076cd37f6252837de276c4b7a9040c37bc1
| * | am 48e0617b: Fixed Android U Enterprise lesson pre-requisites and a minor typo.Fred Chung2011-12-152-4/+2
| |\ \ | | |/ | |/| | | | | | | * commit '48e0617b9e7d06da803c572d6584d68898733d37': Fixed Android U Enterprise lesson pre-requisites and a minor typo.
| | * Fixed Android U Enterprise lesson pre-requisites and a minor typo.Fred Chung2011-12-152-4/+2
| | | | | | | | | | | | Change-Id: Ide393a0957f3e797f14d7c349c35337849b15f02
| * | Merge "docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6" ↵Scott Main2011-12-154-29/+131
| |\ \ | | | | | | | | | | | | into ics-mr1
| | * | docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6Joe Fernandez2011-12-154-29/+131
| | | | | | | | | | | | | | | | Change-Id: Ia8e14c1ab4dad7c51677e759d10891bd75cbe7b1
| * | | docs: update homepage for 4.0.3 announcmentScott Main2011-12-151-8/+8
| | | | | | | | | | | | | | | | Change-Id: I54d1d447ac224982f4483afede2087ce18937ed0
| * | | am 98af5edc: docs: fix encoding issue or whatever with docs (not showing titles)Scott Main2011-12-154-4/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit '98af5edc70b0b418366f5197b9aeef30f135d40e': docs: fix encoding issue or whatever with docs (not showing titles)
| | * | docs: fix encoding issue or whatever with docs (not showing titles)Scott Main2011-12-154-4/+4
| | | | | | | | | | | | | | | | Change-Id: Iac9afc3aa36e86d2f8defc8a7252864c23ecc23b
| * | | am d9bc2d21: Merge "docs: add remembering users class to nav" into ics-mr0Scott Main2011-12-151-0/+19
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'd9bc2d21c55e58f83e4209749cc51f0da9869b54': docs: add remembering users class to nav
| | * | Merge "docs: add remembering users class to nav" into ics-mr0Scott Main2011-12-151-0/+19
| | |\ \
| | | * | docs: add remembering users class to navScott Main2011-12-151-0/+19
| | | | | | | | | | | | | | | | | | | | Change-Id: Iedfd5c6580dd2d23df1eaf4da6cf43d77b5866f8
| * | | | am 5dac1976: Merge "Doc merge from master:Training class on Identifying and ↵Scott Main2011-12-155-31/+31
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Authenticating Users." into ics-mr0 * commit '5dac1976198e5fa553749cd145c7484f3ff45c6b': Doc merge from master:Training class on Identifying and Authenticating Users.
| | * | | Merge "Doc merge from master:Training class on Identifying and ↵Scott Main2011-12-155-31/+31
| | |\ \ \ | | | |/ / | | |/| | | | | | | Authenticating Users." into ics-mr0
| | | * | Doc merge from master:Training class on Identifying and Authenticating Users.Dirk Dougherty2011-12-155-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/html/training/id-auth/authenticate.jd docs/html/training/id-auth/custom_auth.jd docs/html/training/id-auth/identify.jd docs/html/training/id-auth/index.jd Change-Id: I73174b2cb923ec5d28b551f27d0512d427616c69
| * | | | am abfcbd16: docs: typo in training orientationScott Main2011-12-151-5/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'abfcbd162ff0f3baf45436614a1ea7ce6c032df1': docs: typo in training orientation
| | * | | docs: typo in training orientationScott Main2011-12-151-5/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I9535713d7784146e96df5b347f2be38628ce7d2c
| * | | | am 408f94b1: Merge "docs: Minor bugfix to Android U navigation design class" ↵Roman Nurik2011-12-151-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr0 * commit '408f94b1478c62f953faf29b02c3af5d8d3c5e05': docs: Minor bugfix to Android U navigation design class
| | * | | Merge "docs: Minor bugfix to Android U navigation design class" into ics-mr0Roman Nurik2011-12-151-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | docs: Minor bugfix to Android U navigation design classRoman Nurik2011-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Icedd7edc33b864d1464797a78a5bb878b84f937f
| * | | | Merge "SurfaceMediaSource: use the HW_TEXTURE usage bit" into ics-mr1Dave Burke2011-12-151-1/+3
| |\ \ \ \
| | * | | | SurfaceMediaSource: use the HW_TEXTURE usage bitJamie Gennis2011-12-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes SurfaceMediaSource request Gralloc buffers with the HW_TEXTURE usage bit rather than the VIDEO_ENCODER bit. It is a temporary workaround for what is likely a Gralloc bug. Bug: 5771063 Change-Id: I9cce615e80fc14a1644fae27ba06970c262dd179
| * | | | | am 6fbddffc: Merge "Minor tweaks to Sharing class, updated some typos, ↵Scott Main2011-12-155-10/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | wording and a screenshot." into ics-mr0 * commit '6fbddffc83312b825e888fcdb8b6e52dade05b3e': Minor tweaks to Sharing class, updated some typos, wording and a screenshot.
| | * | | | Merge "Minor tweaks to Sharing class, updated some typos, wording and a ↵Scott Main2011-12-155-10/+10
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | screenshot." into ics-mr0
| | | * | | | Minor tweaks to Sharing class, updated some typos, wording and a screenshot.Adam Koch2011-12-155-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If456e812e8627d2cc361e1ad0d42439cbd53d43c