summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
AgeCommit message (Expand)Author
2020-06-07REVIEWED: ImageToPOT() #1218raysan5
2020-06-07REVIEWED: ImageAlphaCrop() #1218raysan5
2020-06-07REDESIGNED: ImageCrop(), optimized #1218raysan5
2020-06-07REVIEWED: ExportImage(), optimized #1218raysan5
2020-06-07REDESIGNED: ImageRotateCCW(), optimized #1218raysan5
2020-06-07REDESIGNED: ImageRotateCW(), optimized #1218raysan5
2020-06-07REDESIGNED: ImageFlipHorizontal(), optimized #1218raysan5
2020-06-07REDESIGNED: ImageFlipVertical(), optimized #1218raysan5
2020-06-02REVIEWED: GetPixelDataSize() to consider compressed data properlyraysan5
2020-05-24Review ExportImageAsCode() commentraysan5
2020-05-23Corrected issueraysan5
2020-05-23Add note comment on ExportImageAsCode()raysan5
2020-05-23Use RL_FREE() instead of free()raysan5
2020-05-23REDESIGNED: ExportImageAsCode() to use memory buffer #1232raysan5
2020-05-23Corrected issues on LoadPKM()raysan5
2020-05-22Replace file accesses by memory accessesraysan5
2020-05-14Avoid LoadImageEx() usage internallyraysan5
2020-05-09Remove SUPPORT_IMAGE_DRAWING flagraysan5
2020-05-09WARNING: RENAMED: ImageExtractPalette() -> GetImagePalette()raysan5
2020-05-09Reorganized texture functionsraysan5
2020-05-07Reviewed missing check for JPGraysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-10WARNING: API BREAK: Removed LoadImagePro()raysan5
2020-04-10WARNING: API BREAK: Reviewed ImageDrawText*() params orderraysan5
2020-04-09Optimized ImageDrawPixel()raysan5
2020-04-08Fixed issue with ImageDrawLine()raysan5
2020-04-05Some code tweaks, comments and definesraysan5
2020-03-30Update textures.craysan5
2020-03-30Review formating and signegness issuesraysan5
2020-03-29Update ImageDraw*() functions to match arguments of Draw*() (#1156)Rob Loach
2020-03-27Review TRACELOG() messagesraysan5
2020-03-27[textures] Review TRACELOG() messagesraysan5
2020-03-27[textures] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-21Review formating from PR #1138raysan5
2020-03-21Added draw functions to ImageDraw*() (#1138)Sourav Gupta
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-03-15Corrected typoraysan5
2020-03-15REVIEWED: ImageTextEx() to support line breaks #1131raysan5
2020-03-08Changed `if` to `else if`. (#1122)SasLuca
2020-03-03Some code tweaksRay
2020-02-28Replaced fabs() by fabsf() when requiredRay
2020-02-27Corrected return valueRay
2020-02-27REDESIGN: ExportImage()Ray
2020-02-27Corrected issue with variable nameRay
2020-02-27Remove trail spaces and some tweaksRay
2020-02-27REDESIGNED: LoadImage() -WIP-Ray
2020-02-27REDESIGNED: LoadImageRaw(), LoadAnimatedGIF()Ray
2020-02-11Fixed memory leaks in textures.c (#1097)SasLuca