summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
AgeCommit message (Collapse)Author
2017-04-30Some code tweaksRay
2017-04-23TraceLog() output tweakraysan5
2017-04-21Make TraceLog() public to the APIRay
enum LogType could require some revision...
2017-04-20Update some filesRay
2017-04-16Updated STB libs to latest versionraysan5
2017-04-04Corrected issue when retrieving texture from GPURay
2017-03-29Added IsFileExtension()Ray
Replaced old GetExtension() function Make IsFileExtension() public to the API
2017-03-25Working on configuration flagsRay
2017-03-20Review some commentsRay
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-05Refactor SpriteFont structraysan5
Now it uses CharInfo data, this way, it's better aligned with the future RRES file format data layout for sprite font characters.
2017-01-28Remove unecessary spaces...Ray
2017-01-15Removed GetNextPOT(), review TraceLog()raysan5
2016-12-27Some functions review and additionsraysan5
- Improved ImageCopy() to support compressed formats - Renaming file-formats header structs for consistency - Review variables naming on ImageDither() for consistency - Improved LoadImagePro() to make a copy of data - Preliminary support of rRES file format on LoadImage()
2016-12-25Added raw image file reading data checkraysan5
2016-12-25Review some functions for consistencyraysan5
Removed: LoadTextureEx() Added: LoadImagePro()
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
Start removing old rRES functions.
2016-12-05Corrected some warningsRay
2016-11-22Corrected bug on GenTextureMipmaps()Ray
texture.mipmaps value needs to be updated, so, texture must be passed by reference instead of by value
2016-11-16Reviewed modules commentsraysan5
2016-10-31Comments tweaksraysan5
2016-10-29Support textures filteringraysan5
2016-10-27Funtions added to set texture parametersraysan5
SetTextureFilter() SetTextureWrap()
2016-10-24Improving sprite fonts support...raysan5
Support grayscale (8 bit) textures for fonts Load unordered chars data above char 126
2016-10-17Corrected some warningsRay
2016-10-09Correct warningRay
2016-09-22Simplify supported image formatsraysan5
Removed support for some unusual image formats
2016-09-12Review spacing formattingraysan5
raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention
2016-09-12Corrected text drawing within an imageraysan5
2016-09-07Some code tweaksRay
2016-09-05Added function: ImageAlphaMask()Ray
2016-08-31Formatting tweaksraysan5
2016-08-16Removed useless spacingraysan5
2016-08-07Some functions reviewraysan5
2016-06-21Code tweakraysan5
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
2016-06-02Review heades usageRay
This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone.
2016-06-01Corrected some issues on OpenGL 1.1raysan5
2016-05-29Improved render to textureraysan5
Support render texture size different than screen size
2016-04-07Simplified texture flip and added commentsraysan5
2016-03-30Added support for render to texture (use RenderTexture2D)raysan5
Now it's possible to render to texture, old postprocessing system will be removed on next raylib version.
2016-03-27Review commentsraysan5
2016-03-06Added new functions to draw text on imageraysan5
2016-03-02Added support for Nearest-Neighbor image scalingraysan5
Specially useful on default font scaling
2016-02-12Reviewed code TODOsraysan5
2016-01-04Fixed bug: rlglGenerateMipmaps()raysan5
2016-01-02Small code tweaksraysan5
2015-12-30Added function: ImageDither()raysan5
Corrected some code details
2015-12-09DrawTextureRec() function review to allow flipped rectangleraysan5