1. 1c769c3 Introduce official public NativeWindow type. by Dianne Hackborn · 14 years ago
  2. 8492a70 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  3. fcee14d Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out. by Jason Sams · 14 years ago
  4. 3ffa00d Change global variables from extern to non static. Make script local global vars static. by Jason Sams · 14 years ago
  5. 51f36ab More rsh headers for renderscript and a llvm compatible test script for fountain. by Jason Sams · 14 years ago
  6. 51ebc52 Merge "First cut of basic RS headers for ScriptC. Not nearly complete." by Jason Sams · 14 years ago
  7. 717e34a First cut of basic RS headers for ScriptC. Not nearly complete. by Jason Sams · 14 years ago
  8. a2cf755 Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received. by Jason Sams · 14 years ago
  9. 7797297 Merge "Add support for linking to a skia bitmap rather than always copying the data from the bitmap." by Jason Sams · 14 years ago
  10. 0016cea Merge "Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain." by Jason Sams · 14 years ago
  11. 35f0593 Merge "Begin implementation of generated java files from RS files." by Jason Sams · 14 years ago
  12. fa84da2 Add support for linking to a skia bitmap rather than always copying the data from the bitmap. by Jason Sams · 14 years ago
  13. 7fabe1a Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain. by Jason Sams · 14 years ago
  14. 4e17e0e Begin implementation of generated java files from RS files. by Jason Sams · 14 years ago
  15. ef21edc beging np2 extension check work. by Jason Sams · 14 years ago
  16. b91ff26 Add test pattern icon to Fountain. by Jason Sams · 14 years ago
  17. 8154954 Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one. by Jason Sams · 14 years ago
  18. a33166c Merge "Add comment block matching the type defines added by RS." by Jason Sams · 14 years ago
  19. cdb10ff Add comment block matching the type defines added by RS. by Jason Sams · 14 years ago
  20. 7c5ff24 Merge changes I128ce4b2,I5cbb940c by Mathias Agopian · 14 years ago
  21. fa40286 real fix for [2440014] launcher2 crashing in loop during boot by Mathias Agopian · 14 years ago
  22. 9b97c29 Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so"" by Mathias Agopian · 14 years ago
  23. 517206e am 79b646ff: (-s ours) am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 14 years ago
  24. 1c39808 am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 14 years ago
  25. 123d602 Revert "RenderScript should not depend on libsurfaceflinger_client.so" by Jack Palevich · 14 years ago
  26. 5166e4c DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 14 years ago
  27. 11503b2 RenderScript should not depend on libsurfaceflinger_client.so by Mathias Agopian · 14 years ago
  28. d4c25e3 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  29. 354ea3a Change default mode. by Jason Sams · 14 years ago
  30. e81ef44 Add java benchmark to imageProcessing. by Jason Sams · 14 years ago
  31. 2c2d9bd Cleanup image processing example script. by Jason Sams · 14 years ago
  32. e47c4fa Fix ImageProcessing example. by Jason Sams · 14 years ago
  33. 4820e8b Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  34. aef1458 Fix fountain and put the demos back in the optional build. by Jason Sams · 14 years ago
  35. f6c4b61 am 0af04493: am 31bfdf69: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  36. c8266ed am 31bfdf69: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  37. 3510007 reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  38. c210134 reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  39. 3eb28f0 Fix some minor bugs with GL state setup that were exposed by Droids driver. by Jason Sams · 14 years ago
  40. 3bce789 Turn the debugging back on. by Jason Sams · 14 years ago
  41. be504f2 Cleanup seperation of Legacy and user attribs. All user programs now use the new names. Legacy vertex attribs are given default names. by Jason Sams · 14 years ago
  42. cc0ad35 am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair by Joe Onorato · 15 years ago
  43. 2f6d861 Fix RS mipmap generation for 8 bit alpha textures. by Jason Sams · 15 years ago
  44. 22a7535 am 836e1666: Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair by Joe Onorato · 15 years ago
  45. d08a81a add drawSpriteScreenspaceCropped to renderscript by Joe Onorato · 15 years ago
  46. 49da3b6 Merge "Remove excessive logging, fix error in GLSL uniform generation." by Jason Sams · 15 years ago
  47. 4c9a208 Remove excessive logging, fix error in GLSL uniform generation. by Jason Sams · 15 years ago
  48. 83c992a Merge "Implement type generation for user uniforms in vertex shader." by Jason Sams · 15 years ago
  49. 0d52722 android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  50. 9ebb0c4 Implement type generation for user uniforms in vertex shader. by Jason Sams · 15 years ago
  51. 8fdf6b5 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  52. 2a13aa9 less log spew by Joe Onorato · 15 years ago
  53. 7c52898 Fix npot but where mipmap level sizes were rounding in the wrong direction. Should always be floor. by Jason Sams · 15 years ago
  54. cacee55 Change user attribs to look for empty slot rather than using them in order. Prevents conflict with numbered legacy slots. by Jason Sams · 15 years ago
  55. fdcf7db Support npot on es 2.0 HW. by Jason Sams · 15 years ago
  56. 433eca3 More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity. by Jason Sams · 15 years ago
  57. 2d4445b explicit set an "optional" tag by Jean-Baptiste Queru · 15 years ago
  58. b4d3568 Add RS support for generic attribs as input to vertex programs. by Jason Sams · 15 years ago
  59. 0c0ccb0 Disable excessive RS logging. by Jason Sams · 15 years ago
  60. d01d970 Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  61. 7dad9c3 Move texture bindings to base program object. Change ProgramFragment creation to require a texture format in 1.0 mode. by Jason Sams · 15 years ago
  62. b2a219b Fix live wallpaper many. Z coordinate was being ignored for draw quad call. by Jason Sams · 15 years ago
  63. e9ed6cc Fix emulated glColor in es2 mode. by Jason Sams · 15 years ago
  64. cd50653 Place shader logging behind prop to declutter logs. by Jason Sams · 15 years ago
  65. f2e4fa2 Continue es2 shader dev by Jason Sams · 15 years ago
  66. ac6daa2 Merge change I0011bcf5 by Android (Google) Code Review · 15 years ago
  67. 4815c0d Continue development of es2.0 user shader support for renderscript. This change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info. by Jason Sams · 15 years ago
  68. 00b45fa Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 15 years ago
  69. cf4c7c9 Implement RS tracked defered texture and buffer object uploads. by Jason Sams · 15 years ago
  70. 5613b91 am b62954b6: am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclair by Jason Sams · 15 years ago
  71. b004af9 am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclair by Jason Sams · 15 years ago
  72. a8c1f6d am 57ce0888: Merge change Id22c0137 into eclair by Jason Sams · 15 years ago
  73. ba052b9 am 57ce0888: Merge change Id22c0137 into eclair by Jason Sams · 15 years ago
  74. 2dca84d Throttle low priority RS threads by sleeping once per frame to avoid starving other apps. by Jason Sams · 15 years ago
  75. b8f0b5d am 3bac3ad2: (-s ours) am 9737dc4d: am 5c49a908: (-s ours) Merge change Ic73ec39b into eclair by Jason Sams · 15 years ago
  76. 72b144b am 9737dc4d: am 5c49a908: (-s ours) Merge change Ic73ec39b into eclair by Jason Sams · 15 years ago
  77. bdb403a am 5c49a908: (-s ours) Merge change Ic73ec39b into eclair by Jason Sams · 15 years ago
  78. 589d4c6 am 5c49a908: Merge change Ic73ec39b into eclair by Jason Sams · 15 years ago
  79. 767da3a DO NOT MERGE. Implement WAR which should prevent the white square bug from appearing on user devices. If we see a 0 texture id during bind for rendering, attempt to re-upload. If this fails log debug info and restart the app. by Jason Sams · 15 years ago
  80. f2a5d73 Beging GL2 user shaders. Switch master to using GL2 by default. by Jason Sams · 15 years ago
  81. e46d138 Fix film by Jason Sams · 15 years ago
  82. c460e55 Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly. by Jason Sams · 15 years ago
  83. e6c6078 am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  84. 7fa48a1 am 66358e24: am 9dab667e: Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  85. ee4d94a am 9dab667e: Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  86. 13e2634 Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  87. b9db990 am 9f96a37a: am 6a2500a3: am 39dbb099: Merge change I36176536 into eclair by Jason Sams · 15 years ago
  88. a4389c4 am 6a2500a3: am 39dbb099: Merge change I36176536 into eclair by Jason Sams · 15 years ago
  89. 5fd6f30 am 39dbb099: Merge change I36176536 into eclair by Jason Sams · 15 years ago
  90. 43999e7 Fix ref counting bug that could cause memory leak in allApps. by Jason Sams · 15 years ago
  91. a3b81a4 am 93f409b5: am d581b1a8: am ddac83a5: Fix extended logging for object dumping. by Jason Sams · 15 years ago
  92. 5a64b63 am d581b1a8: am ddac83a5: Fix extended logging for object dumping. by Jason Sams · 15 years ago
  93. b9a4796 am ddac83a5: Fix extended logging for object dumping. by Jason Sams · 15 years ago
  94. 25afc00 Fix extended logging for object dumping. by Jason Sams · 15 years ago
  95. 4d53cfb Merge change Id10824da by Android (Google) Code Review · 15 years ago
  96. 2ad5ec3 Fix film init by Jason Sams · 15 years ago
  97. 38ff84a Merge change I948415fd by Android (Google) Code Review · 15 years ago
  98. c86a2c1 Delete the old rollo sample which is obsolete. by Jason Sams · 15 years ago
  99. 3dd429c resolved conflicts for merge of f6309041 to master by Jason Sams · 15 years ago
  100. 9e19b58 am f56f317f: am fa0394c9: Merge change I715333b8 into eclair by Jason Sams · 15 years ago