1. 1af0da2 Merge "emulator/opengl: Prepare for 64-bit build changes." into idea133 by David 'Digit' Turner · 10 years ago
  2. d430650 emulator/opengl: Prepare for 64-bit build changes. by David 'Digit' Turner · 10 years ago
  3. 09a02f8 Merge "emulator/opengl: Fix compilation with Mingw64 toolchain." into idea133 by David 'Digit' Turner · 10 years ago
  4. e57726b Merge "emulator/opengl: Fix GPU emulation library crash on Windows." into idea133 by David 'Digit' Turner · 10 years ago
  5. 3fa9c79 emulator/opengl: Fix compilation with Mingw64 toolchain. by David 'Digit' Turner · 10 years ago
  6. f7ca633 emulator/opengl: Fix GPU emulation library crash on Windows. by David 'Digit' Turner · 10 years ago
  7. 662a8c9 Merge "opengl: rcOpenColorBuffer must be synchronous" into idea133 by David Turner · 10 years ago
  8. 40e0b05 opengl: rcOpenColorBuffer must be synchronous by Jesse Hall · 10 years ago
  9. f492ee5 Merge "emulator/opengl: A few debugging, stability improvements to emugl" into idea133 by David Turner · 10 years ago
  10. a2520d7 emulator/opengl: A few debugging, stability improvements to emugl by Ken Mixter · 11 years ago
  11. 4bd2163 emulator: Do not build emulator-related modules with platform-build. by David 'Digit' Turner · 10 years ago
  12. 88a8c6a emulator/opengl: Fix GCC 4.8 warnings. by David 'Digit' Turner · 10 years ago
  13. 2a4aa00 emulator/opengl: Backport fixes from master branch. by David 'Digit' Turner · 10 years ago
  14. 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
  15. 3d3ebb7 emulator/opengl: Fix misc. compiler warnings. by David 'Digit' Turner · 10 years ago
  16. d065592 emulator/opengl: Fix Windows EGL queryConfigs(). by David 'Digit' Turner · 10 years ago
  17. f652f50 emulator/opengl: Fix eglWaitGL implementation. by David 'Digit' Turner · 10 years ago
  18. 7bccd89 Fix compilation error due to missing getopt with x86_64-linux-glibc2.11-4.8 by Andrew Hsieh · 10 years ago
  19. 68fbb34 emulator/opengl: Fix Windows SDK build. by David 'Digit' Turner · 10 years ago
  20. 56b89bc emulator/opengl: Allow standalone build. by David 'Digit' Turner · 10 years ago
  21. 829f46f emulator/opengl: Remove libcutils/libutils/liblog by David 'Digit' Turner · 10 years ago
  22. c268796 emulator/opengl: Remove <utils/List.h> + <utils/String8.h> by David 'Digit' Turner · 10 years ago
  23. aa20016 emulator/opengl: Remove android::KeyedVector usage. by David 'Digit' Turner · 10 years ago
  24. 0863e15 emulator/opengl: Remove android::Vector<> usage. by David 'Digit' Turner · 10 years ago
  25. bfc6160 emulator/opengl: Remove <cutils/sockets.h> by David 'Digit' Turner · 10 years ago
  26. 47752bc emulator/opengl: Remove Android-specific thread_store. by David 'Digit' Turner · 10 years ago
  27. aac93f1 emulator/opengl: Remove android::Mutex. by David 'Digit' Turner · 10 years ago
  28. 32851ad emulator/opengl: Build 64-bit unit tests. by David 'Digit' Turner · 10 years ago
  29. 7693d29 emulator/opengl: Fix SmartPtr memory leak. by David 'Digit' Turner · 10 years ago
  30. bfb9f63 emulator/opengl: Remove compiler warnings by David 'Digit' Turner · 10 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. b31d3de Merge "Catch NULL context and bubbling error up." by Xavier Ducrohet · 11 years ago
  36. da9160e Merge "Copy the GL2 extension string before destroying context" by Xavier Ducrohet · 11 years ago
  37. 16e5b7d Merge "EglMacApi: Make sure that some returned EGL configs have alpha == 0" by Xavier Ducrohet · 11 years ago
  38. da36d35 Delete buffer data when removing it from the SharedGroup namespace by Jesse Hall · 11 years ago
  39. 5b81755 Merge changes I0cccba67,I4cf8a19b by Xavier Ducrohet · 11 years ago
  40. 8ec69ca EglMacApi: Make sure that some returned EGL configs have alpha == 0 by Martin Storsjo · 11 years ago
  41. d7efb90 Copy the GL2 extension string before destroying context by Jesse Hall · 11 years ago
  42. 9ca0017 Catch NULL context and bubbling error up. by Stuart Scott · 11 years ago
  43. 45c24e2 Merge changes Ibc381479,I21a2430c by Xavier Ducrohet · 11 years ago
  44. bf5add6 Check the return value of eglChooseConfig by Martin Storsjo · 11 years ago
  45. 6aa81f9 ColorBuffer: Remove the y-invert Intel GPU bug workaround by Martin Storsjo · 11 years ago
  46. 5750115 EglMacApi: Use the right pbuffer texture target and format parameters by Martin Storsjo · 11 years ago
  47. 69f2fc8 Ignore empty ranges by Alessandro Pignotti · 11 years ago
  48. da87b57 Fix rangeUnion return value in the successful case by Alessandro Pignotti · 11 years ago
  49. 31694ac Merge "Fix RenderThreadInfo lifetime and cleanup" by Jesse Hall · 11 years ago
  50. 43c42cf Fix a crash which occured with some graphic libraries. by Deepanshu Gupta · 11 years ago
  51. a85d7d3 Fix RenderThreadInfo lifetime and cleanup by Jesse Hall · 11 years ago
  52. 47ea21f Prevent SocketStream to be freed twice by Petar Jovanovic · 11 years ago
  53. 2cab88d use tlsDestruct in linux to destroy thread specific OpenGl resources by keunyoung · 11 years ago
  54. 06ebcd5 delete socket when the thread is destroyed by keunyoung · 11 years ago
  55. e21a341 prevent dead-lock by removing mutex lock in errorHandlerProc by keunyoung · 11 years ago
  56. e9704e2 Extend Mac Intel graphics bug workaround to HD 4000 by Jesse Hall · 12 years ago
  57. 425be59 Check that the native display is valid before using it by Jesse Hall · 12 years ago
  58. 34b173f host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  59. a65ebe4 Fixed "Bus error" running tests triangleV2 and triangleCM by Andrew Hsieh · 12 years ago
  60. c1d62c4 Send full-size framebuffer to OnPost callback by Jesse Hall · 12 years ago
  61. a06273f Fix OSX emulator build due to missing header by Jesse Hall · 12 years ago
  62. dca7f2a Use a per-process server address for the GLES server by Jesse Hall · 12 years ago
  63. d7c0637 Fix socket leak when shutting down renderer by Jesse Hall · 12 years ago
  64. 307c6c1 Use linear filtering for colorbuffer textures by Jesse Hall · 12 years ago
  65. 9c01b88 Fix tex and EGLImage leak in ColorBuffer by Jesse Hall · 12 years ago
  66. f0b684d Fix convert8To4, convert8To5 by Jack Palevich · 12 years ago
  67. 3d1eacc Move emugl system code to development.git by Jesse Hall · 12 years ago
  68. 8c40e1f [MIPS] Add support to handle unaligned accesses by Bhanu Chetlapalli · 12 years ago
  69. 6c96a4b Merge "Mac 10.6 needs /usr/lib/dylib1.o too." by Ying Wang · 12 years ago
  70. 0908a87 [MIPS] Allow tests to be built for MIPS by Bhanu Chetlapalli · 12 years ago
  71. 445cb99 [MIPS] Enable OpenGL emulation for MIPS by Bhanu Chetlapalli · 12 years ago
  72. 66517fe Mac 10.6 needs /usr/lib/dylib1.o too. by Ying Wang · 12 years ago
  73. 29292ac Implement the EGL_KHR_fence_sync extension by Jesse Hall · 12 years ago
  74. 257abb4 Merge "Allow frame callback to be enabled/disabled" by Jesse Hall · 12 years ago
  75. ebf85a7 Explicitly include -X11 while building emulator_renderer by Bhanu Chetlapalli · 12 years ago
  76. ab800d7 Allow frame callback to be enabled/disabled by Jesse Hall · 12 years ago
  77. de5cb35 Use the same compilation options on OS X 10.8 as 10.7 by Al Sutton · 12 years ago
  78. 81e3720 Export GL strings through render_api by Jesse Hall · 12 years ago
  79. 37264a8 Merge "Publish and use libOpenglRender interface header" by Jesse Hall · 12 years ago
  80. e444a25 Add support for RAW_SENSOR pixel format to emulator gralloc. by Eino-Ville Talvala · 12 years ago
  81. 7a712ac Publish and use libOpenglRender interface header by Jesse Hall · 12 years ago
  82. ce6c338 Move emulator GLES from development.git to sdk.git by Jesse Hall · 12 years ago
  83. 770db13 Removing emulator/opengl from the sdk.git by Jacky Romano · 13 years ago
  84. 08d9695 Emugen : A tool to generate wire protocol code by Jacky Romano · 14 years ago