1. dd386cc SurfaceTexture: disable a failing test. by Jamie Gennis · 14 years ago
  2. 44e9e0d SurfaceTexture: fix an error check in dequeueBuffer. by Jamie Gennis · 14 years ago
  3. a218715 SurfaceTexture: clean up some comments, tests, etc. by Jamie Gennis · 14 years ago
  4. 8e4ee2d Merge "Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default" by Mathias Agopian · 14 years ago
  5. 9162bca Merge "Enable large font rendering with GPU acceleration" by Chet Haase · 14 years ago
  6. 161e67f resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 14 years ago
  7. ba3cf46 Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default by Mathias Agopian · 14 years ago
  8. 16fa5aa Merge "RefBase subclasses can now decide how they want to be destroyed." by Mathias Agopian · 14 years ago
  9. 6db8c50 RefBase subclasses can now decide how they want to be destroyed. by Mathias Agopian · 14 years ago
  10. 06a8cea am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  11. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  12. 44984ea Enable large font rendering with GPU acceleration by Chet Haase · 14 years ago
  13. d9d37cc Move context and device creation out of the spec file. by Jason Sams · 14 years ago
  14. 60108e6 Merge "Preparing libRS for for compilation on host." by Alex Sakhartchouk · 14 years ago
  15. 4235e03 Merge "Disable error report temporarily to enable inline video" by Mathias Agopian · 14 years ago
  16. bca2d5b Disable error report temporarily to enable inline video by Teng-Hui Zhu · 14 years ago
  17. 706804e Merge "Add auto-white balance locking to the Camera API." by Eino-Ville Talvala · 14 years ago
  18. 6c72eec Preparing libRS for for compilation on host. by Alex Sakhartchouk · 14 years ago
  19. 51c07e7 Merge "Moves fbo support in renderscript behind the hal" by Alex Sakhartchouk · 14 years ago
  20. 3badb0d Merge "Core to client fifo on sockets." by Jason Sams · 14 years ago
  21. edbfabd Core to client fifo on sockets. by Jason Sams · 14 years ago
  22. d9c2601a Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 14 years ago
  23. d39d1af Updates resulting from the Skia merge (revision 1327) by Derek Sollenberger · 14 years ago
  24. 42d7c9c Merge "Full backup tweaks" by Christopher Tate · 14 years ago
  25. dc92c82 Full backup tweaks by Christopher Tate · 14 years ago
  26. 2f6964f Moves fbo support in renderscript behind the hal by Alex Sakhartchouk · 14 years ago
  27. 65f47d8 Merge "Add initial API for stylus and mouse buttons." by Jeff Brown · 14 years ago
  28. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 14 years ago
  29. 2e4a323 am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen width/height in "dp" configs." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  30. 9dec462 Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache" by Fabrice Di Meglio · 14 years ago
  31. 2ea75880 Prepare OpenGLRenderer to use glyphs from TextLayoutCache by Fabrice Di Meglio · 14 years ago
  32. d4a010d Merge "Cleanup mesh creation." by Alex Sakhartchouk · 14 years ago
  33. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 14 years ago
  34. 83a7cdc5 Use pax extended tar format to support long filenames etc. by Christopher Tate · 14 years ago
  35. 674b595 Merge "Antialiasing for rectangles" by Chet Haase · 14 years ago
  36. 858aa93 Antialiasing for rectangles by Chet Haase · 14 years ago
  37. 25999a0 Cleanup mesh creation. by Alex Sakhartchouk · 14 years ago
  38. 415c842 Merge "rsLib cleanup" by Alex Sakhartchouk · 14 years ago
  39. e845c35 fix onFrameAvailable by Mathias Agopian · 14 years ago
  40. 7f3289c Add SurfaceTexture logging by Mathias Agopian · 14 years ago
  41. 402ff24 Implement {Surface|SurfaceTextureClient}::setSwapInterval() by Mathias Agopian · 14 years ago
  42. a6b717b new tests for SurfaceTexture synchronous mode by Mathias Agopian · 14 years ago
  43. 5bbb1cf Add the concept of synchronous dequeueBuffer in SurfaceTexture by Mathias Agopian · 14 years ago
  44. ed3894c unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  45. 0297dca Fix a bug where setgeometry couldn't be undone by Mathias Agopian · 14 years ago
  46. 5911f95 am 041aa34e: am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors." by Conley Owens · 14 years ago
  47. a0f5bb1 Merge "Full local backup infrastructure" by Christopher Tate · 14 years ago
  48. 4a627c7 Full local backup infrastructure by Christopher Tate · 14 years ago
  49. ed0fd52 Merge "Add code for generating fifo command packing." by Jason Sams · 14 years ago
  50. 041aa34 am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors." by Conley Owens · 14 years ago
  51. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 14 years ago
  52. 05be6d6 am 4907d1d5: am 0c6cbf41: Merge "Better compat mode part one: start scaling windows." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  53. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 14 years ago
  54. 407cae9 rsLib cleanup by Alex Sakhartchouk · 14 years ago
  55. 7a22e10 Add code for generating fifo command packing. by Jason Sams · 14 years ago
  56. c54ed96 Minor javadoc enhancements by Chet Haase · 14 years ago
  57. 3825fef Merge "Fix for scaled AA lines" by Chet Haase · 14 years ago
  58. 99ecdc4 Fix for scaled AA lines by Chet Haase · 14 years ago
  59. 4385054 Moving samplers behind the hal. by Alex Sakhartchouk · 14 years ago
  60. 19c5c7a Merge "Code Cleanup and better Sampler creation method" by Alex Sakhartchouk · 14 years ago
  61. ed30fd8 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 14 years ago
  62. 2b91c67 Add missing clean-up of idmap file descriptors. by Mårten Kongstad · 14 years ago
  63. a17de9b Revert "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 14 years ago
  64. a89094a Code Cleanup and better Sampler creation method by Alex Sakhartchouk · 14 years ago
  65. 42a3a39 Merge "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 14 years ago
  66. b2a4b52 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 14 years ago
  67. 2698536 Fix error checks on compute context creation. by Jason Sams · 14 years ago
  68. b2a153a frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  69. 4d7c1ce frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 14 years ago
  70. 629b565 Merge "Try fixing auto data inlining again." by Jason Sams · 14 years ago
  71. 3723396 Merge "Add an auto-exposure lock feature to the Camera API." by Eino-Ville Talvala · 14 years ago
  72. df0a7fb Merge "Allows to render with an OpenGL context inside a TextureView." by Romain Guy · 14 years ago
  73. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 14 years ago
  74. b96e951 Try fixing auto data inlining again. by Jason Sams · 14 years ago
  75. 7c212b2 Merge "Line endcaps for AA lines are now antialiased." by Chet Haase · 14 years ago
  76. 99585ad Line endcaps for AA lines are now antialiased. by Chet Haase · 14 years ago
  77. d224c64 Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering" by Alex Sakhartchouk · 14 years ago
  78. 0be97d8 Temporarly disable auto-inbanding. by Jason Sams · 14 years ago
  79. 3773eef Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 14 years ago
  80. 4a36b45 Moving renderscript GL code into the HAL by Alex Sakhartchouk · 14 years ago
  81. eccf6c6 Fix bug 4355588 by Jason Sams · 14 years ago
  82. 3ea208a Merge "Pipe rsa function though the RS api table." by Jason Sams · 14 years ago
  83. 7da9ff5 Merge "Fix fifo size check code." by Jason Sams · 14 years ago
  84. c1f52d3 Fix fifo size check code. by Jason Sams · 14 years ago
  85. 8ebf355 Merge "Implement support for ALT and SHIFT modifiers" by Conley Owens · 14 years ago
  86. 1ecd0a9 Merge "modify the device to enable to get the state as slide-open/slide-close." by Conley Owens · 14 years ago
  87. ad44445 Merge "New widget: TextureView Bug #4343984" by Romain Guy · 14 years ago
  88. aa6c24c New widget: TextureView Bug #4343984 by Romain Guy · 14 years ago
  89. c576537 Pipe rsa function though the RS api table. by Jason Sams · 14 years ago
  90. ca2773b Merge "libgui: enable tests in the 'tests' build." by Jamie Gennis · 14 years ago
  91. 332d66d Merge "Start implementing control side forEach." by Jason Sams · 14 years ago
  92. 431d5cf Merge "Fix uninitialized variable in SurfaceTexture" by Mathias Agopian · 14 years ago
  93. 926340c Fix uninitialized variable in SurfaceTexture by Mathias Agopian · 14 years ago
  94. 5ac02e7 am 697f8b33: am 00df8e23: Merge "Check setName() for null string + fix rsRand()." into honeycomb-mr1 by Stephen Hines · 14 years ago
  95. a08526a Start implementing control side forEach. by Jason Sams · 14 years ago
  96. 75e3ef0 Merge "Fix various hw-accelerated line/point bugs" by Chet Haase · 14 years ago
  97. 2ef1ce4 Merge "Correctly compute tex coords for rect layers. Bug #4192695" by Romain Guy · 14 years ago
  98. 8a5cc92 Fix various hw-accelerated line/point bugs by Chet Haase · 14 years ago
  99. 9fc2781 Correctly compute tex coords for rect layers. Bug #4192695 by Romain Guy · 14 years ago
  100. 4658d77 Check setName() for null string + fix rsRand(). by Alex Sakhartchouk · 14 years ago