1. 95ab69f Merge "Code cleanup to make formatting consistent across all the renderscript files." by Alex Sakhartchouk · 14 years ago
  2. bb69143 Merge "Move all debug flags in a single place." by Romain Guy · 14 years ago
  3. c15008e Move all debug flags in a single place. by Romain Guy · 14 years ago
  4. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  5. eaf6bd1 Merge "Continue error check improvements and write some docs." by Jason Sams · 14 years ago
  6. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  7. f70a7e3 Fix possible crash when texture is NULL in the drop shadow cache. by Romain Guy · 14 years ago
  8. 9e10841 Correctly remove unused paths from the cache. by Romain Guy · 14 years ago
  9. 2b425d3 Merge "Fix fountain bug with more than 10 touches reported." by Jason Sams · 14 years ago
  10. 641b062 Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  11. 0d20083 Fix GL rendering of translucent surfaces by Chet Haase · 14 years ago
  12. 1c41517 Handle user message ID 0 by Jason Sams · 14 years ago
  13. 3fe599c Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 14 years ago
  14. 9d71e21 Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  15. d8acf9b Merge "Support nested display lists." by Romain Guy · 14 years ago
  16. 1a542c7 The CHEEK_TOUCH stuff never worked. Remove it. by Joe Onorato · 14 years ago
  17. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  18. 0fe478e Support nested display lists. by Romain Guy · 14 years ago
  19. cce1d2a Merge "Add vector array test to RSTest." by Stephen Hines · 14 years ago
  20. 5fe11d2 Add vector array test to RSTest. by Stephen Hines · 14 years ago
  21. 51e7fe7 Rename the locked meta key constants for clarity. by Jeff Brown · 14 years ago
  22. 7f78b0c Lines would not set the scissor before drawing. by Romain Guy · 14 years ago
  23. 8ad4b47 Merge "Fix possible rendering issue when drawing a path." by Romain Guy · 14 years ago
  24. 1041ade Fix possible rendering issue when drawing a path. by Romain Guy · 14 years ago
  25. 6b81399 Merge "Update ScriptC constructor to remove depricated param." by Jason Sams · 14 years ago
  26. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  27. 617d74a Merge "Fix rendering bug with saveLayerAlpha/drawColor." by Romain Guy · 14 years ago
  28. e45362c Fix rendering bug with saveLayerAlpha/drawColor. by Romain Guy · 14 years ago
  29. 9195f75 Merge "Fix rendering issue with layers." by Romain Guy · 14 years ago
  30. 5ec9924 Fix rendering issue with layers. by Romain Guy · 14 years ago
  31. 5dc336e Merge "RS Error cleanup. Thow java exception during init if the GL driver fails rather than native crash." by Jason Sams · 14 years ago
  32. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  33. e46a0a4 Fix a key repeating bug. by Jeff Brown · 14 years ago
  34. 5ffcd08 Merge "Add plumbing for volume mute key." by Jeff Brown · 14 years ago
  35. b0418da Add plumbing for volume mute key. by Jeff Brown · 14 years ago
  36. 98444a9 Merge "Optimize FBO drawing with regions. This optimization is currently disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file." by Romain Guy · 14 years ago
  37. 5b3b352 Optimize FBO drawing with regions. by Romain Guy · 14 years ago
  38. 611f567 Merge "New RS types test for checking compilation." by Stephen Hines · 14 years ago
  39. ce13d94 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  40. 5c4cf8c Fix default return code for getResource by Kenny Root · 14 years ago
  41. c4b5bf3 am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  42. 7ab5d2d am a87ea46c: Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  43. a87ea46 Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  44. fe17625 Merge "Fix policy issues when screen is off." by Jeff Brown · 14 years ago
  45. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  46. 8f0adba Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  47. ab3ff25 Remove excessive logging. by Jason Sams · 14 years ago
  48. 0303473 Merge "Add path to get different DPI drawables" by Kenny Root · 14 years ago
  49. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  50. 5585e36 Balls test app. by Jason Sams · 14 years ago
  51. 858b93c Merge "Fix 3140348: Signature was wrong for atan2() in RS." by Jim Miller · 14 years ago
  52. 420a5fb Fix 3140348: Signature was wrong for atan2() in RS. by Jim Miller · 14 years ago
  53. de33dd7 Merge "Adding nvidia extension for limited npot support. Updating a3d loading to be async." by Alex Sakhartchouk · 14 years ago
  54. 88e7b31 resolved conflicts for merge of df3cccf3 to master by Jeff Brown · 14 years ago
  55. df3cccf am 120a4594: Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  56. 120a459 Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  57. 581cc64 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  58. fd7b62d Merge "convert one of the LOGE to LOG_WINDOW msg to reduce grief" by Vasu Nori · 14 years ago
  59. e6544e4 convert one of the LOGE to LOG_WINDOW msg to reduce grief by Vasu Nori · 14 years ago
  60. f887594 Merge "Remove unnecessary GL calls." by Romain Guy · 14 years ago
  61. 746b740 Remove unnecessary GL calls. by Romain Guy · 14 years ago
  62. 64eb351 Merge "Begin adding async allocation creation." by Jason Sams · 14 years ago
  63. 31a7e42 Begin adding async allocation creation. by Jason Sams · 14 years ago
  64. 9440083 Merge "Optimizing ColorFilter in display lists" by Chet Haase · 14 years ago
  65. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  66. 32b1dd2 am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread by Mathias Agopian · 14 years ago
  67. 85c5ca0 am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread by Mathias Agopian · 14 years ago
  68. dcaff67 Merge "DisplayList optimizations and fixes." by Chet Haase · 14 years ago
  69. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  70. 3f87246 Merge "Tweak log messages a bit." by Jeff Brown · 14 years ago
  71. 9bca479 Small cleanup. by Romain Guy · 14 years ago
  72. 3e3ba15 Don't change texture unit when not needed. by Romain Guy · 14 years ago
  73. 8164c2d Don't change textures wrap modes on every draw. by Romain Guy · 14 years ago
  74. 76860e3 Tweak log messages a bit. by Jeff Brown · 14 years ago
  75. b9737a1 Updade Surface (ANativeWindow) format based on its buffers format by Mathias Agopian · 14 years ago
  76. 7631cbb Add test stubs for newly added methods. by Jeff Brown · 14 years ago
  77. 3ae4ac8 am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 14 years ago
  78. 2ef3676 am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 14 years ago
  79. 715a89e Merge "Fix Caches singleton to avoid resource leaks" by Chet Haase · 14 years ago
  80. dd78cca Fix Caches singleton to avoid resource leaks by Chet Haase · 14 years ago
  81. 9c937f3 Merge "Fix rendering issue with layers." by Romain Guy · 14 years ago
  82. 0175e01 Enable optimized bitcode that is also jitted faster. by Shih-wei Liao · 14 years ago
  83. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 14 years ago
  84. ae88e5e Fix rendering issue with layers. by Romain Guy · 14 years ago
  85. 58ae6db Don't use two different variables to refer to mSnapshot. by Romain Guy · 14 years ago
  86. b0be86e Merge "Don't perform glCopyTextImage with coordinates outside the buffer." by Romain Guy · 14 years ago
  87. ae51759 Don't perform glCopyTextImage with coordinates outside the buffer. by Romain Guy · 14 years ago
  88. da36c84 am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  89. 7ba8c44 am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  90. 8ad30b5 Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread by Kenny Root · 14 years ago
  91. b38d534 Fix refcounting bugs where the sys refcount by Jason Sams · 14 years ago
  92. 470ce09 am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  93. d7cd560 am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  94. 1d79a9d Use correct size of GAMEPAD_KEYCODES by Kenny Root · 14 years ago
  95. 0b22423 Initialized check in ZipFileRO::findEntryByName by Kenny Root · 14 years ago
  96. bdccfe4 Merge "Optimizing display lists by referencing pointers to resources instead of copying them" by Chet Haase · 14 years ago
  97. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  98. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  99. 4ceee5a am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  100. 73655bd Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago