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