summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
AgeCommit message (Expand)Author
2023-03-07REVIEWED: Data types validationRay
2023-03-06Remove trailing spacesRay
2023-02-25Update rtextures.cRay
2023-02-21Update rtextures.cRay
2023-02-21REVIEWED: `IsImageReady()` and `IsTexureReady()`Ray
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
2023-02-05Clean trailing spacesRay
2023-01-28ADDED: IsModelReady(), IsMaterialReady(), IsTextureReady(), IsRenderTextureRe...Rob Loach
2023-01-27ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,...Rob Loach
2023-01-20Fix warnings in raylib project from MSVC (#2871)Jeffery Myers
2023-01-01Update year to 2023Ray
2022-12-07ADDED: `ColorTint()`, `ColorContrast()`Ray
2022-12-05ADDED: `ColorBrightness()`Ray
2022-12-02format tweakRay
2022-11-29REVIEWED: Image fileformat support: PIC, PNMRay
2022-11-29ADDED: Optional support for PNM images (.ppm, .pgm)Ray
2022-11-10Minor formating tweaksRay
2022-11-10WARNING: REMOVED: `DrawTextureTiled()`Ray
2022-11-10WARNING: REMOVED: `DrawTextureQuad()`Ray
2022-11-10WARNING: REMOVED: `DrawTexturePoly()`Ray
2022-10-26fixed blur issue on opaque pictures & added example (#2775)nobytesgiven
2022-10-25Added Box and Gaussian blurring (#2770)nobytesgiven
2022-10-14Fix ImageTextEx and ImageDrawTextEx scaling (#2756)hkc
2022-10-14ADDED: `GenImageText()`Ray
2022-09-30minor tweaksRay
2022-09-22WARNING: Several changes on UTF-8/Codepoints APIRay
2022-09-19REVIEWED: New functions coding conventionsRay
2022-09-19Added: `ImageDrawCircleLines`, `ImageDrawCircleLinesV` (#2713)Rob Loach
2022-09-17Move compressed textures loading to a separate self-contained libraryRay
2022-09-17ADDED: `GenImagePerlinNoise()`Ray
2022-09-05WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirementRay
2022-08-13minor tweaksRay
2022-08-02Remove trailing spacesRay
2022-07-31Use American spelling of colourSpace (#2604)BlueStag
2022-07-27rtextures: Improve numerical stability of float multiplication (#2596)Piotr Wierciński
2022-07-26rtextures: Fix ImageFromImage crash (#2594)Piotr Wierciński
2022-07-10REVIEWED: `ImageResize()` #2572Ray
2022-06-16fix: round off error in ColorAlphaBlend (#2524)Roy Qu
2022-05-07Corrected typoRay
2022-04-23Optimize Some Image Functions. (#2429)Anilforextra
2022-03-20REVIEWED: Avoid some float -> double promotionsRay
2022-03-19Verify there is enough space in the batch for the npatch geometry. (#2401)Jeffery Myers
2022-03-18Fix too many opening parens in src/rtextures.c (#2398)João Távora
2022-02-18Removed trailing spacesraysan5
2022-01-26Support export .jpeg filesRay
2022-01-22Update rtextures.cRay
2022-01-03Review tracelogsRay
2021-12-31Update year to 2022raysan5
2021-12-19REVIEWED: `LoadTextureCubemap()` #2224Ray
2021-12-19REVIEWED: LoadTextureCubemap() #2223Ray