summaryrefslogtreecommitdiffstats
path: root/modules/pvr/texture_loader_pvr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde2020-12-101-4/+4
* PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde2020-12-101-49/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-3/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-23/+39
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-2/+2
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-2/+6
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-15/+10
* Texture refactorJuan Linietsky2020-02-111-8/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-3/+3
* Fix pvrtc encoderVasiliy Makarov2019-05-011-4/+3
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Use placement new in texture_loader_pvr.cpp (#24417).marxin2019-01-251-5/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-15/+1
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-3/+3
* Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-6/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-21/+22
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-243/+204
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-26/+32
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-6/+10
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-12/+12
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-19/+19
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde2016-10-151-0/+711