3592 Commits (278877f8e3fcd40bdb38ea4b5feda57a269bfdb5)
 

Author SHA1 Message Date
Vladimír Vondruš 278877f8e3 Enabled 2D multisample textures in ES 3.1. 12 years ago
Vladimír Vondruš ac0b63da0b Enabled multisample texture limit queries in ES 3.1. 12 years ago
Vladimír Vondruš 10faa49363 Enabled texture image size queries in ES 3.1. 12 years ago
Vladimír Vondruš 01053ec504 Enabled stencil texturing in ES 3.1. 12 years ago
Vladimír Vondruš 4bc4a40c70 Enabled new shader functionality in ES 3.1. 12 years ago
Vladimír Vondruš 8e79d1877e Initial support for OpenGL ES 3.1. 12 years ago
Vladimír Vondruš f39e62b885 Updated GL headers for OpenGL ES 3.1. 12 years ago
Vladimír Vondruš d3fd195849 Re-enable ES extensions everywhere except NaCl and Emscripten. 12 years ago
Vladimír Vondruš 7468887e99 Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
Vladimír Vondruš e201b5a480 package: enable EglContext everywhere possible. 12 years ago
Vladimír Vondruš c09a929b0d Extension loading for OpenGL ES. 12 years ago
Vladimír Vondruš b0cbb4066c Added definitions for OpenGL ES function pointers. 12 years ago
Vladimír Vondruš 5a8e165014 Use flextGL also for OpenGL ES. 12 years ago
Vladimír Vondruš 420c43fc7a Minor cleanup of generated GL header. 12 years ago
Vladimír Vondruš 770dde6039 Platform: fix compilation of NaCl applications. 12 years ago
Vladimír Vondruš c8c32ae1d9 Trade: be more explicit. 12 years ago
Vladimír Vondruš 056ada8b99 Doc++ 12 years ago
Vladimír Vondruš 92a24fd637 Add missing test for multisample texture framebuffer attachment. 12 years ago
Vladimír Vondruš 76a4f4ab2f Neither multisample nor rectangle textures have mip levels. 12 years ago
Vladimír Vondruš 515e54f46e Removed obsolete workarounds. 12 years ago
Vladimír Vondruš a13f8f3455 Fixed test errors related to EXT_texture_storage on ES2. 12 years ago
Vladimír Vondruš ffb868cbe1 Platform: fix compilation of GLX applications on ES. 12 years ago
Vladimír Vondruš c2974f5ced Removed dead code. 12 years ago
Vladimír Vondruš 61bebc3417 Enabled TextureFormat::R8 and RG8 on ES2, clarified the docs. 12 years ago
Vladimír Vondruš 33b3989a01 Ensure that the renderbuffer is bound before setting storage. 12 years ago
Vladimír Vondruš adccc04c9a Revert "Shaders: somehow I need to enable the extension also on ES3." 12 years ago
Vladimír Vondruš c637002532 Shaders: fix MeshVisualizer on ES. 12 years ago
Vladimír Vondruš f98b39df4f Doc++, minor cleanup. 12 years ago
Vladimír Vondruš 611159fa2b Doc++ 12 years ago
Vladimír Vondruš 0908778eee modules: fix dependency finding for GlxContext. 12 years ago
Vladimír Vondruš f7f28bafde Expect failure in MeshGLTest. 12 years ago
Vladimír Vondruš 91649d32c4 Disable "Buffer detailed info" debug message for tests on NV (spammy). 12 years ago
Vladimír Vondruš a605306bb5 Added DebugMessage::setEnabled(). 12 years ago
Vladimír Vondruš 4a6f53cdc8 Added non-allocating char array overload to DebugMessage::insert(). 12 years ago
Vladimír Vondruš 9c1d00351a package: build GlxContext by default on Linux. 12 years ago
Vladimír Vondruš c7e4f92f1c Platform: added publicly usable *Context libraries. 12 years ago
Vladimír Vondruš 9a4b7e3a32 Using flextGL instead of glLoadGen for GL extension loading. 12 years ago
Vladimír Vondruš 75955ad1b9 Platform: include windows.h in WindowlessWglApplication. 12 years ago
Vladimír Vondruš f48cfee9f9 Platform: minor cleanup. 12 years ago
Vladimír Vondruš 05e0c8dcaa Disable TextureFormat::RGB10 for ES3. 12 years ago
Vladimír Vondruš 6c766df568 Move function pointer loading into platform-specific class. 12 years ago
Vladimír Vondruš 0cdd722a1e SceneGraph: fix compilation on MinGW-w64 GCC 4.9.1. 12 years ago
Vladimír Vondruš 24e88afefa Decide between ANGLE/NV implementation for Framebuffer::blit() on ES. 12 years ago
Vladimír Vondruš 8c18bd0995 There is glDiscardSubFramebuffer() in EXT_discard_framebuffer. 12 years ago
Vladimír Vondruš 623ed89328 Removed dead code. 12 years ago
Vladimír Vondruš 3619541f9e Minor cleanup. 12 years ago
Vladimír Vondruš 37c7f285c3 DebugTools: "fix" flaky test. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš b79c3d9305 Platform: properly set debug postfix also for WindowlessCglApplication. 12 years ago
Vladimír Vondruš 36c85988a8 Platform: minor cleanup. 12 years ago