11597 Commits (85f6bd834e11bb6e9fcb5eedeb6bfb62dd50f7c0)
 

Author SHA1 Message Date
Vladimír Vondruš 85f6bd834e doc: expand MSVC-/GCC-specific warning supporessions to clang-cl. 8 months ago
Vladimír Vondruš 9ee7e899aa Ignore warnings of glaring uselessness on clang-cl. 8 months ago
Vladimír Vondruš 507e8845d3 Import GL shader resources on static builds unconditionally. 8 months ago
Vladimír Vondruš f2da1e12b5 Math: accidental stray semicolon. Copypasted 14 times. Sigh. 8 months ago
Vladimír Vondruš bc5cb3e363 Test: fix Clang missing prototypes warnings harder. 8 months ago
Vladimír Vondruš 8f6e35f4ad package/homebrew: C++14 is nothing to boast with in 2025. 8 months ago
Vladimír Vondruš 06550adb04 package/homebrew: use current master for the stable version. 8 months ago
Vladimír Vondruš b85f0c8dfe doc: update credits and changelog. 9 months ago
Vladimír Vondruš f297d593bf Math: make all trivial mutable getters constexpr under C++14. 9 months ago
Vladimír Vondruš c232a57325 Math: doc++ 9 months ago
Vladimír Vondruš c41a13ecc8 Math: make test using declarations consistent as well. 9 months ago
Vladimír Vondruš ddde7f77db Math: rename test cases for consistency with other test files. 9 months ago
Vladimír Vondruš 0fc40bea05 package/ci: use GitHub for downloading OpenAL releases. 9 months ago
Vladimír Vondruš 20f66ff0b4 Platform: delete EmscriptenApplication WebGL context only if there is. 9 months ago
Vladimír Vondruš 968b9a59dc Platform: add a TODO. 9 months ago
Vladimír Vondruš ac9780f65b Platform: add test for creating contextless EmscriptenApplication. 9 months ago
Vladimír Vondruš 43c552aa01 Shaders: properly test uniform struct trivial copyability. 9 months ago
Vladimír Vondruš 67b8559de3 Text: can do this string concatenation at compile time. 9 months ago
Vladimír Vondruš b04e726be7 package/ci: lcov!!! don't test my patience! 9 months ago
Vladimír Vondruš b2307ef9f5 package/ci: skip OpenAL tests on the Xcode 15 image, they hang, FFS. 9 months ago
Vladimír Vondruš b30ec0a5f7 modules: link to static MoltenVK dependencies in FindVulkan. 9 months ago
Vladimír Vondruš bd1ff4ad94 package/ci: test with static MoltenVK in the macos-static build. 9 months ago
Vladimír Vondruš 6b58165856 Test: suppress missing prototypes warnings on Clang. 9 months ago
Vladimír Vondruš f66d1cc1d6 Shaders: more cases of accidental lowp. 10 months ago
Vladimír Vondruš 50a3632027 GL: expand notes for the "nv-broken-buffer-dsa" workaround. 10 months ago
Vladimír Vondruš 440653dbb8 package/ci: update to a newer Emscripten image that isn't 404ing. 10 months ago
Vladimír Vondruš d45da3a5a6 GL: this function isn't here. 10 months ago
Vladimír Vondruš ad9cb8c96e Shaders: increase test thresholds for GLES3 on NVidia. 10 months ago
Vladimír Vondruš dc77bf980b GL: doc++ 10 months ago
Vladimír Vondruš 2d36cab303 GL: put branch contents on a new line. 10 months ago
Vladimír Vondruš 28f5d5a07c GL: assume object is created if it's already bound somewhere. 10 months ago
Vladimír Vondruš 744b38dada GL: ensure the texture is actually created when using ARB_multi_bind. 10 months ago
Vladimír Vondruš 86972cb07f GL: repro cases for wrap() without ObjectFlag::Created causing asserts. 10 months ago
Vladimír Vondruš cfb18081bb GL: these helpers are never used on WebGL, compile them away. 10 months ago
Vladimír Vondruš ce466be335 GL: add getters for ObjectFlags to all GL object wrappers. 10 months ago
Vladimír Vondruš 6b11916fb8 GL: add debug output operators for ObjectFlags. 10 months ago
Vladimír Vondruš 0abacbb84d GL: minor. 10 months ago
Vladimír Vondruš 372edc13bc package/ci: exclude GL and Vk sources from code coverage on Windows. 10 months ago
Vladimír Vondruš 33c37e8e84 No need to use reinterpret_cast for char* <-> void* casting. 10 months ago
Vladimír Vondruš 82254ff189 Doc++ 10 months ago
Vladimír Vondruš cda1da17b0 Order *Image*D raw data accessors before all format-dependent accessors. 10 months ago
Vladimír Vondruš dd7b0754a0 Test: test that compressed blocks can be 2D/3D even for 1D/2D images. 10 months ago
Vladimír Vondruš 9ce6f147f7 Audio,GL,Vk: no point in including the extension lists in code coverage. 10 months ago
Vladimír Vondruš 05069848a4 GL: new "nv-cubemap-broken-dsa-compressed-subimage-upload" workaround. 10 months ago
Vladimír Vondruš ab05558ee2 GL: expand Texture3D compressed subimage upload to investigate a NV bug. 10 months ago
Vladimír Vondruš 239984d4f9 GL: group tests with 3D cubemap images together and name them properly. 10 months ago
Vladimír Vondruš 06e0118184 GL: of course I pushed a total stupidity right to master. 10 months ago
Vladimír Vondruš 5c88bc1d58 GL: actually test Buffer::setTargetHint(). 10 months ago
Vladimír Vondruš 3d55698cea GL: exclude debug enum printer values from coverage. 10 months ago
Vladimír Vondruš c804cca59f GL: set compressed block sizes only if actually needed. 10 months ago