diff options
| author | Sudeep Yedalapure <sudeepy@codeaurora.org> | 2017-06-11 12:00:03 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-06-20 13:59:53 +0000 |
| commit | 8c500a6e0e8bdfef9482fd9d2fab24495c19cd0a (patch) | |
| tree | 1cf7d074dd87eb2636771319b24ec47273cc57cd | |
| parent | 9f4537666a8a90b5216e3b194ace40727fcf9098 (diff) | |
shamrock: Change the GLES version string to 3.2
We support GLES version 3.2. Change the system property to reflect that so apps can query and potentially use the 3.2 APIs.
| -rw-r--r-- | system.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 63c40a1..508158e 100644 --- a/system.prop +++ b/system.prop @@ -79,7 +79,7 @@ dev.pm.dyn_samplingrate=1 persist.demo.hdmirotationlock=false persist.hwc.mdpcomp.enable=true persist.hwc.downscale_threshold=1.15 -ro.opengles.version=196609 +ro.opengles.version=196610 ro.sf.lcd_density=420 # Graphics |
