summaryrefslogtreecommitdiffstats
path: root/core/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)2019-08-261-6/+6
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-50/+15
* Fix image offset when upscaling with LanczosDavide Busterna2019-08-151-12/+9
* Add Image.save_exr()Marc Gilleron2019-08-071-0/+10
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-30/+24
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-5/+5
* Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-011-0/+2
|\
| * fix some crashesFurkan Türkal2019-07-011-0/+2
* | Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+5
* | Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
|/
* Fix array overflow when saving scene previewqarmin2019-05-311-2/+2
* Implement Lanczos image filterDaw112019-05-051-0/+151
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-7/+5
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-5/+10
* Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky2019-03-071-0/+4
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Image: Fix decompressing ETC2Rémi Verschelde2019-02-081-1/+1
* Prevent upscaled SVG from exceeding Image boundsRémi Verschelde2019-01-281-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix blitting from negative positionPedro J. Estébanez2018-11-301-4/+8
* Fix Squish decompression, closes #18109Juan Linietsky2018-11-161-0/+9
* Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde2018-10-071-3/+4
|\
| * Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-3/+4
* | Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regressionRémi Verschelde2018-10-061-1/+3
|/
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-3/+3
* Fix some warnings raised by MSVC 2017Rémi Verschelde2018-10-031-14/+19
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Fix mipmap levels not being initializedelasota2018-08-251-8/+11
* Merge pull request #21167 from elasota/squish-quality-configRémi Verschelde2018-08-231-3/+3
|\
| * Use cluster fit at higher quality levelselasota2018-08-221-3/+3
* | get rid of default template function arguments, works on cxx03Juan Linietsky2018-08-221-15/+15
* | Make sure resizing of float and half float images works, fixes #21157Juan Linietsky2018-08-221-36/+134
|/
* BPTC supportelasota2018-08-211-46/+144
* Deprecate incorrect Color::gray()Rémi Verschelde2018-08-211-2/+2
* -Deprecate ImageTexture::loadJuan Linietsky2018-08-141-2/+6
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-5/+18
* Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky2018-07-231-12/+100
|\
| * Optimize image scaling routinesPedro J. Estébanez2018-07-231-6/+6
| * Add trilinear filtering to image scalingPedro J. Estébanez2018-07-231-7/+95
* | Add webp buffer loader for Imagegeequlim2018-07-171-18/+14
* | Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky2018-07-031-0/+30
|/
* added rgbe_to_srgb method to Imagekarroffel2018-05-301-0/+32
* Merge pull request #18219 from AlexHolly/fix-image-blit-blendJuan Linietsky2018-05-071-0/+24
|\
| * blit and blend fix when dst<Vector2Alexander Holland2018-04-151-0/+24
* | Merge pull request #18505 from AlexHolly/image-point2-helperJuan Linietsky2018-05-071-1/+11
|\ \
| * | add Point2 helper for Image.get_pixel and Image.set_pixelAlexander Holland2018-04-291-1/+11
| |/
* | add condition check in Imgae::create(...)RaphaelHunter2018-05-051-0/+3
* | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-011-1/+4
|\ \
| * | Fixes logically dead code (Coverity)Crazy-P2018-04-211-1/+4
| |/
* / Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-291-12/+36
|/