summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
AgeCommit message (Expand)Author
2018-10-01Support KXT image file exportRay
2018-09-17Support ExportImage() as raw pixel dataRay
2018-09-17Support image exportRay
2018-09-17Improved data export capabilities!Ray
2018-09-05Corrected issue with font tintRay
2018-08-09Merge pull request #616 from overdev/masterRay
2018-08-08Update textures.cJorge A. Gomes
2018-08-06Reviewed spacings on latest PRRay
2018-08-05Fix compiler warings in texture.c and more.Kim Kulling
2018-08-03Update textures.cJorge A. Gomes
2018-08-03Update textures.cJorge A. Gomes
2018-07-29Fix typo (s/proedural/procedural)Ahmad Fatoum
2018-07-05Corrected issue with GetFontDefault()raysan5
2018-07-05Renamed GetDefaultFont() to GetFontDefault()raysan5
2018-07-03Added function: ImageColorReplace()Ray
2018-07-02Removed function prototypeRay
2018-06-20Improved font generation and SDFRay
2018-06-12Reviewed some functionsRay
2018-06-12Comment reviewRay San
2018-06-12Added function: GetImageDataNormalized()Ray San
2018-06-12Corrected bugRay San
2018-06-10Propose new function: GenImageFont()raysan5
2018-06-06Some comments cleaningRay
2018-06-03Added ImageRotate*() functionsRay
2018-06-02Corrected issue with function definitionRay
2018-06-02Work on ImageResizeCanvas()Ray
2018-06-01Added: ImageResizeCanvas() -WIP-Ray
2018-05-30Removed assert()Ray
2018-05-29Replaced tabs by spacesRay
2018-05-28Corrected issue with floats on TCCRay
2018-05-22Added a noteRay San
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
2018-05-17Header tweak and commentsRay
2018-05-12Corrected issue on LoadASTC()Ray
2018-05-09Corrected issue on rectangle drawingRay
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
2018-05-04Rectangle parameters changed to floatRay San
2018-04-29Corrected alpha blending on ImageDraw()raysan5
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
2018-04-05Remove unnecesary NPOT checkRay
2018-04-05Simplified some codeRay
2018-04-04Added: ImageDrawRectangle()Ray
2018-04-03Review ImageDraw() alpha blendingRay
2018-04-02Fix use after freeMartinfx
2018-02-18Added comments to review function ImageTextEx()raysan5
2018-02-18Support UTF8 basic characters on ImageTextEx()raysan5
2018-01-28Corrected several issues...Ray
2018-01-23Review mipmaps generation issueRay
2018-01-22Improved pixel formats supportRay
2018-01-18MSVC: Fix void pointer arithmetic errorAhmad Fatoum