commit | a4b740ed89074cda898a30eb1b029b0d3a5de1a5 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Oct 05 18:20:39 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Oct 06 17:24:26 2009 -0700 |
tree | 2c7f89741b0d58e569b1392372ac344b8023267e | |
parent | b26af23744fa73e8bc142b1eb98772fde5970c10 [diff] [blame] |
fix [2168528] enable glTexImage2D code path in SF for software-only buffers
diff --git a/libs/surfaceflinger/DisplayHardware/DisplayHardware.h b/libs/surfaceflinger/DisplayHardware/DisplayHardware.h index cb688b7..6914d0c 100644 --- a/libs/surfaceflinger/DisplayHardware/DisplayHardware.h +++ b/libs/surfaceflinger/DisplayHardware/DisplayHardware.h
@@ -51,6 +51,7 @@ PARTIAL_UPDATES = 0x00020000, // video driver feature SLOW_CONFIG = 0x00040000, // software SWAP_RECTANGLE = 0x00080000, + CACHED_BUFFERS = 0x00100000 }; DisplayHardware(