1. 3618e8c Merge "opengles emulator: add GL_OES_depth_texture extension" by David Turner · 14 years ago
  2. 8abaa9a Merge "opengles emulator: fix GL_EXT_packed_depth_stencil string" by David Turner · 14 years ago
  3. 42dd982 Merge "opengles emulator: 2.0: handle texture=0 on glFramebufferTexture2D" by David Turner · 14 years ago
  4. ad3f4df Merge "opengles emulator: limit GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS" by David Turner · 14 years ago
  5. 65f8c50 opengles emulator: add GL_OES_depth_texture extension by Yochai Shefi Simchon · 14 years ago
  6. c8dfd86 opengles emulator: fix GL_EXT_packed_depth_stencil string by Yochai Shefi Simchon · 14 years ago
  7. 70d6f3e opengles emulator: 2.0: handle texture=0 on glFramebufferTexture2D by Yochai Shefi Simchon · 14 years ago
  8. a182a1a opengles emulator: limit GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS by Yochai Shefi Simchon · 14 years ago
  9. 0652403 Merge "opengles emulator: Call XInitThreads on Linux." by David Turner · 14 years ago
  10. 0e0638e Merge "opengles emulator: fix glGetShaderSource" by David Turner · 14 years ago
  11. a75d7c6 Merge "opengles emulator: fix GLESv2 shader source packing" by David Turner · 14 years ago
  12. 833ce70 opengles emulator: Call XInitThreads on Linux. by Liran · 14 years ago
  13. ca5e982 opengles emulator: fix glGetShaderSource by Liran · 14 years ago
  14. 0a190be opengles emulator: fix GLESv2 shader source packing by Liran · 14 years ago
  15. 9e883e8 Merge "opengles emulator: fix eglGetProcAddress" by David Turner · 14 years ago
  16. 23685f0 Merge "opengles emulator: fixed EGLContext and EGLSurface ref-counting." by David Turner · 14 years ago
  17. 5450269 Merge "opengles emulator: fix the mixing between pack/unpack alignments" by David Turner · 14 years ago
  18. 450fb0a Merge "opengles emulator: cache all buffer on the guest" by David Turner · 14 years ago
  19. a0045f2 Merge "opengles emulator: dynamicaly grow ReadBuffer" by David Turner · 14 years ago
  20. 321714a Merge "opengles emulator: fix eglGetError" by David Turner · 14 years ago
  21. c1db962 Merge "opengles emulator: inc/dec ref-count of buffer on SwapBuffers" by David Turner · 14 years ago
  22. fb1868a opengles emulator: fix eglGetProcAddress by Guy Zadickario · 14 years ago
  23. d8b376d opengles emulator: fixed EGLContext and EGLSurface ref-counting. by Guy Zadickario · 14 years ago
  24. 0111043 opengles emulator: fix the mixing between pack/unpack alignments by Stas Gurtovoy · 14 years ago
  25. e99305d opengles emulator: cache all buffer on the guest by Stas Gurtovoy · 14 years ago
  26. 6208854 opengles emulator: dynamicaly grow ReadBuffer by Stas Gurtovoy · 14 years ago
  27. 8f887e6 opengles emulator: fix eglGetError by Stas Gurtovoy · 14 years ago
  28. 39c5318 opengles emulator: inc/dec ref-count of buffer on SwapBuffers by Stas Gurtovoy · 14 years ago
  29. 891ad0e Merge "emulator: opengl: Make render_api.h C-compatible" by David 'Digit' Turner · 14 years ago
  30. 0f97bab Merge changes Ibee74a22,Ifef4dc98 by David Turner · 14 years ago
  31. 3a064ab emulator: opengl: Make render_api.h C-compatible by David 'Digit' Turner · 14 years ago
  32. f907f4f NDK: x86 header file has incorrect definition for ptrdiff_t by Mark D Horn · 14 years ago
  33. 3e6fbdd Merge "2.0 translator: link only if both shaders compile" by David Turner · 14 years ago
  34. 25b3794 2.0 translator: link only if both shaders compile by Amit Feller · 14 years ago
  35. 0ecd479 Merge "opengl translator: Added GLSL ES builtin constants." by David Turner · 14 years ago
  36. bcd5ebd Merge "1.1 translator: WAR for GL_ALPHA_TEST_REF bug" by David Turner · 14 years ago
  37. dba3c8b Merge "1.1 translator: glGet(GL_MAX_CLIP_PLANES) returns max 6" by David Turner · 14 years ago
  38. a80ddad Merge "remove NV_WAR defines" by David Turner · 14 years ago
  39. e8c7a05 opengl translator: Added GLSL ES builtin constants. by Guy Zadickario · 14 years ago
  40. 7e04a24 1.1 translator: WAR for GL_ALPHA_TEST_REF bug by Yochai Shefi Simchon · 14 years ago
  41. 926db88 1.1 translator: glGet(GL_MAX_CLIP_PLANES) returns max 6 by Yochai Shefi Simchon · 14 years ago
  42. ceb7fc9 remove NV_WAR defines by Liran · 14 years ago
  43. 36f0d56 Fix size_t definition in x86 NDK header file by Mark D Horn · 14 years ago
  44. c6d3e76 Merge "move platform tools to r8." by Xavier Ducrohet · 14 years ago
  45. 9a528ed Merge "Get rid of libqemu library." by Vladimir Chtchetkine · 14 years ago
  46. b2b6f2f Get rid of libqemu library. by Vladimir Chtchetkine · 14 years ago
  47. 47706d4 Merge "GLES2 translator: workaround for nvidia bug with GL_VALIDATE_STAUS" by David Turner · 14 years ago
  48. 6707ea9 Merge "2.0 translator: workaround for nVidia "bug"" by David Turner · 14 years ago
  49. 1cd64c7 Merge "GLES2 translator: host does not support RGB565" by David Turner · 14 years ago
  50. bcfc7b1 Merge "GLES translator - enable binding to multiple texture targets" by David Turner · 14 years ago
  51. 0c1ce6d Merge "GLES2 translaotr: fix glLinkProgram and object names" by David Turner · 14 years ago
  52. b7968a9 move platform tools to r8. by Xavier Ducrohet · 14 years ago
  53. 772468f GLES2 translator: workaround for nvidia bug with GL_VALIDATE_STAUS by Liran · 14 years ago
  54. 715c489 2.0 translator: workaround for nVidia "bug" by Liran · 14 years ago
  55. dd954c8 GLES2 translator: host does not support RGB565 by Liran · 14 years ago
  56. 31b99df GLES translator - enable binding to multiple texture targets by Liran · 14 years ago
  57. 3c457bd GLES2 translaotr: fix glLinkProgram and object names by Liran · 14 years ago
  58. bb2c613 am 718e8b89: Merge "ndk: arm: also update other CRT runtime objects." by David 'Digit' Turner · 14 years ago
  59. 718e8b8 Merge "ndk: arm: also update other CRT runtime objects." by David 'Digit' Turner · 14 years ago
  60. cd18190 ndk: arm: also update other CRT runtime objects. by David 'Digit' Turner · 14 years ago
  61. 682f914 am e6c1178e: Merge "use Translator\'s glTexImage2D in doCompressedTexImage2D" by David Turner · 14 years ago
  62. e6c1178 Merge "use Translator's glTexImage2D in doCompressedTexImage2D" by David Turner · 14 years ago
  63. b3dbf9b am 02acec79: Merge "emulator:opengl: fix windows build" by David Turner · 14 years ago
  64. 02acec7 Merge "emulator:opengl: fix windows build" by David Turner · 14 years ago
  65. b75382e emulator:opengl: fix windows build by David Turner · 14 years ago
  66. 99ef052 use Translator's glTexImage2D in doCompressedTexImage2D by Stas Gurtovoy · 14 years ago
  67. 09d3d31 am c13e5c1c: Merge "ndk: Fix android-3/arch-arm crt{begin,end}_so.o" by David 'Digit' Turner · 14 years ago
  68. c13e5c1 Merge "ndk: Fix android-3/arch-arm crt{begin,end}_so.o" by David 'Digit' Turner · 14 years ago
  69. a062ad6 ndk: Fix android-3/arch-arm crt{begin,end}_so.o by David 'Digit' Turner · 14 years ago
  70. 75266ab am 0db3eb4a: Merge "ndk: Add crtbegin_so.o / crtend_so.o to android-3" by David 'Digit' Turner · 14 years ago
  71. 0db3eb4 Merge "ndk: Add crtbegin_so.o / crtend_so.o to android-3" by David 'Digit' Turner · 14 years ago
  72. 75cedfa ndk: Add crtbegin_so.o / crtend_so.o to android-3 by David 'Digit' Turner · 14 years ago
  73. 7a18bbb am 9e5560f7: Merge "2.0 Translator:GL_INVALID_VALUE on bad program/shader" by David Turner · 14 years ago
  74. 1905302 am c97bc443: Merge "Fix parameter parsing in renderer" by David Turner · 14 years ago
  75. 5e33e43 am b26d94c5: Merge "opengles Translator: DrawTex impl - don\'t draw if no textures enabled." by David Turner · 14 years ago
  76. c49de35 am 98030a4f: Merge "2.0 translator: support ARB_ES2_compatibility stuff" by David Turner · 14 years ago
  77. c9ad449 am cea49c2f: Merge "translator EGL:fixing bug in eglGetDisplay caused in Windows Platform" by David Turner · 14 years ago
  78. 67984d2 am a99be30d: Merge "opengles Translator: get Compressed texture handling out from GLEScontext" by David Turner · 14 years ago
  79. 9e5560f Merge "2.0 Translator:GL_INVALID_VALUE on bad program/shader" by David Turner · 14 years ago
  80. c97bc44 Merge "Fix parameter parsing in renderer" by David Turner · 14 years ago
  81. b26d94c Merge "opengles Translator: DrawTex impl - don't draw if no textures enabled." by David Turner · 14 years ago
  82. 98030a4 Merge "2.0 translator: support ARB_ES2_compatibility stuff" by David Turner · 14 years ago
  83. cea49c2 Merge "translator EGL:fixing bug in eglGetDisplay caused in Windows Platform" by David Turner · 14 years ago
  84. a99be30 Merge "opengles Translator: get Compressed texture handling out from GLEScontext" by David Turner · 14 years ago
  85. 31bf4fa 2.0 Translator:GL_INVALID_VALUE on bad program/shader by Yochai Shefi Simchon · 14 years ago
  86. 76007c3 Fix parameter parsing in renderer by Stas Gurtovoy · 14 years ago
  87. 0dad64d opengles Translator: DrawTex impl - don't draw if no textures enabled. by Stas Gurtovoy · 14 years ago
  88. 79b1bad 2.0 translator: support ARB_ES2_compatibility stuff by Yochai Shefi Simchon · 14 years ago
  89. 1d8465c translator EGL:fixing bug in eglGetDisplay caused in Windows Platform by Amit Feller · 14 years ago
  90. 1d9dc99 opengles Translator: get Compressed texture handling out from GLEScontext by Stas Gurtovoy · 14 years ago
  91. b2de740 am 7fdf635d: Merge "opengles emulator: support for null in data parameter of glCompressedTexImage2D" by David Turner · 14 years ago
  92. 01427d1 am c86fa4b8: Merge "opengles emulator: support NULL as parameter to glTexImage2D (gles1)" by David Turner · 14 years ago
  93. 7fdf635 Merge "opengles emulator: support for null in data parameter of glCompressedTexImage2D" by David Turner · 14 years ago
  94. c86fa4b Merge "opengles emulator: support NULL as parameter to glTexImage2D (gles1)" by David Turner · 14 years ago
  95. d9d1006 opengles emulator: support for null in data parameter of glCompressedTexImage2D by Stas Gurtovoy · 14 years ago
  96. c99d4a0 opengles emulator: support NULL as parameter to glTexImage2D (gles1) by Stas Gurtovoy · 14 years ago
  97. 0fecb41 am 7be5b706: Merge "emulator:opengl: input event redirection" by David Turner · 14 years ago
  98. c1c47c0 am 6a9aa82f: Merge "emulator:opengl: custom framebuffer sizes" by David Turner · 14 years ago
  99. 7be5b70 Merge "emulator:opengl: input event redirection" by David Turner · 14 years ago
  100. 6a9aa82 Merge "emulator:opengl: custom framebuffer sizes" by David Turner · 14 years ago