848 Commits (dc41025ffc860594238ead0691cf2941c488924e)

Author SHA1 Message Date
Vladimír Vondruš dc41025ffc GL: remove stray unused expression. 2 months ago
Vladimír Vondruš 6ed7ee7b72 GL: don't need to include StaticArray in Context.h. 2 months ago
Vladimír Vondruš 82b3963632 Audio,GL: document why <cstdlib> is included. 2 months ago
Vladimír Vondruš 7d95c55eaf Fix unused variable warnings on a no-assert build. 2 months ago
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 6 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 6 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 6 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 6 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 6 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 6 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 6 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 6 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 6 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 6 months ago
Vladimír Vondruš c7c7f8d87f GL: don't mark a local inner struct with MAGNUM_GL_LOCAL. 7 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 7 months ago
Vladimír Vondruš 0109548149 Use https for links. 10 months ago
Vladimír Vondruš 50a3632027 GL: expand notes for the "nv-broken-buffer-dsa" workaround. 1 year ago
Vladimír Vondruš d45da3a5a6 GL: this function isn't here. 1 year ago
Vladimír Vondruš dc77bf980b GL: doc++ 1 year ago
Vladimír Vondruš 2d36cab303 GL: put branch contents on a new line. 1 year ago
Vladimír Vondruš 28f5d5a07c GL: assume object is created if it's already bound somewhere. 1 year ago
Vladimír Vondruš 744b38dada GL: ensure the texture is actually created when using ARB_multi_bind. 1 year ago
Vladimír Vondruš 86972cb07f GL: repro cases for wrap() without ObjectFlag::Created causing asserts. 1 year ago
Vladimír Vondruš cfb18081bb GL: these helpers are never used on WebGL, compile them away. 1 year ago
Vladimír Vondruš ce466be335 GL: add getters for ObjectFlags to all GL object wrappers. 1 year ago
Vladimír Vondruš 6b11916fb8 GL: add debug output operators for ObjectFlags. 1 year ago
Vladimír Vondruš 0abacbb84d GL: minor. 1 year ago
Vladimír Vondruš 82254ff189 Doc++ 1 year ago
Vladimír Vondruš cda1da17b0 Order *Image*D raw data accessors before all format-dependent accessors. 1 year ago
Vladimír Vondruš dd7b0754a0 Test: test that compressed blocks can be 2D/3D even for 1D/2D images. 1 year ago
Vladimír Vondruš 9ce6f147f7 Audio,GL,Vk: no point in including the extension lists in code coverage. 1 year ago
Vladimír Vondruš 05069848a4 GL: new "nv-cubemap-broken-dsa-compressed-subimage-upload" workaround. 1 year ago
Vladimír Vondruš ab05558ee2 GL: expand Texture3D compressed subimage upload to investigate a NV bug. 1 year ago
Vladimír Vondruš 239984d4f9 GL: group tests with 3D cubemap images together and name them properly. 1 year ago
Vladimír Vondruš 06e0118184 GL: of course I pushed a total stupidity right to master. 1 year ago
Vladimír Vondruš 5c88bc1d58 GL: actually test Buffer::setTargetHint(). 1 year ago
Vladimír Vondruš 3d55698cea GL: exclude debug enum printer values from coverage. 1 year ago
Vladimír Vondruš c804cca59f GL: set compressed block sizes only if actually needed. 1 year ago
Vladimír Vondruš 1851f345a7 GL: minor cleanup. 1 year ago
Vladimír Vondruš 334d0c166f GL: test pixel storage behavior with Context::resetState(). 1 year ago
Vladimír Vondruš 52fa7b527f GL: reset pixel storage parameters before compressed upload on ES. 1 year ago
Vladimír Vondruš 5f8162c438 GL: no need to set CompressedPixelStorage block properties anymore. 1 year ago
Vladimír Vondruš a0b03cf30f GL: this workaround is no longer used for anything. 1 year ago
Vladimír Vondruš d779e837f7 GL: use known compressed format properties instead of querying them. 1 year ago
Vladimír Vondruš a96fc85736 GL: temporarily work around CompressedImage asserts in tests. 1 year ago
Vladimír Vondruš dd5ff23399 GL: these assertions are handled by compressed images themselves now. 1 year ago
Vladimír Vondruš 1c1ded5869 Store block size properties in compressed images. 1 year ago
Vladimír Vondruš f8926fbdbd Fix pixel storage data size calculation for compressed images. 1 year ago