1. 27d1160 Merge "Adding ability to load cubemaps from individual faces." into honeycomb by Alex Sakhartchouk · 15 years ago
  2. 78dd1ef Merge "Clean up RS math headers." into honeycomb by Stephen Hines · 15 years ago
  3. 35f2454 Disable the region compositing pipeline for layers. by Romain Guy · 15 years ago
  4. a9d0711 Don't break the build! by Romain Guy · 15 years ago
  5. 6c319ca Better backend for hardware layers. by Romain Guy · 15 years ago
  6. 682c4a8 Clean up RS math headers. by Stephen Hines · 15 years ago
  7. 3222828 Solve translucency issue when drawing paths. by Romain Guy · 15 years ago
  8. dcc2319 Adding ability to load cubemaps from individual faces. by Alex Sakhartchouk · 15 years ago
  9. 7230a74 Composite layers as regions. by Romain Guy · 15 years ago
  10. a07105b Better logging of out of memory errors in OpenGLRenderer. by Romain Guy · 15 years ago
  11. fe852e2 Updating cubemap loading code. by Alex Sakhartchouk · 15 years ago
  12. d94988b Merge "Split time functions into rs_time.rsh header." into honeycomb by Stephen Hines · 15 years ago
  13. fbab3b6 Merge "Fix a bug in SurfaceTexture::setBufferCount." into honeycomb by Jamie Gennis · 15 years ago
  14. ffe3f1c Merge "Add method logging to the SurfaceTexture C++ class." into honeycomb by Jamie Gennis · 15 years ago
  15. c936c5c Merge "Initialize the SurfaceTexture buffer slots." into honeycomb by Jamie Gennis · 15 years ago
  16. 1ac9da6 Split time functions into rs_time.rsh header. by Stephen Hines · 15 years ago
  17. d369dc4 Fix a bug in SurfaceTexture::setBufferCount. by Jamie Gennis · 15 years ago
  18. 7dc00d5 Add method logging to the SurfaceTexture C++ class. by Jamie Gennis · 15 years ago
  19. fd804f3 Initialize the SurfaceTexture buffer slots. by Jamie Gennis · 15 years ago
  20. 84035ff Fix cleanup race condition where objects might may not be cleaned up correctly. by Jason Sams · 15 years ago
  21. 8845fbb For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable. by Shih-wei Liao · 15 years ago
  22. 9d4024d 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) by Shih-wei Liao · 15 years ago
  23. b0253ea Additional loading methods for fonts and a3d files. Cleaned up error messages. by Alex Sakhartchouk · 15 years ago
  24. 171c592 New layers API for Views. by Romain Guy · 15 years ago
  25. de69817 Merge "Reuse of native display list objects" into honeycomb by Chet Haase · 15 years ago
  26. ff2dc46 Add camera service support for SurfaceTexture. by Jamie Gennis · 15 years ago
  27. 68e4a7a Add the SurfaceTexture C++ implementation. by Jamie Gennis · 15 years ago
  28. 0a53d5c Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 15 years ago
  29. 5977baa Reuse of native display list objects by Chet Haase · 15 years ago
  30. 325a0f9 The font cache should respect the fake bold flag. by Romain Guy · 15 years ago
  31. ac1325b Merge "Add decryption support to MountService." by Jason parks · 15 years ago
  32. 5af0b91 Add decryption support to MountService. by Jason parks · 15 years ago
  33. 49945c0 fix bug 3313505 by Jason Sams · 15 years ago
  34. 0e73cdc Camera::create should fail when it fails to connect the camera. by Wu-cheng Li · 15 years ago
  35. b4ff35d Mouse pointer integration. by Jeff Brown · 15 years ago
  36. 05d17b0 Rename bcc::BCCscript -> bcc::Script. Ideally, should do: by Shih-wei Liao · 15 years ago
  37. 69011ff Merge "Move adapter2D to a derived class from Allocation." by Jason Sams · 15 years ago
  38. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 15 years ago
  39. 8235404 Merge "Add initial support for cursor-based pointing devices." by Jeff Brown · 15 years ago
  40. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 15 years ago
  41. 827521a am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 15 years ago
  42. 6637e30 am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 15 years ago
  43. 5c68a71 Fix teardown bug found in books. by Jason Sams · 15 years ago
  44. fa93584 am c6f2b3b3: Merge "Fix policy issues when screen is off. (DO NOT MERGE)" into gingerbread by Jeff Brown · 15 years ago
  45. c5300f1 Clean-up. by Shih-wei Liao · 15 years ago
  46. eb9f7a0 Fix policy issues when screen is off. (DO NOT MERGE) by Jeff Brown · 15 years ago
  47. b803c04 Fix for writing empty strings to Parcel::writeString8() by Pravat Dalbehera · 15 years ago
  48. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 15 years ago
  49. 96abab2 Merge "Ensure bitmaps aren't freed while referenced from a display list" by Patrick Dubroy · 15 years ago
  50. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 15 years ago
  51. e688213 Merge "Clean up Allocation buffer object api." by Jason Sams · 15 years ago
  52. 490db31 am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread by Simon Wilson · 15 years ago
  53. d195240 Clean up Allocation buffer object api. by Jason Sams · 15 years ago
  54. eeca435 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 15 years ago
  55. e27cdee API reaview cleanup by Alex Sakhartchouk · 15 years ago
  56. 667fb84 Whenever LoadBinary fails, recompile. Fixing the multi-instance bug. by Shih-wei Liao · 15 years ago
  57. b146b12 Fix text shadow rendering issue. by Romain Guy · 15 years ago
  58. f9954c7 fix [3127755] Launcher is missing anti-aliasing by Mathias Agopian · 15 years ago
  59. 0857196 Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 15 years ago
  60. 1eb9f16 Merge "Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers." by Jason Sams · 15 years ago
  61. 6d8eb26 Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 15 years ago
  62. 8d0d478 Cleanup OpenGLRenderer::drawLines() by Romain Guy · 15 years ago
  63. 982b71b Merge "Allocate bitmap backing buffers in the Java heap." by Patrick Dubroy · 15 years ago
  64. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 15 years ago
  65. a9c9b53 Merge "Continue cleanup refactoring in OpenGLRenderer." by Romain Guy · 15 years ago
  66. 8656819 Continue cleanup refactoring in OpenGLRenderer. by Romain Guy · 15 years ago
  67. 52e6ada Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so." by Mathias Agopian · 15 years ago
  68. aa0e56f Merge "dump callstack on Surface use error" by Mathias Agopian · 15 years ago
  69. fc29088e Merge "Add support for non-malloc backed textures." by Jason Sams · 15 years ago
  70. fa7952d Colors are in the [0..1] range, not [0..255] by Romain Guy · 15 years ago
  71. 89f4ec6 Merge "Colors are in the [0..1] range, not [0..255]" by Romain Guy · 15 years ago
  72. b36ba1d Merge "OpenGLRenderer would not render colors < ALPHA_THRESHOLD Bug #3282805" by Romain Guy · 15 years ago
  73. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 15 years ago
  74. 5536841 OpenGLRenderer would not render colors < ALPHA_THRESHOLD Bug #3282805 by Romain Guy · 15 years ago
  75. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 15 years ago
  76. f2e69a9 Merge "More API updates." by Jason Sams · 15 years ago
  77. 029feb9 Merge "Refactor OpenGLRenderer to simplify OpenGL drawing code." by Romain Guy · 15 years ago
  78. 70ca14e Refactor OpenGLRenderer to simplify OpenGL drawing code. by Romain Guy · 15 years ago
  79. 5e0035a Add support for non-malloc backed textures. by Jason Sams · 15 years ago
  80. 06f9ebf minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. by Mathias Agopian · 15 years ago
  81. d4b23b5 More API updates. by Jason Sams · 15 years ago
  82. 6b5222d Perf test by Alex Sakhartchouk · 15 years ago
  83. 3ccc75f Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 15 years ago
  84. 4859f52 Add multitouch support to physics test. by Jason Sams · 15 years ago
  85. 0cfb45a4 Merge "[3258939] Need snapshot to limit which layers are included" by Mathias Agopian · 15 years ago
  86. 3dd25a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 15 years ago
  87. 54ca458 Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 15 years ago
  88. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 15 years ago
  89. f7d63cf dump callstack on Surface use error by Mathias Agopian · 15 years ago
  90. cfcea7a Remove vector array test from RSTest. by Stephen Hines · 15 years ago
  91. e8a8db1 Merge "Ignore empty layers." by Romain Guy · 15 years ago
  92. 32963c3 Ignore empty layers. by Romain Guy · 15 years ago
  93. a06cdd5 Merge "Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858" by Romain Guy · 15 years ago
  94. 25dc3a7 Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858 by Romain Guy · 15 years ago
  95. 6f7f877 Merge "Fix race condition in fallback key processing." by Jeff Brown · 15 years ago
  96. 00045a7 Fix race condition in fallback key processing. by Jeff Brown · 15 years ago
  97. af636eb Don't set the invisible flag when saving an empty layer. Bug #3270371 by Romain Guy · 15 years ago
  98. 3eb3106 Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread." by Jason Sams · 15 years ago
  99. 546f01b Fix a severe cleanup bug where teardown of the GL by Jason Sams · 15 years ago
  100. 5c1619f Fix build by Jason Sams · 15 years ago