aboutsummaryrefslogtreecommitdiff
path: root/src/textures.c
AgeCommit message (Collapse)Author
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
2015-11-05Added texture retrieval support on OpenGL ES 2.0Ray
Updated functions: Image GetTextureData(Texture2D texture); void *rlglReadTexturePixels(Texture2D texture);
2015-11-04Added some texture functionality (view details)Ray
LoadTextureEx() - Simplified parameters UpdateTexture() - Added, allows updating GPU texture data
2015-10-27Removed unneeded commentRay
2015-10-26Corrected bug on webRay San
2015-10-25Added some image manipulation functionsRay
Added (or completed functions): Image ImageText(const char *text, int fontSize, Color color); Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int spacing, Color tint); void ImageFlipVertical(Image *image); void ImageFlipHorizontal(Image *image); void ImageColorTint(Image *image, Color color); void ImageColorInvert(Image *image); void ImageColorGrayscale(Image *image); void ImageColorContrast(Image *image, float contrast); void ImageColorBrightness(Image *image, int brightness);
2015-10-24Reviewed NPOT messages and usageRay
2015-10-06Added a bunch of image manipulation functions:raysan5
Renamed functions (for coherence with new ones): - ImageConvertToPOT() -> ImageToPOT() - ImageConvertFormat() -> ImageFormat() New functions added (IN PROGRESS): - ImageCopy() - ImageCrop() - ImageResize() (Uses stb_image_resize.h) - ImageDraw() - ImageDrawText() - ImageDrawTextEx() - ImageFlipVertical() - ImageFlipHorizontal() - ImageColorInvert() - ImageColorGrayscale() - ImageColorContrast() - ImageColorBrightness()
2015-09-02Reviewed to work on Raspberry Piraysan5
[rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi
2015-08-30Added some commentsraysan5
2015-08-29Corrected bugs on DDS and PKM loadingraysan5
2015-08-07Reviewed ImageConvertToPOT()raysan5
2015-08-07Reviewed GetTextureData()raysan5
2015-08-05Added trace log for data unloadingRay
2015-07-29Replaced old mail by twitter userraysan5
2015-07-13Added some functions and renamed some othersraysan5
Added: - LoadImageRaw() - ImageCopy() Renamed: - GetPixelData() -> GetImageData()
2015-07-05Improved mipmaps support and image loadingraysan5
2015-05-21Improved custom shaders supportraysan5
Corrected issues with textures loading
2015-05-11Corrected bug on PVR textures loadingGatonevermind
2015-05-11raymath module review and other changesraysan5
Complete review of matrix rotation math Check compressed textures support WIP: LoadImageFromData()
2015-05-04Big batch of changes, check description:raysan5
- Camera system moved to a separate module [camera.c] - WIP: Added customization functions for camera controls - Added custom shaders support on batch drawing - Complete redesign of textures module to support multiple texture formats (compressed and uncompressed)
2015-04-13WIP on shaders and texturesraysan5
Moved functions: LoadShader(), UnloadShader() Add support for PVR textures compressed/uncompressed WIP: Detect available extensions for compressed textures
2015-04-06Big batch of changes! Check description:raysan5
Support multiple texture formats (uncompressed and compressed) Postprocessing shaders support Model struct redefined and improved Extended loading functions for Textures and Models Simplified functions: DrawPlane(), DrawQuad() Deleted functions: DrawPlaneEx(), DrawGizmoEx() Now Text module only depends on Textures module Shapes: Reviewed functions to low lines/triangles usage Removed useless tabs and spaces around code
2015-03-01Redesign shader system and moreraysan5
Shader system has been completely redesigned Added support for multiple texture color modes
2015-02-09Removed some TODO already doneraysan5
2015-02-02Removed useless spacesraysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-12-17[texture] image data initializationraysan5
2014-12-17[texture] image loading small checkraysan5
2014-12-15Added support for emscripten and moreraysan5
Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited...
2014-11-23Updated stb headersraysan5
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Removed useless spacesraysan5
2014-07-23Corrected bugs...raysan5
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
2014-07-23Update to version 1.1.1raysan5
Check CHANGELOG for a detailed list of changes
2014-06-09Updated some commentsraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-04-09Lots of changes, most of them under testing-reviewraysan5
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
2014-04-04Adapt multiple functions to rlglraysan5
Nearly a complete rework of Models module Some teaks on multiple functions
2014-03-25Road to raylib 1.1 - Testing rlglraysan5
2014-03-16Update to version 1.0.61.0.6raysan5
Check CHANGELOG for the list of changes in this release!
2014-01-28Update to version 1.0.5raysan5
Check CHANGELOG for changes
2014-01-23Updated raylib to version 1.0.41.0.4raysan5
Lots of changes added, check CHANGELOG for detailed description
2013-11-30Updated to version 1.0.2raysan5
Some functions added (collision detection) Check CHANGELOG for details
2013-11-28Added some functions and Updated examplesraysan5
View CHANGELOG for details
2013-11-23Replaced tab by 4 spaces and adjust textraysan5