summaryrefslogtreecommitdiffstats
path: root/modules/basis_universal
Commit message (Expand)AuthorAgeFilesLines
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-2/+2
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-2/+2
* basis_universal: Update to upstream commit from Apr 16, 2021Rémi Verschelde2021-05-074-13/+18
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-2/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Consistently use normal_mapMarcel Admiraal2020-12-291-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-16/+0
* Fix header guards in modules:Marcel Admiraal2020-09-061-0/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Replace NULL with nullptrlupoDharkael2020-04-022-4/+4
* Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-1/+1
* Fix another batch of -Wmaybe-uninitialized warningsRémi Verschelde2020-03-301-2/+2
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-20/+23
* Renaming of servers for coherency.Juan Linietsky2020-03-272-16/+16
* Fix some -Wmaybe-uninitialized warningsRémi Verschelde2020-03-271-1/+2
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Fix basis_universal to not include tool main file.Fabio Alessandrelli2020-03-111-1/+0
* Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-181-8/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-27/+27
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-1/+5
* basis_universal: Update to upstream commit from Jan 4, 2020Rémi Verschelde2020-02-131-14/+14
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-114-8/+8
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-113-0/+90
* basis_universal: Use proper basisu_transcoder.h header, fixes Clang buildRémi Verschelde2020-02-114-39/+38
* Fixes to Basis Universal.Juan Linietsky2020-02-111-2/+3
* basis_universal: Fix py3 build and document license and provenanceRémi Verschelde2020-02-111-25/+30
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-116-0/+587