1. b508eaf Implement support for RGBA sampling. by Nicolas Capens · 10 years ago
  2. db799e6 Adding uniform related APIs for GLES3 by Alexis Hetu · 10 years ago
  3. b508ff8 Implement basic ANDROID_image_native_buffer support. by Ping-Hao Wu · 10 years ago
  4. 4e0d6f6 Implement support for RGBA display formats. by Nicolas Capens · 10 years ago
  5. f52c8ed Adding trace and more verifications to new ES3 APi functions by Alexis Hetu · 10 years ago
  6. 5906e98 Added missing stride value. by Greg Hartman · 10 years ago
  7. ab9b365 Add missing external texture type to the sampler uniforms. by Ping-Hao Wu · 10 years ago
  8. 51eede9 Implement EGL_SWAP_BEHAVIOR for eglSurfaceAttrib(). by Nicolas Capens · 10 years ago
  9. ebe6764 Add a critical section for dynamic code generation. by Nicolas Capens · 10 years ago
  10. 8b5b512 Android FrameBuffer implementation. by Greg Hartman · 10 years ago
  11. 7b1f3ab Implement basic GL_OES_draw_texture functionality. by Nicolas Capens · 10 years ago
  12. ef1ac39 Turn on tracing on Android by default. by Greg Hartman · 10 years ago
  13. a5fc519 dlopen() has no NO_LOAD option before Android L. by Ping-Hao Wu · 10 years ago
  14. f5525ca Implement glTexEnvx(). by Nicolas Capens · 10 years ago
  15. efc555d Implement glTexParameterx(). by Nicolas Capens · 10 years ago
  16. 59af4b9 Implement glShadeModel() for OpenGL ES 1.1. by Nicolas Capens · 10 years ago
  17. 029d353 Add support for Android window size. by Greg Hartman · 10 years ago
  18. 9a10e06 Update paths for the Android shared libraries by Greg Hartman · 10 years ago
  19. f6df06e Pull in a #include to get std::size_t for Android GCE K by Greg Hartman · 10 years ago
  20. 271c511 Connect tracing and logcat by Greg Hartman · 10 years ago
  21. 7ae353d Work around non-compliant behavior for Google Maps. by Nicolas Capens · 10 years ago
  22. a6fb2e0 Enable the use of samplerExternalOES. by Nicolas Capens · 10 years ago
  23. 129430e Ignore files generated by Code::Blocks by Ping-Hao Wu · 10 years ago
  24. 7d168c4 Wait for threads to exit when destroying them. by Nicolas Capens · 10 years ago
  25. 2028829 Indicate support for Android EGL surface config attributes. by Greg Hartman · 10 years ago
  26. a4b1f62 Use sched_yield() instead of pthread_yield(). by Nicolas Capens · 10 years ago
  27. 3bcd266 LLVM configuration for Android builds. by Ping-Hao Wu · 10 years ago
  28. 67a940b Android's Bionic doesn't support std::sprintf. by Ping-Hao Wu · 10 years ago
  29. c363dab Makefiles for Android integration. by Greg Hartman · 10 years ago
  30. 6d175f4 Remove symbols not available on Android by Nicolas Capens · 10 years ago
  31. 4c5b1a3 Remove uninformative error message details on division by zero. by Greg Hartman · 10 years ago
  32. 6dbd5fe Add missing virtual destructors. by Ping-Hao Wu · 10 years ago
  33. cb09556 Added missing header by Ping-Hao Wu · 10 years ago
  34. db04c06 Use a string format for safer printing. by Ping-Hao Wu · 10 years ago
  35. df84738 Remove unnecessary <exception> includes. by Ping-Hao Wu · 10 years ago
  36. 0300e3c Implement simple OpenGL ES 3.0 parameter checks by Alexis Hetu · 10 years ago
  37. 52e1843 Use a common implementation of the matrix stack for fixed-function OpenGL. by Nicolas Capens · 10 years ago
  38. 7462601 Implement glFrustum() for OpenGL ES 1.1. by Nicolas Capens · 10 years ago
  39. fec8129 libGL Frustum implementation by Maxime Gregoire · 10 years ago
  40. 53ff8d8 libGL MultMatrixd implementation by Maxime Gregoire · 10 years ago
  41. e1a8986 Replaced fopen every trace call by a single fopen when tracing/dumping data by Maxime Gregoire · 10 years ago
  42. fceb183 Adding some GLES 3.0 specific enums by Alexis Hetu · 10 years ago
  43. b1e911a Constant function parameters are not constant expressions. by Nicolas Capens · 10 years ago
  44. 6ef6d2a Always show the FPS when SwiftConfig is active. by Nicolas Capens · 10 years ago
  45. 31ad2aa Rename EvqConst to EvqConstExpr by Nicolas Capens · 10 years ago
  46. cc1e996 Fix Clang compilation. by Nicolas Capens · 10 years ago
  47. 18d5ef9 Set symbol extension at insertion. by Nicolas Capens · 10 years ago
  48. 33cda11 Set symbol operations at insertion. by Nicolas Capens · 10 years ago
  49. 8fa9d23 Use generic types to compact the symbol table initialization. by Nicolas Capens · 10 years ago
  50. 7322195 Use safer typed enums. by Nicolas Capens · 10 years ago
  51. e9233fb Adding multisampling to texture3D test by Alexis Hetu · 10 years ago
  52. 82cd6d8 Implement basic GLSL ES 3.0 texture sampling. by Nicolas Capens · 10 years ago
  53. f8a4cba Define GLSL ES 3.0 sampler types. by Nicolas Capens · 10 years ago
  54. 70da3d4 Simplify the creation of global types. by Nicolas Capens · 10 years ago
  55. 3d7f6ed Move GLSL ES 1.00-specific symbols to their own symbol level. by Nicolas Capens · 10 years ago
  56. e285865 Split builtin symbols over multiple levels. by Nicolas Capens · 10 years ago
  57. d603ecd Explicitly insert builtins at symbol level 0 and declare variables at the top level. by Nicolas Capens · 10 years ago
  58. 0a7f0c2 Pass the shader version to the symbol table. by Nicolas Capens · 10 years ago
  59. 7d62679 Implement support for layout qualifier locations. by Nicolas Capens · 10 years ago
  60. 2c1239f Add support for unsigned integer literals in the shading language. by Nicolas Capens · 10 years ago
  61. e4b1b1d Implement shader compiler support for uint vectors. by Nicolas Capens · 10 years ago
  62. 3c20f80 Implement shader compiler support for uint scalars. by Nicolas Capens · 10 years ago
  63. 309a1d9 Add helper functions to the lexer to tokenize strings that have different classifications in ES2 and ES3. by Nicolas Capens · 10 years ago
  64. a6a79ab Support in/out as type qualifiers. by Nicolas Capens · 10 years ago
  65. c684185 Add support for new ESSL 3.00 keywords. by Nicolas Capens · 10 years ago
  66. 996314b Reject GLSL ES 3.00 shaders for OpenGL ES 2.0 contexts. by Nicolas Capens · 10 years ago
  67. a68b611 Use an STL string for the shader info log. by Nicolas Capens · 10 years ago
  68. 20b06c3 Centralize shader compilation. by Nicolas Capens · 10 years ago
  69. 08ca3c6 Eliminate compiling for the WebGL spec. by Nicolas Capens · 10 years ago
  70. b28964b Parse the shader version number. by Nicolas Capens · 10 years ago
  71. b97ad2e Enable OpenGL ES 3.0 context creation. by Nicolas Capens · 10 years ago
  72. 792950a LibGL Simple cube test modification. by Maxime Gregoire · 10 years ago
  73. f7be67f Texture3D copy to level by Alexis Hetu · 10 years ago
  74. a5fbca0 wglSwapBuffers signature fix by Maxime Gregoire · 10 years ago
  75. cdd2924 Fix supporting samplers in structs passed down as function arguments. by Nicolas Capens · 10 years ago
  76. 8fb3b48 Always wait for the debugger. by Nicolas Capens · 10 years ago
  77. 94b95d9 Fix the Code::Blocks builds. by Nicolas Capens · 10 years ago
  78. 6407fe8 Eliminate the ShaderLang interface. by Nicolas Capens · 10 years ago
  79. 21c51c7 Eliminate the abstract shader compiler interface. by Nicolas Capens · 10 years ago
  80. 7a8ccc4 Eliminate TShHandleBase. by Nicolas Capens · 10 years ago
  81. d8cbf39 Rename ShHandle to Compiler. by Nicolas Capens · 10 years ago
  82. 55b22d6 Safely promote uninitialized constants. by Nicolas Capens · 10 years ago
  83. 2e2ba8d Ignore constants that have not been initialized. by Nicolas Capens · 10 years ago
  84. 198529d Provide safer and more convenient constant union accessors. by Nicolas Capens · 10 years ago
  85. cf72c8c OpenGL 2.1 Simple test cube application by Maxime Gregoire · 10 years ago
  86. 574409c Add OpenGL ES 3.0 entry function stubs. by Nicolas Capens · 10 years ago
  87. 094725d Add OpenGL ES 3.0 headers. by Nicolas Capens · 10 years ago
  88. 1b5b53b Predefine GL_FRAGMENT_PRECISION_HIGH. by Nicolas Capens · 10 years ago
  89. a9b4937 Implement an OpenGL 2.1 prototype. by Nicolas Capens · 10 years ago
  90. 80b4125 Share the name space implementation between all GL versions. by Nicolas Capens · 10 years ago
  91. d7d9b4b Access binding pointer objects through operators. by Nicolas Capens · 10 years ago
  92. 7cc75e1 Make the Object class independent of the GL version. by Nicolas Capens · 10 years ago
  93. 5767c7d Optimize fixed-function states. by Nicolas Capens · 10 years ago
  94. d05a23d Fix passthru of non-float texture coordinates. by Nicolas Capens · 10 years ago
  95. c50d35d Add support for quad primitives. by Nicolas Capens · 10 years ago
  96. 235781d Implement support for wide lines. by Nicolas Capens · 10 years ago
  97. eafa022 Make OutputASM header independent of GL headers. by Nicolas Capens · 10 years ago
  98. f8bce1f Fixed depth test for 3D texture test by Alexis Hetu · 10 years ago
  99. b027aa9 Adding Texture3D support. by Alexis Hetu · 10 years ago
  100. 1c840bb OpenGL ES environment texture partial implementation by Maxime Gregoire · 10 years ago