Skip to content

Commit

Permalink
hwui: Disable partial invalidations
Browse files Browse the repository at this point in the history
The property to disable usage of dirty regions has changed, adjust
to the current one to fully disable them.

Change-Id: Iabe4d57a4f6ccd99ae7cae798c7dce76a02580cd
  • Loading branch information
rmcc committed Aug 29, 2013
1 parent e79f062 commit 4bcf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -150,7 +150,7 @@ PRODUCT_COPY_FILES += \
# Graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072 \
hwui.render_dirty_regions=false \
debug.hwui.render_dirty_regions=false \
ro.bq.gpu_to_cpu_unsupported=1

PRODUCT_TAGS += dalvik.gc.type-precise
Expand Down

1 comment on commit 4bcf02a

@mechanicker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change effectively fixes the graphic glitches in i9300. Tested it with Gmail and Exchange where is was very bad. Thank you!

Please sign in to comment.