10244 Commits (56a850f9ad24f9db23f54fb080b5fbfc68a390d2)
 

Author SHA1 Message Date
Vladimír Vondruš 56a850f9ad GL: implement NV_depth_buffer_float. 3 years ago
Vladimír Vondruš 1a2378407a GL: don't treat NV_depth_buffer_float as being core in GL 3.0. 3 years ago
Vladimír Vondruš 9e399c552e doc: work around Doxygen ALIAS stupidity. 3 years ago
Vladimír Vondruš 4c393574b8 doc: remove obsolete TODO. 3 years ago
Vladimír Vondruš bede836077 GL: expose Renderer::setDepthRange(). 3 years ago
Vladimír Vondruš 1726b25e3c GL: doc++ 3 years ago
Vladimír Vondruš 468b5ffab1 GL: move Renderer *Implementation() definitions next to the public APIs. 3 years ago
Vladimír Vondruš 1850210de4 GL: expose Renderer::Feature::SampleAlphaToCoverage and related APIs. 3 years ago
Vladimír Vondruš d2adc05739 GL: call GL APIs directly from Renderer where possible. 3 years ago
Vladimír Vondruš 4aee7e0d2c Trade: alright, fine, I won't push straight to master ever again! 3 years ago
Vladimír Vondruš 888ba08569 CMake: make it possible to use <PackageName>_ROOT to locate dependencies. 3 years ago
Vladimír Vondruš 34a91cf458 Trade: fix an unused variable warning on a no-assert build. 3 years ago
Vladimír Vondruš 3701f8fa5c Shaders: mention UBO limits in Configuration setters. 3 years ago
Vladimír Vondruš 01a3d81b7e GL: some GLES extensions weren't reported as used during startup. 3 years ago
Vladimír Vondruš 3227766aca GL: implement {ARB,OES,EXT}_texture_view. 3 years ago
Vladimír Vondruš 7153ef92a0 GL: recognize {OES,EXT}_texture_view ES3.1+ extensions. 3 years ago
Vladimír Vondruš 6aa137341a GL: yay, can use GL_PACK_ROW_LENGTH_NV now. 3 years ago
Vladimír Vondruš 95b138362f external: refresh generated OpenGL headers. 3 years ago
Vladimír Vondruš b8c2f8b317 MeshTools: allow smaller-to-larger array copying in concatenate(). 3 years ago
Vladimír Vondruš 5d3bba5182 MeshTools: use struct member slicing in concatenate() test. 3 years ago
Vladimír Vondruš 0446c2919c doc: refresh Developers Guide re GL feature additions. 3 years ago
Vladimír Vondruš 35e65f19f9 GL: implement ARB_framebuffer_no_attachments and related ES3.1 API. 3 years ago
Vladimír Vondruš 4d1509f9cb GL: don't zero-init the memory in Buffer::subData(). 3 years ago
Vladimír Vondruš 3eb131c82e GL: clean up remaining member function pointers in the state tracker. 3 years ago
Vladimír Vondruš 87d7bd8c6e GL: accept ArrayViews in *Framebuffer::mapForDraw() and invalidate(). 3 years ago
Vladimír Vondruš 7accf94c38 GL: cover the singular Framebuffer::mapForDraw() with tests as well. 3 years ago
Vladimír Vondruš 55954be637 GL: use the more explicit initializer list to ArrayView conversion here. 3 years ago
Vladimír Vondruš b99e7dc50e GL: remove unneded ArrayView.h include from headers. 3 years ago
Vladimír Vondruš ff7a304b57 MaterialTools: use filter() and merge() in phongToPbrMetallicRoughness(). 3 years ago
Vladimír Vondruš 177c59289e MaterialTools: add a possibility to filter also the types enum. 3 years ago
Vladimír Vondruš 0980b3b78c MaterialTools: fix filterAttributes() asserting with empty input. 3 years ago
Vladimír Vondruš 467daa5aa5 MaterialTools: add a merge() utility. 3 years ago
Vladimír Vondruš 8047737f70 doc: update MaterialTools namespace docs to be less underwhelming. 3 years ago
Vladimír Vondruš b1a13c9140 MaterialTools: add filter{Attributes,Layers,AttributesLayers}(). 3 years ago
Vladimír Vondruš 6d8999eefd Trade: expect MaterialData attrs to not be larger than end layer offset. 3 years ago
Vladimír Vondruš 89e1dcbe11 package/archlinux: equip the Clang PKGBUILDs with a multi-config build. 3 years ago
Vladimír Vondruš 3c51914bdf sceneconverter: adapt the test to (upcoming) UfbxImporter changes. 3 years ago
Vladimír Vondruš dc7209cc0c GL: suppress a Clang warning in the test. 3 years ago
Vladimír Vondruš 4a6510b91e Animation: properly initialize all Track members. 3 years ago
Vladimír Vondruš 8f97068be8 doc: suppress useless "this pointer is null" warnings on GCC 11+. 3 years ago
Vladimír Vondruš 0f7598e326 CMake: Corrade now sets -fno-strict-aliasing on its own. 3 years ago
Vladimír Vondruš fad94d2526 GL: forgot to document ImageAccess enum values. 3 years ago
Vladimír Vondruš dbf74c7f0e Trade: minor OCD cleanup. 3 years ago
Vladimír Vondruš b4b93e064d Platform: improve WindowlessEglApp error with a not found CUDA device. 3 years ago
Vladimír Vondruš 01976f170d Trade: add a TODO for potential better SceneFieldData packing. 3 years ago
Vladimír Vondruš 4cbbff1842 Trade: fix build on GCC 4.8, but don't break MSVC at the same time. 3 years ago
Vladimír Vondruš 2dc117d52d package/archlinux: clear more compiler flags not known by GCC 4.8. 3 years ago
Vladimír Vondruš 4613fd2db9 package/archlinux: the GCC 4.8 PKGBUILD needs GCC 4.8 corrade as well. 3 years ago
Vladimír Vondruš 9f662d793e Trade: implement SceneField::Bit. 3 years ago
Vladimír Vondruš 053685ee9a Trade: allow array access to all SceneData/MeshData fields/attributes. 3 years ago