• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/wallpapers/Basic


Commit MetaInfo

Revisiona8c1cc05816d3380aab2858101180200d4a9ac54 (tree)
Time2009-08-26 03:45:22
AuthorJason Sams <rjsams@andr...>
CommiterJason Sams

Log Message

Update to not request a depth buffer.

Change Summary

Incremental Difference

--- a/src/com/android/wallpaper/grass/GrassWallpaper.java
+++ b/src/com/android/wallpaper/grass/GrassWallpaper.java
@@ -78,7 +78,7 @@ public class GrassWallpaper extends WallpaperService {
7878 while (surface == null) {
7979 surface = holder.getSurface();
8080 }
81- mRs = new RenderScript(surface);
81+ mRs = new RenderScript(surface, false);
8282 }
8383
8484 @Override