1. 02c3e53 fixing bug in the name of GL function "glClearDepthf" --> "glClearDeapth" by Amit Feller · 13 years ago
  2. 0bf6848 this checkin supports windows OS in all Translator libs by Amit Feller · 13 years ago
  3. 6203540 small changes to the code before the commit for supporting windows os by Amit Feller · 13 years ago
  4. e387c21 changing GLcommon lib to be a sharedlib instead of static by Amit Feller · 13 years ago
  5. 91f40d9 emulator: opengl: ut_renderer usability improvements by David 'Digit' Turner · 13 years ago
  6. fdd5607 emulator: opengl: Fix Mac and Windows builds. by David Turner · 13 years ago
  7. e22ae45 emulator: opengl: Add clean step. by David 'Digit' Turner · 13 years ago
  8. 4707d72 adding error handling for Xerrors on EGl linux implementation (EglLinuxApi.cpp) by David 'Digit' Turner · 13 years ago
  9. 892a630 emulator: opengl: Use QEMU pipe. by David 'Digit' Turner · 13 years ago
  10. 7b73c9f common debug flag for the wrapper libraries by Jacky Romano · 13 years ago
  11. 59ad4df emulator opengl: handle NULL pointers by Jacky Romano · 13 years ago
  12. 5fb23be emugen: porperly handle nullAllowed API calls by Jacky Romano · 13 years ago
  13. a003fb6 emulator opengl: missing constant in glUtilsParamSize by Jacky Romano · 13 years ago
  14. 4a17ab6 emulator opengl - ensure server connection for rendering thread by Jacky Romano · 13 years ago
  15. bfefa4d emulator opengl : add Dungeon Defenders to the test apps list by Jacky Romano · 13 years ago
  16. 44d4d94 opengl emulator : GLESv2 handling in the test egl implementation by Jacky Romano · 13 years ago
  17. 0c01f32 emulator opengl : unit-test renderer GLESv2 by Jacky Romano · 13 years ago
  18. 25af30c emulator opengl: context version param by Jacky Romano · 13 years ago
  19. 0c814b2 emulator opengl - encode glShaderSource by Jacky Romano · 13 years ago
  20. 68e7ee6 opengl emulator - handle shader string decoding by Jacky Romano · 13 years ago
  21. b95e444 emulator opengl - GLESv2 implementation by Jacky Romano · 13 years ago
  22. 8048095 emulator opengl: typo caused the decoder to crash by Jacky Romano · 13 years ago
  23. e359543 Emulator Opengl unit test - use sperate implementation libraries by Jacky Romano · 13 years ago
  24. 318ffd3 Emulator Opengl - adding preliminary version of GLESv2 encoder by Jacky Romano · 13 years ago
  25. 979bbff emugen: make 'setContextAccessor' method static by Jacky Romano · 13 years ago
  26. a3b48db emugen - fix wrapper context naming by Jacky Romano · 13 years ago
  27. ea3a358 emugen: generate wrapper library files by Jacky Romano · 13 years ago
  28. 1393080 emulator Opengl - slight type change for GLESv2 by Jacky Romano · 13 years ago
  29. 68367ae emulator Opengl - number of supported vertex attributes by Jacky Romano · 13 years ago
  30. 25d29c4 adding support for getting gles proc address from eglGetProcAdress by Amit Feller · 13 years ago
  31. 8e2dc32 Merge "Add GLESv2 functionality to GLESv1/GLESv2 shared code" by David Turner · 13 years ago
  32. 77b1a45 Merge "Move utility functions into glUtils" by David Turner · 13 years ago
  33. 254492f Add GLESv2 functionality to GLESv1/GLESv2 shared code by Jacky Romano · 13 years ago
  34. 3c2aa9b Move utility functions into glUtils by Jacky Romano · 13 years ago
  35. 2d3b98f emulator: opengl: Fix Mac build by David Turner · 13 years ago
  36. 27c128d Merge "GLESv1 extensions" by David Turner · 13 years ago
  37. 0ff6e79 supporting EGL_KHR_image_base & EGL_KHR_gl_texture_2d_image extentions by Amit Feller · 13 years ago
  38. fce7b68 integrating objectNameManger into GLES implementation by Amit Feller · 13 years ago
  39. a245cb1 Emulator's host translator EGL implementation. by Amit Feller · 13 years ago
  40. 03dcd43 Emulator's GLES translator implementation. by Amit Feller · 13 years ago
  41. e1eea50 emulator: Add libqemu static library to implement qemu pipes. by David 'Digit' Turner · 13 years ago
  42. fb06a28 GLESv1 extensions by Liran · 13 years ago
  43. eff952c Really fix the Mac build. by David Turner · 13 years ago
  44. 427cb6c Fix mac build by David Turner · 13 years ago
  45. cca6a5f emulator opengl: small test app for the emulator renderer API. by Guy Zadikario · 13 years ago
  46. 555d9be emulator opengl: the host renderer executable. by Guy Zadikario · 13 years ago
  47. 1f0d393 emulatgor opengl: First commit of the host renderer library. by Guy Zadikario · 13 years ago
  48. 20368d9 emulator opengl: add OpenglOsUtils library, a set of OS utils. by Guy Zadikario · 13 years ago
  49. f7cd7ec emulator opengl: first commit of gralloc implementation. by Guy Zadikario · 13 years ago
  50. 64db3f9 emulator opengl: OpenglSystemCommon library shared between gralloc/EGL/GLES. by Guy Zadikario · 13 years ago
  51. f85c358 Fix Mac build by David 'Digit' Turner · 13 years ago
  52. 23a491d Merge "emulator opengl: renderControl API encoder/decoder" by David Turner · 13 years ago
  53. 0f0732f Merge "emulator opengl: Added glUtilsPixelBitSize function to glUtils." by David Turner · 13 years ago
  54. 2732ff2 Merge "Moved IOStream.h to be used in external API for libOpenGLRender." by David Turner · 13 years ago
  55. 3906221 Merge " This is a common library for the EGL/GLES/GLES2 translator libraries." by David Turner · 13 years ago
  56. a6e54e0 Revert 776bd3e46c2fb5c003ecec4fee99f01943876644 by David 'Digit' Turner · 13 years ago
  57. 32fc922 emulator opengl: renderControl API encoder/decoder by Guy Zadikario · 13 years ago
  58. fc2d0b0 emulator opengl: Added glUtilsPixelBitSize function to glUtils. by Guy Zadikario · 13 years ago
  59. caafd4d Moved IOStream.h to be used in external API for libOpenGLRender. by Guy Zadikario · 13 years ago
  60. a7ec4c7 This is a common library for the EGL/GLES/GLES2 translator libraries. by Amit Feller · 13 years ago
  61. 776bd3e emulator: Remove the global Make variable trick for emulator-specific system modules. by David 'Digit' Turner · 13 years ago
  62. 45c7220 Really fix the Mac SDK build this time. Doh. by David 'Digit' Turner · 13 years ago
  63. c29456a Fix Mac sdk builds by David 'Digit' Turner · 13 years ago
  64. e8c05eb Merge "fix handling pointers in emugen." by David Turner · 13 years ago
  65. 03c8641 fix handling pointers in emugen. by Liran · 13 years ago
  66. 81c0157 emulator opengl - directory rearrangment by Jacky Romano · 13 years ago
  67. e97b54b Fix device builds by David 'Digit' Turner · 13 years ago
  68. db35d9a Fix linux sdk build. by David 'Digit' Turner · 13 years ago
  69. 4bda89b Merge changes I6379d6b1,I77794044 by David Turner · 13 years ago
  70. 485970b Merge "Android emulator opengles - unit test gles wrapper" by David Turner · 13 years ago
  71. 3f22fdc Merge "Android emulator opengl - unit testing render control api" by David Turner · 13 years ago
  72. 02ef4e9 Merge "Android emulator opengl - OpenGL ES 1.1 decoder" by David Turner · 13 years ago
  73. 39c9911 Merge "Emulator opengl - Opengl ES 1.1 encoder" by David Turner · 13 years ago
  74. 9801572 Merge "Opengl implementation - codec common code" by David Turner · 13 years ago
  75. f99884f Android emulator opengl - host side EGL wrapper by Jacky Romano · 13 years ago
  76. faa8994 Android emulator opengl - unit test host side renderer by Jacky Romano · 13 years ago
  77. a4205ba Android emulator opengles - unit test gles wrapper by Jacky Romano · 13 years ago
  78. 2d824c6 Android emulator opengl - unit testing render control api by Jacky Romano · 13 years ago
  79. f92438f Android emulator opengl - OpenGL ES 1.1 decoder by Jacky Romano · 13 years ago
  80. 6a04b8a Emulator opengl - Opengl ES 1.1 encoder by Jacky Romano · 13 years ago
  81. c27986a Opengl implementation - codec common code by Jacky Romano · 13 years ago
  82. 99d6295 Merge "Enable lcd backlight in the emulator." by David Turner · 13 years ago
  83. 5f64d75 qemud: disable debug traces by David 'Digit' Turner · 13 years ago
  84. eb02d8d Enable lcd backlight in the emulator. by Tim Wan · 13 years ago
  85. 7ba5632 Merge "Emugen : A tool to generate wire protocol code" by David Turner · 13 years ago
  86. 9760e28 Emugen : A tool to generate wire protocol code by Jacky Romano · 13 years ago
  87. e59bd87 emulator: Move platform-specific modules to development.git by David 'Digit' Turner · 13 years ago
  88. bb0f61d am 5eafc91a: Merge "merge "SDK: make \'mkstub\' less verbose." from HC. Do not merge." into gingerbread by Raphael · 13 years ago
  89. b82fbc6 merge "SDK: make 'mkstub' less verbose." from HC. Do not merge. by Raphael · 13 years ago
  90. daf0b89 Cherry-pick f0e5e933 from master. by Xavier Ducrohet · 14 years ago
  91. f0e5e93 Move emulator skins to development.git by Xavier Ducrohet · 14 years ago
  92. fb0b7c0 Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  93. d53cf3b am 8ddb2873: Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  94. 8ddb287 Change hosttestlib to use ddm-prebuilt. by Brett Chabot · 14 years ago
  95. 255ee00 am 32553f52: Remove monkeyrunner so it can move to the SDK project. by Bill Napier · 14 years ago
  96. b5ebc48 am cc7fc9e8: Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  97. 32553f5 Remove monkeyrunner so it can move to the SDK project. by Bill Napier · 14 years ago
  98. cc7fc9e Update time zone data to the new version 2010k. by Eric Fischer · 14 years ago
  99. 235a95a Update the monkeyrunner to use the new DDMlib API. by Xavier Ducrohet · 14 years ago
  100. 67fa314 Fix etc1tool to build in Windows SDK under Linux by Raphael · 14 years ago