summaryrefslogtreecommitdiffstats
path: root/core/image.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Merge pull request #16898 from Lerc/masterJuan Linietsky2018-04-081-0/+42
|\
| * change bumpmap_to_normalmap range from [1...255] to [0...255]Neil Graham2018-03-161-3/+3
| * change to clang formatNeil Graham2018-02-241-19/+19
| * add Image::bumpmap_to_normalmap conversion functionNeil Graham2018-02-211-0/+42
* | enhance mipmapsMavropoulos Ioannis2018-03-031-49/+17
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Fix crash when using Image.resize() without calling Image.create() firstJerome670002018-01-061-2/+5
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky2018-01-031-24/+0
* Merge pull request #15051 from binbitten/bug-fixesRémi Verschelde2018-01-031-0/+24
|\
| * Add missing image format RGB10A2. Fixes #14964binbitten2017-12-251-0/+24