1. 88a8c6a emulator/opengl: Fix GCC 4.8 warnings. by David 'Digit' Turner · 10 years ago
  2. 2a4aa00 emulator/opengl: Backport fixes from master branch. by David 'Digit' Turner · 10 years ago
  3. 3630e36 Merge "Fix compilation error due to missing getopt with x86_64-linux-glibc2.11-4.8" into idea133 by David Turner · 10 years ago
  4. 3d3ebb7 emulator/opengl: Fix misc. compiler warnings. by David 'Digit' Turner · 10 years ago
  5. d065592 emulator/opengl: Fix Windows EGL queryConfigs(). by David 'Digit' Turner · 10 years ago
  6. f652f50 emulator/opengl: Fix eglWaitGL implementation. by David 'Digit' Turner · 10 years ago
  7. 7bccd89 Fix compilation error due to missing getopt with x86_64-linux-glibc2.11-4.8 by Andrew Hsieh · 10 years ago
  8. 68fbb34 emulator/opengl: Fix Windows SDK build. by David 'Digit' Turner · 10 years ago
  9. 56b89bc emulator/opengl: Allow standalone build. by David 'Digit' Turner · 10 years ago
  10. 829f46f emulator/opengl: Remove libcutils/libutils/liblog by David 'Digit' Turner · 10 years ago
  11. c268796 emulator/opengl: Remove <utils/List.h> + <utils/String8.h> by David 'Digit' Turner · 10 years ago
  12. aa20016 emulator/opengl: Remove android::KeyedVector usage. by David 'Digit' Turner · 10 years ago
  13. 0863e15 emulator/opengl: Remove android::Vector<> usage. by David 'Digit' Turner · 10 years ago
  14. bfc6160 emulator/opengl: Remove <cutils/sockets.h> by David 'Digit' Turner · 10 years ago
  15. 47752bc emulator/opengl: Remove Android-specific thread_store. by David 'Digit' Turner · 10 years ago
  16. aac93f1 emulator/opengl: Remove android::Mutex. by David 'Digit' Turner · 10 years ago
  17. 32851ad emulator/opengl: Build 64-bit unit tests. by David 'Digit' Turner · 10 years ago
  18. 7693d29 emulator/opengl: Fix SmartPtr memory leak. by David 'Digit' Turner · 10 years ago
  19. bfb9f63 emulator/opengl: Remove compiler warnings by David 'Digit' Turner · 10 years ago
  20. d024ad7 emulator: Remove obsolete qtools directory. by David 'Digit' Turner · 11 years ago
  21. 7cd3fbc gtest needs -lpthread. by Elliott Hughes · 11 years ago
  22. bf5b0bc emulator/opengl: Refactor SmartPtr implementation. by David 'Digit' Turner · 11 years ago
  23. 2cab9c9 emulator/opengl: Prepare out-of-platform build with SDL. by David 'Digit' Turner · 11 years ago
  24. b81cc7b emulator/opengl: Get rid of all compiler warnings (Linux). by David 'Digit' Turner · 11 years ago
  25. 71c628f Fix idea133 build. by David 'Digit' Turner · 11 years ago
  26. b31d3de Merge "Catch NULL context and bubbling error up." by Xavier Ducrohet · 11 years ago
  27. da9160e Merge "Copy the GL2 extension string before destroying context" by Xavier Ducrohet · 11 years ago
  28. 16e5b7d Merge "EglMacApi: Make sure that some returned EGL configs have alpha == 0" by Xavier Ducrohet · 11 years ago
  29. da36d35 Delete buffer data when removing it from the SharedGroup namespace by Jesse Hall · 11 years ago
  30. 5b81755 Merge changes I0cccba67,I4cf8a19b by Xavier Ducrohet · 11 years ago
  31. 8ec69ca EglMacApi: Make sure that some returned EGL configs have alpha == 0 by Martin Storsjo · 11 years ago
  32. d7efb90 Copy the GL2 extension string before destroying context by Jesse Hall · 11 years ago
  33. 9ca0017 Catch NULL context and bubbling error up. by Stuart Scott · 11 years ago
  34. 45c24e2 Merge changes Ibc381479,I21a2430c by Xavier Ducrohet · 11 years ago
  35. bf5add6 Check the return value of eglChooseConfig by Martin Storsjo · 11 years ago
  36. 6aa81f9 ColorBuffer: Remove the y-invert Intel GPU bug workaround by Martin Storsjo · 11 years ago
  37. 5750115 EglMacApi: Use the right pbuffer texture target and format parameters by Martin Storsjo · 11 years ago
  38. 69f2fc8 Ignore empty ranges by Alessandro Pignotti · 11 years ago
  39. da87b57 Fix rangeUnion return value in the successful case by Alessandro Pignotti · 11 years ago
  40. 31694ac Merge "Fix RenderThreadInfo lifetime and cleanup" by Jesse Hall · 11 years ago
  41. 43c42cf Fix a crash which occured with some graphic libraries. by Deepanshu Gupta · 11 years ago
  42. a85d7d3 Fix RenderThreadInfo lifetime and cleanup by Jesse Hall · 11 years ago
  43. 47ea21f Prevent SocketStream to be freed twice by Petar Jovanovic · 11 years ago
  44. 2cab88d use tlsDestruct in linux to destroy thread specific OpenGl resources by keunyoung · 11 years ago
  45. 06ebcd5 delete socket when the thread is destroyed by keunyoung · 11 years ago
  46. e21a341 prevent dead-lock by removing mutex lock in errorHandlerProc by keunyoung · 11 years ago
  47. 4d54754 Delete duplicate files by Ying Wang · 11 years ago
  48. e9704e2 Extend Mac Intel graphics bug workaround to HD 4000 by Jesse Hall · 12 years ago
  49. 097ffd9 Add a new skin 'dynamic'. by Siva Velusamy · 12 years ago
  50. 425be59 Check that the native display is valid before using it by Jesse Hall · 12 years ago
  51. 34b173f host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  52. a65ebe4 Fixed "Bus error" running tests triangleV2 and triangleCM by Andrew Hsieh · 12 years ago
  53. c1d62c4 Send full-size framebuffer to OnPost callback by Jesse Hall · 12 years ago
  54. a06273f Fix OSX emulator build due to missing header by Jesse Hall · 12 years ago
  55. dca7f2a Use a per-process server address for the GLES server by Jesse Hall · 12 years ago
  56. d7c0637 Fix socket leak when shutting down renderer by Jesse Hall · 12 years ago
  57. 307c6c1 Use linear filtering for colorbuffer textures by Jesse Hall · 12 years ago
  58. 9c01b88 Fix tex and EGLImage leak in ColorBuffer by Jesse Hall · 12 years ago
  59. f0b684d Fix convert8To4, convert8To5 by Jack Palevich · 12 years ago
  60. 3d1eacc Move emugl system code to development.git by Jesse Hall · 12 years ago
  61. 8c40e1f [MIPS] Add support to handle unaligned accesses by Bhanu Chetlapalli · 12 years ago
  62. 6c96a4b Merge "Mac 10.6 needs /usr/lib/dylib1.o too." by Ying Wang · 12 years ago
  63. 0908a87 [MIPS] Allow tests to be built for MIPS by Bhanu Chetlapalli · 12 years ago
  64. 445cb99 [MIPS] Enable OpenGL emulation for MIPS by Bhanu Chetlapalli · 12 years ago
  65. 66517fe Mac 10.6 needs /usr/lib/dylib1.o too. by Ying Wang · 12 years ago
  66. 29292ac Implement the EGL_KHR_fence_sync extension by Jesse Hall · 12 years ago
  67. 257abb4 Merge "Allow frame callback to be enabled/disabled" by Jesse Hall · 12 years ago
  68. ebf85a7 Explicitly include -X11 while building emulator_renderer by Bhanu Chetlapalli · 12 years ago
  69. ab800d7 Allow frame callback to be enabled/disabled by Jesse Hall · 12 years ago
  70. de5cb35 Use the same compilation options on OS X 10.8 as 10.7 by Al Sutton · 12 years ago
  71. 81e3720 Export GL strings through render_api by Jesse Hall · 12 years ago
  72. 37264a8 Merge "Publish and use libOpenglRender interface header" by Jesse Hall · 12 years ago
  73. e444a25 Add support for RAW_SENSOR pixel format to emulator gralloc. by Eino-Ville Talvala · 12 years ago
  74. 7a712ac Publish and use libOpenglRender interface header by Jesse Hall · 12 years ago
  75. ce6c338 Move emulator GLES from development.git to sdk.git by Jesse Hall · 12 years ago
  76. 96c829d remove HAL_MODULE_INFO_SYM const by Nick Kralevich · 12 years ago
  77. 08c8c67 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  78. ad0d6e4 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  79. 403ded0 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  80. a1f8a5b Fix magnetic field sensor string. by Adam Zalcman · 13 years ago
  81. dbf6055 emulator: qemud: shut-up debug messages. by David 'Digit' Turner · 13 years ago
  82. 9bdeb24 Revert 183675b74e5a58211e5d9a90a9ca86546ed3e245 by David 'Digit' Turner · 13 years ago
  83. 183675b Remove obsolete emulator modules by David 'Digit' Turner · 13 years ago
  84. dfd85c2 Merge "Removing emulator/opengl from the sdk.git" by David Turner · 13 years ago
  85. 770db13 Removing emulator/opengl from the sdk.git by Jacky Romano · 13 years ago
  86. ec970d6 Prepare for moving platform-specific emulator modules to development.git by David 'Digit' Turner · 13 years ago
  87. 706c0c0 Merge "Emugen : A tool to generate wire protocol code" by David Turner · 13 years ago
  88. 08d9695 Emugen : A tool to generate wire protocol code by Jacky Romano · 13 years ago
  89. ab3ac49 Adjust AVD create dialog to match sdcard size limits. by Raphael Moll · 13 years ago
  90. da9ed4b Mksdcard: Sanity check size, better error messages. by Raphael Moll · 13 years ago
  91. 11e72f2 Fix emulator GPS support by Mike Lockwood · 13 years ago
  92. 2c8b999 Update the sensor emulation to use the new HAL by Bertil Lynner · 14 years ago
  93. 9d8bf04 Move keymaps to frameworks/base/data/keyboards. by Jeff Brown · 14 years ago
  94. b2a3f70 Merge "Add handling of proximity sensor" by David Turner · 14 years ago
  95. 74f725d Add snapshot handling for AVD creation, details, and launch by Tim Baverstock · 14 years ago
  96. 78c8860 Remove skins from sdk.git by Xavier Ducrohet · 14 years ago
  97. 3286149 Add handling of proximity sensor by Ola Albertsson · 14 years ago
  98. ffe9bc6 merge from open-source master by The Android Open Source Project · 14 years ago
  99. ac65eed Merge "Fixed a problem that physical address is inconsistent." by David Turner · 14 years ago
  100. 540325f merge from open-source master by The Android Open Source Project · 14 years ago