3627 Commits (af4fbcd9827b35b84d773a5e04bfbc1509e37556)
 

Author SHA1 Message Date
Vladimír Vondruš af4fbcd982 Fix BufferTextureGLTest. 12 years ago
Vladimír Vondruš dfd7de8df1 Return 1 as implicit alignment value. 12 years ago
Vladimír Vondruš 3d0b573efb Doc++, minor cleanup. 12 years ago
Vladimír Vondruš af88f166fa Added Renderer::Feature::RasterizerDiscard. 12 years ago
Vladimír Vondruš 1f6ae8f359 Text: fix performance warning in test. 12 years ago
Vladimír Vondruš bdfa72e0e9 Fix Buffer move construction/assignment on NaCl. 12 years ago
Vladimír Vondruš a3aa26bbe4 Proper state tracking also in texture-multi-bind. 12 years ago
Vladimír Vondruš 385549d0b8 Ensure that the renderbuffer object is properly created before using it. 12 years ago
Vladimír Vondruš dc10402c1c Ensure that the mesh object is properly created before using it. 12 years ago
Vladimír Vondruš 0d4b66789b Ensure that the framebuffer object is properly created before using it. 12 years ago
Vladimír Vondruš 8f58d9dd82 Ensure that buffer object is properly created before using it. 12 years ago
Vladimír Vondruš 4242072695 Ensure that texture object is properly created before using it. 12 years ago
Vladimír Vondruš c08b1263e1 Support for ARB_conditional_render_inverted (GL 4.5). 12 years ago
Vladimír Vondruš 80cab864b2 Doc++ 12 years ago
Vladimír Vondruš d2e28e5f99 Split Query.h into per-class header. 12 years ago
Vladimír Vondruš 7caeb928d2 Obvious check is obvious. 12 years ago
Vladimír Vondruš 4f30c667a3 Minor cleanup. 12 years ago
Vladimír Vondruš 3eff64ab62 Platform: doc++. 12 years ago
Vladimír Vondruš fec3bdadd7 doc: mention usage of CMAKE_INSTALL_RPATH and CMAKE_PREFIX_PATH. 12 years ago
Vladimír Vondruš 63bca6c65a More README updates. 12 years ago
Vladimír Vondruš 7f238d0bc4 Updated related projects in README. 12 years ago
Vladimír Vondruš 6f688ab947 "Fix" flaky TimeQueryGLTest. 12 years ago
Vladimír Vondruš 8903941462 Text: updated and fixed Renderer docs. 12 years ago
Vladimír Vondruš 2a5db55117 Text: unified and updated pre-rendered glyph set. 12 years ago
Vladimír Vondruš f246b41ad9 Replaced APPLE_vertex_array_object with ARB_vertex_array_object. 12 years ago
Vladimír Vondruš 0c37555079 Removed APPLE_flush_buffer_range from extension list. 12 years ago
Vladimír Vondruš 7b5d9a63f1 Initial support for OpenGL 4.5. 12 years ago
Vladimír Vondruš 009f2e29b6 Updated GL headers for OpenGL 4.5. 12 years ago
Vladimír Vondruš c2b01cf6de Doc++ 12 years ago
Vladimír Vondruš 561a3cc965 Fix compilation on ES. 12 years ago
Vladimír Vondruš a6ec3fcbf8 Mention usage of flextGL. 12 years ago
Vladimír Vondruš ac015f926d Hide Buffer::bind() and Buffer::unbind() from public API. 12 years ago
Vladimír Vondruš a189913fed Platform: display also all new ES 3.1 limits in magnum-info. 12 years ago
Vladimír Vondruš ea164f697d Enabled new buffer functionality in ES 3.1. 12 years ago
Vladimír Vondruš 74a33df246 Enabled multisample texture framebuffer attachment in ES 3.1. 12 years ago
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