summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
AgeCommit message (Collapse)Author
2019-05-15Corrected issue with texture flip XRay
2019-05-08Remove trail spacesRay
2019-04-23Support custom memory management macrosRay
Users can define their custom memory management macros. NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module.
2019-04-11Review cubemap generationRay
2019-04-08Review creation yearsRay
2019-04-07Happy new year 2019ChillerDragon
2019-04-04Removed trail spacesRay
2019-03-17ADDED: GetScreenData()raysan5
2019-03-15Work on ImageResizeCanvas()Ray
2019-03-15REVIEW: ImageResizeCanvas() -WIP-Ray
2019-03-12Support external config flagsRay
2019-02-28Removed some NULL pointer checksRay
2019-02-22Change ternary operator formattingRay
2019-02-22Remove TABSRay
2019-02-21Remove end-line spacesRay
2019-02-18Corrected issue #758Ray
2019-02-15Fix the image manipulation config flagJens Pitkanen
2019-02-14Fix config.h flagsJens Pitkanen
2019-02-12Corrected function usageRay
2019-02-11ADDED: GetClipboardText(), SetClipboardText()Ray
2019-02-04ADDED: rlLoadTextureDepth()Ray
REDESIGNED: rlLoadRenderTexture() ADDED: rlRenderTextureAttach() ADDED: rlRenderTextureComplete()
2019-02-04ADDED: LoadTextureCubemap()Ray
Probably uncomplete, not tested yet...
2018-12-26ADDED: DrawTextureQuad()raysan5
Useful for tiling and offset parameters definition.
2018-12-26REVIEWED: DrawRectanglePro()raysan5
2018-12-18Support PIC image format loadingRay
2018-12-18Support externally provided compilation flagsRay
Useful in case raylib compilation want to be automated and compilation config flags provided by command line.
2018-12-03Improved textures wrap supportRay
2018-11-30Some tweaksRay
2018-11-27Reimplement ImageAlphaCrop()Ray
2018-11-09ADDED: OpenURL()Ray
Corrected bug on ImageDrawRectangleLines()
2018-11-07Modifies some Image functionsRay
REVIEWED: ImageDrawRectangle() ADDED: ImageDrawRectangleLines()
2018-11-06Remove end-line spacesRay
2018-10-29Corrected typoRay
2018-10-29ADDED: Some functions...Ray
text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode()
2018-10-18Some formatting tweaksRay
2018-10-10Minor tweaksRay
2018-10-08ADDED: ImageExtractPalette()Ray
2018-10-01Review void pointer incrementationRay
2018-10-01Support KXT image file exportRay
[textures] Added SaveKTX() [rlgl] Exposed rlGetGlTextureFormats()
2018-09-17Support ExportImage() as raw pixel dataRay
Added note on KTX 2.2
2018-09-17Support image exportRay
2018-09-17Improved data export capabilities!Ray
REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order)
2018-09-05Corrected issue with font tintRay
2018-08-09Merge pull request #616 from overdev/masterRay
[Feature Request] 9-patch drawing function
2018-08-08Update textures.cJorge A. Gomes
See raylib/examples/textures/textures_image_9patch.c for how to use `DrawTextureNPatch` function.
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
Added support form vertical and horizontal 3-patches. Corrected the distortion caused when destRec size is smaller than 4x4. Now even 1x10 or 0x0 sizes are drawn correctly.
2018-08-03Update textures.cJorge A. Gomes
Added DrawNinePatch() function implementation.
2018-07-29Fix typo (s/proedural/procedural)Ahmad Fatoum