303 Commits (762dba470ca2f061eb86e528d1908506668df4d6)

Author SHA1 Message Date
Vladimír Vondruš 32613a592a Implemented glClearBuffer() APIs from GL 3.0 / GLES 3.0. 9 years ago
Vladimír Vondruš 929329b1f8 Fix the ability to create sRGB textures on ES2/WebGL1. 9 years ago
Vladimír Vondruš 1c433486cd Consistently use macOS instead of OSX. 9 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago
Vladimír Vondruš bb31182ec3 Test: add XFAIL to NVidia driver bug that's happening since May or so. 9 years ago
Vladimír Vondruš f1982f2e1b Ability to specify shader attribute properties fully at runtime. 9 years ago
Vladimír Vondruš b64ef212df Test: we have halves now, so why not test them. 9 years ago
Vladimír Vondruš e0ee452297 Don't use deprecated Buffer functionality. 9 years ago
Vladimír Vondruš f33dc5ba75 Test: improve XFAIL messages a bit. 9 years ago
Vladimír Vondruš c8b31b8468 Test that binding index buffer internally doesn't affect bound VAOs. 9 years ago
Vladimír Vondruš 9435b52911 Test: don't link non-GL tests to OpenGLTester library. 9 years ago
Vladimír Vondruš 96f2c670ff Test: enable PrimitiveQuery::Target::PrimitivesGenerated test on ES3. 9 years ago
Vladimír Vondruš b6c37ef077 Test that ImageView can eat non-const ArrayView. 9 years ago
Vladimír Vondruš 4b589e10ac More consistent naming in Context::DetectedDriver. 9 years ago
Vladimír Vondruš d101ced2b4 Debug output for Context::DetectedDriver[s]. 9 years ago
Vladimír Vondruš b83b122005 Debug operator for Context::Flags. 9 years ago
Vladimír Vondruš ce6fc52654 Reduce amount of GL queries when asking for compressed (sub)images. 9 years ago
Vladimír Vondruš ec4b177e1b Test: make the tests compile again on old GCCs. 9 years ago
Vladimír Vondruš 6353761ce9 Test: reworked texture pixel storage tests. 9 years ago
Vladimír Vondruš 1c98f2a901 Test: don't require GLSL 4.00 if not strictly necessary. 9 years ago
Vladimír Vondruš 96fa501f0b Test: don't even try if there are not enough XFB streams available. 9 years ago
Vladimír Vondruš b053ba5c32 Test: fix unnecessary test failure on macOS. 9 years ago
Vladimír Vondruš d443cb58ae Test: don't require GLSL 4.10 if not strictly needed. 9 years ago
Vladimír Vondruš 18057600c7 Test: cap multisample texture sample count to implementation limits. 9 years ago
Vladimír Vondruš d7b0f3f4ea Test: expect failure in CubeMapTexture::invalidateSubImage() on Mesa. 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Vladimír Vondruš f222449bdf Minor code reordering. 9 years ago
Vladimír Vondruš 46e118879f Test: use Containers::arrayView() and arrayCast() to simplify code. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš e666316ce1 Test: no inheriting constructors on GCC 4.7. 9 years ago
Vladimír Vondruš 13d9a8f6f5 NoInit constructor for AbstractShaderProgram. 9 years ago
Vladimír Vondruš 400b5fafcf Clarify and verify that NoCreate constructors don't need GL context. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš f0cf36dea5 Added NoCreate {Compressed,}BufferImage constructors. 9 years ago
Vladimír Vondruš 44b2ae72bb Ability to create {Compressed,}BufferImage from an existing Buffer. 9 years ago
Vladimír Vondruš 876573fc6c Added {Compressed,}BufferImage::release(). 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 772ae84062 Test: adapt AbstractOpenGLTester to changes in Corrade::TestSuite. 9 years ago
Vladimír Vondruš dd2058cee3 Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header. 9 years ago
Vladimír Vondruš 8679402f24 Equality comparison operators for PixelStorage. 9 years ago
Vladimír Vondruš 1eb26bd1a5 Test: workaround/suppress leaks when ResourceManager is asserting. 10 years ago
Vladimír Vondruš 94a3ae8174 Final attempt to fix shaders w/o version directive. 10 years ago
Vladimír Vondruš ec83697242 Test that it's possible to compile a single-file shader w/o version. 10 years ago
Vladimír Vondruš 90791c370a Test that nothing is added before user-specified shader version directive. 10 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš a60dc74dac Implemented Mesh::draw(..., TransformFeedback&). 10 years ago
Vladimír Vondruš b6dbc8fc58 Check for mesh emptiness even before binding the shader. 10 years ago
Vladimír Vondruš 2519f9fc06 Test: don't have unnecessarily large buffer size for XFB. 10 years ago
Vladimír Vondruš 9642869c59 Implemented ARB_transform_feedback_overflow_query. 10 years ago
Vladimír Vondruš f275143e9f Support for indexed primitive queries. 10 years ago