1. 407faf4 am b9cbdec5: Merge "emulator opengl: implemented getProcAddress in GLESv1." by David Turner · 14 years ago
  2. bf2d789 am 52ae291a: Merge "emulator opengl: system GLESv1 first commit." by David Turner · 14 years ago
  3. b9cbdec Merge "emulator opengl: implemented getProcAddress in GLESv1." by David Turner · 14 years ago
  4. 52ae291 Merge "emulator opengl: system GLESv1 first commit." by David Turner · 14 years ago
  5. 903945c emulator opengl: implemented getProcAddress in GLESv1. by Stas Gurtovoy · 14 years ago
  6. d32c2d9 emulator opengl: system GLESv1 first commit. by Stas Gurtovoy · 14 years ago
  7. 9a00497 am b7caa30b: Merge "emulator opengl: implement eglChooseConfig functionality." by David Turner · 14 years ago
  8. b7caa30 Merge "emulator opengl: implement eglChooseConfig functionality." by David Turner · 14 years ago
  9. a569aed am aa77b777: Merge "emulator opengl: some system egl fixes after a review." by David Turner · 14 years ago
  10. 3d411f5 am c39872ac: Merge "emulator opengl: moved gralloc buffer handle struct to be shared." by David Turner · 14 years ago
  11. aa77b77 Merge "emulator opengl: some system egl fixes after a review." by David Turner · 14 years ago
  12. c39872a Merge "emulator opengl: moved gralloc buffer handle struct to be shared." by David Turner · 14 years ago
  13. 7284c53 am e68305d9: Merge "Handle egl context" by David Turner · 14 years ago
  14. 3389c10 am 96deb3b2: Merge "emulator opengl: Create and destroy Surfaces" by David Turner · 14 years ago
  15. e68305d Merge "Handle egl context" by David Turner · 14 years ago
  16. 96deb3b Merge "emulator opengl: Create and destroy Surfaces" by David Turner · 14 years ago
  17. a7b7e95 emulator opengl: implement eglChooseConfig functionality. by Stas Gurtovoy · 14 years ago
  18. 33dc9ad emulator opengl: some system egl fixes after a review. by Stas Gurtovoy · 14 years ago
  19. c36ac6e emulator opengl: moved gralloc buffer handle struct to be shared. by Stas Gurtovoy · 14 years ago
  20. dd0a377 Handle egl context by Stas Gurtovoy · 14 years ago
  21. 8a8c601 emulator opengl: Create and destroy Surfaces by Stas Gurtovoy · 14 years ago
  22. 742a85d am 0e5c2beb: Merge "First commit of the system egl implementation." by David Turner · 14 years ago
  23. 0e5c2be Merge "First commit of the system egl implementation." by David Turner · 14 years ago
  24. 37db3de First commit of the system egl implementation. by Stas Gurtovoy · 14 years ago
  25. e490d50 am 8c7d5519: Merge "opengl translator: make GLcommon static library" by David Turner · 14 years ago
  26. 8c7d551 Merge "opengl translator: make GLcommon static library" by David Turner · 14 years ago
  27. cd1489a opengl translator: make GLcommon static library by Guy Zadikario · 14 years ago
  28. 94f566f am cc3b3887: Merge "opengl translator: moved some types out of eglplatform.h" by David Turner · 14 years ago
  29. 7870c9f am 8a96cb7e: Merge "opengl translator: initialize dispatch with dummy functions" by David Turner · 14 years ago
  30. cc3b388 Merge "opengl translator: moved some types out of eglplatform.h" by David Turner · 14 years ago
  31. 8a96cb7 Merge "opengl translator: initialize dispatch with dummy functions" by David Turner · 14 years ago
  32. 5f82c3a am a1b9f9bc: Merge "implementing mac OS support for translator\'s libs" by David Turner · 14 years ago
  33. 4de570c am f3c023e4: Merge "opengl translator: GLSL ES translation" by David Turner · 14 years ago
  34. eae0aff am 87043c4e: Merge "opengl translator: added EGL_RENDERABLE_TYPE attrib" by David Turner · 14 years ago
  35. 0db9dae opengl translator: moved some types out of eglplatform.h by Amit Feller · 14 years ago
  36. c879e1c opengl translator: initialize dispatch with dummy functions by Amit Feller · 14 years ago
  37. a1b9f9b Merge "implementing mac OS support for translator's libs" by David Turner · 14 years ago
  38. f3c023e Merge "opengl translator: GLSL ES translation" by David Turner · 14 years ago
  39. 87043c4 Merge "opengl translator: added EGL_RENDERABLE_TYPE attrib" by David Turner · 14 years ago
  40. 3dd22a5 implementing mac OS support for translator's libs by Amit Feller · 14 years ago
  41. dd26774 opengl translator: GLSL ES translation by Amit Feller · 14 years ago
  42. d61fb75 opengl translator: added EGL_RENDERABLE_TYPE attrib by Amit Feller · 14 years ago
  43. 3b987d0 am a2c959d5: Merge "fixes for gles2 tests" by David Turner · 14 years ago
  44. a68506a am bcec626f: Merge "add gles2 extensions" by David Turner · 14 years ago
  45. 5af3c17 am 4bf1d504: Merge "implement GL_OES_draw_texture" by David Turner · 14 years ago
  46. f26f4dd am ffe663de: Merge "Add gles 1 extension implementation to translator" by David Turner · 14 years ago
  47. a2e0e64 am 61287c50: Merge "removed old/obsolete file GLEScontext.cpp" by David Turner · 14 years ago
  48. e6868d1 am 299a140c: Merge "Fix issues raised by the GLES 1.1 conformance test" by David Turner · 14 years ago
  49. a2c959d Merge "fixes for gles2 tests" by David Turner · 14 years ago
  50. bcec626 Merge "add gles2 extensions" by David Turner · 14 years ago
  51. 4bf1d50 Merge "implement GL_OES_draw_texture" by David Turner · 14 years ago
  52. ffe663d Merge "Add gles 1 extension implementation to translator" by David Turner · 14 years ago
  53. 61287c5 Merge "removed old/obsolete file GLEScontext.cpp" by David Turner · 14 years ago
  54. e4b6d4a fixes for gles2 tests by Liran · 14 years ago
  55. da84d44 add gles2 extensions by Liran · 14 years ago
  56. d94a2ef implement GL_OES_draw_texture by Liran · 14 years ago
  57. 3b7e5e3 Add gles 1 extension implementation to translator by Liran · 14 years ago
  58. a7f83c0 removed old/obsolete file GLEScontext.cpp by Guy Zadikario · 14 years ago
  59. 299a140 Merge "Fix issues raised by the GLES 1.1 conformance test" by David Turner · 14 years ago
  60. 3150361 Fix issues raised by the GLES 1.1 conformance test by Yochai Shefi Simchon · 14 years ago
  61. 1e4d92c am 67032b23: Merge "Fix a bug where eglMakeCurrent(NULL) did not work" by David Turner · 14 years ago
  62. 62f593f am 7660bb58: Merge "Fix a mess in contexts/surfaces reference count" by David Turner · 14 years ago
  63. 67032b2 Merge "Fix a bug where eglMakeCurrent(NULL) did not work" by David Turner · 14 years ago
  64. 7660bb5 Merge "Fix a mess in contexts/surfaces reference count" by David Turner · 14 years ago
  65. fc61848 Merge from gingerbread by Jean-Baptiste Queru · 14 years ago
  66. 8821d5a Merge "ThreadInfo- use explicit rather than void pointers" by David Turner · 14 years ago
  67. 0b05185 Merge "Fix version returned by eglInitialize from 4.1 to 1.4." by David Turner · 14 years ago
  68. 8c141dd Merge "EglChooseConfig should handle the case where "configs" is NULL." by David Turner · 14 years ago
  69. 889d928 Fix a bug where eglMakeCurrent(NULL) did not work by Yochai Shefi Simchon · 14 years ago
  70. 88ec3ac Fix a mess in contexts/surfaces reference count by Yochai Shefi Simchon · 14 years ago
  71. eada5b8 ThreadInfo- use explicit rather than void pointers by Yochai Shefi Simchon · 14 years ago
  72. 0940266 Fix version returned by eglInitialize from 4.1 to 1.4. by Yochai Shefi Simchon · 14 years ago
  73. aac7fe2 EglChooseConfig should handle the case where "configs" is NULL. by Yochai Shefi Simchon · 14 years ago
  74. bf48326 Merge "Emulators's GLES 2.0 translator implementation This is the GLESv2 on top of openGL implementation on the host most of this change is moving code which is necessary by both GLES 1.0 and GLES 2.0 implementations from GLES_CM folder into GLcommon folder." by David Turner · 14 years ago
  75. 624176d Emulators's GLES 2.0 translator implementation by Amit Feller · 14 years ago
  76. e011bed Merge "ndk: x86: Sanitize platform headers and libraries." by David 'Digit' Turner · 14 years ago
  77. 3e1498c ndk: x86: Sanitize platform headers and libraries. by David 'Digit' Turner · 14 years ago
  78. 18fc9b3 Merge "ndk: Update libc.a to Gingerbread version." by David 'Digit' Turner · 14 years ago
  79. 5091762 ndk: Update libc.a to Gingerbread version. by David 'Digit' Turner · 14 years ago
  80. fd6ed4d Merge "adding functionality to get the local name of an object from it's local name" by David Turner · 14 years ago
  81. 83b5524 Merge "this checkin supports windows OS in all Translator libs" by David Turner · 14 years ago
  82. f0b7c2e this checkin supports windows OS in all Translator libs by Amit Feller · 14 years ago
  83. 3a38c11 Merge "Fix mac build" by David 'Digit' Turner · 14 years ago
  84. 2840185 Fix mac build by David 'Digit' Turner · 14 years ago
  85. 3fe7791 Merge "Revert "this checkin supports windows OS in all Translator libs"" by Raphael Moll · 14 years ago
  86. 603b37a Revert "this checkin supports windows OS in all Translator libs" by Raphael Moll · 14 years ago
  87. 1f4c692 adding functionality to get the local name of an object from it's local name by Amit Feller · 14 years ago
  88. 4e79d11 Merge " fixing bug in the name of GL function "glClearDepthf" --> "glClearDeapth"" by David Turner · 14 years ago
  89. 02c3e53 fixing bug in the name of GL function "glClearDepthf" --> "glClearDeapth" by Amit Feller · 14 years ago
  90. 89bccc8 Merge "this checkin supports windows OS in all Translator libs" by David Turner · 14 years ago
  91. 0bf6848 this checkin supports windows OS in all Translator libs by Amit Feller · 14 years ago
  92. b5f5dce Merge " small changes to the code before the commit for supporting windows os" by David Turner · 14 years ago
  93. 92c079d Merge "changing GLcommon lib to be a sharedlib instead of static" by David Turner · 14 years ago
  94. 3ef19fa Merge "test_defs: new CTS security test." into gingerbread by Jean-Baptiste Queru · 14 years ago
  95. 6203540 small changes to the code before the commit for supporting windows os by Amit Feller · 14 years ago
  96. e387c21 changing GLcommon lib to be a sharedlib instead of static by Amit Feller · 14 years ago
  97. d1ac6bd Merge "emulator: opengl: ut_renderer usability improvements" by David 'Digit' Turner · 14 years ago
  98. 91f40d9 emulator: opengl: ut_renderer usability improvements by David 'Digit' Turner · 14 years ago
  99. 26070d5 test_defs: new CTS security test. by Nick Kralevich · 14 years ago
  100. 835aef2 Merge "emulator: opengl: Fix Mac and Windows builds." by David Turner · 14 years ago