-
Notifications
You must be signed in to change notification settings - Fork 707
Comparing changes
Open a pull request
base repository: CyanogenMod/android_frameworks_native
base: jellybean
head repository: Bin4ry/android_frameworks_native
compare: jellybean
- 14 commits
- 14 files changed
- 1 contributor
Commits on Aug 18, 2012
-
graphics: Add directives for compatibility with older EGL blobs (1/2)
- Define MISSING_EGL_EXTERNAL_IMAGE for EGL libraries without GL_OES_GLES_image_external - Define MISSING_GRALLOC_BUFFERS for gralloc HALS without the 0x800 (USAGE_HW_COMPOSER) usage - Define MISSING_EGL_PIXEL_FORMAT_YV12 for libraries who don't recognize the Android YV12 colorspace - Define FORCE_EGL_CONFIG=<value> for blobs which mis-identify the usable EGL configuration (pick the value from a CM7 log) A typical GB library set will need COMMON_GLOBAL_CFLAGS += -DMISSING_EGL_EXTERNAL_IMAGE -DMISSING_EGL_PIXEL_FORMAT_YV12 -DMISSING_GRALLOC_BUFFERS Original Patch by Ricardo Cerqueira <github@cerqueira.org>. Ported over to JB by vork <boss.benedikt@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ca2032 - Browse repository at this point
Copy the full SHA 5ca2032View commit details -
libgui: Add workaround for older Tegra2 devices
* Commit e2fa30c breaks some older graphics drivers. Add a board flag to work around it. Original for ics by Steve Kondik <shade@chemlab.org> Ported to JB by vork <boss.benedikt@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for 041e9b3 - Browse repository at this point
Copy the full SHA 041e9b3View commit details
Commits on Aug 19, 2012
-
Create a additional stub for the cam.
This fixes: E/HAL ( 1015): Cannot load library: link_image[1916]: 1015 could not load needed library 'libcamera.so' for 'camera.tegra.so' (reloc_library[1331]: 1015 cannot locate '_ZN7android7Overlay13dequeueBufferEPPv'...
Configuration menu - View commit details
-
Copy full SHA for 38da7d0 - Browse repository at this point
Copy the full SHA 38da7d0View commit details -
libgui: Allow a device to force asynchronous composition
Part of the "hack all the things" series for devices with old EGL blobs, do async mode when the requested usage includes HW_RENDERER, to avoid timing issues and stuck buffers. Enable with the EGL_ALWAYS_ASYNC flag. Original patch by Ricardo Cerqueria
Configuration menu - View commit details
-
Copy full SHA for a7a22a7 - Browse repository at this point
Copy the full SHA a7a22a7View commit details -
SurfaceTexture: dequeueBuffer hack for older EGL blobs
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) Original patch by Ricardo Cerqueira
Configuration menu - View commit details
-
Copy full SHA for 70d7290 - Browse repository at this point
Copy the full SHA 70d7290View commit details
Commits on Aug 20, 2012
-
surfaceflinger: Add support for LGE's HDMI rotation
Use BOARD_USES_LGE_ROTATION to align the HDMI output orientation with the devices's Original patch by Ricardo Cerquiera
Configuration menu - View commit details
-
Copy full SHA for d60f4f1 - Browse repository at this point
Copy the full SHA d60f4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfec1b - Browse repository at this point
Copy the full SHA 4dfec1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0ba12 - Browse repository at this point
Copy the full SHA 2a0ba12View commit details
Commits on Aug 21, 2012
-
Configuration menu - View commit details
-
Copy full SHA for cdcc788 - Browse repository at this point
Copy the full SHA cdcc788View commit details
Commits on Aug 27, 2012
-
Configuration menu - View commit details
-
Copy full SHA for df4f619 - Browse repository at this point
Copy the full SHA df4f619View commit details
Commits on Sep 1, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 8a5fdf6 - Browse repository at this point
Copy the full SHA 8a5fdf6View commit details
Commits on Sep 6, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 36f6ff0 - Browse repository at this point
Copy the full SHA 36f6ff0View commit details
Commits on Sep 12, 2012
-
Configuration menu - View commit details
-
Copy full SHA for fdad7b7 - Browse repository at this point
Copy the full SHA fdad7b7View commit details
Commits on Sep 15, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d396f91 - Browse repository at this point
Copy the full SHA d396f91View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff jellybean...jellybean