aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.h
AgeCommit message (Expand)Author
2016-06-07Updated some codeRay
2016-06-02Added functions to customize internal matrixraysan5
2016-06-02Review heades usageRay
2016-05-31Review text formatting (spacing, tabs...)raysan5
2016-05-31Removed colTint, tint color is colDiffuseraysan5
2016-05-31Improved library consistencyraysan5
2016-05-30Added tint color attribute to material data typevictorfisac
2016-05-30Remove normal depthvictorfisac
2016-05-30Add Draw3DCircle function and update raylib and rlgl headervictorfisac
2016-05-29Improved render to textureraysan5
2016-05-25Renamed shader variables (more generic names)raysan5
2016-05-21Add standard lighting (2/3)victorfisac
2016-05-20Add lighting system -IN PROGRESS-raysan5
2016-05-20Support DYNAMIC_DRAW mesh loadingraysan5
2016-05-18Reorganize data for consistencyraysan5
2016-05-12Simplified internal (default) dynamic buffersraysan5
2016-05-11Updated structs Mesh and Shaderraysan5
2016-05-07Library redesign to accomodate materials systemraysan5
2016-05-03Clean up and consistency reviewraysan5
2016-04-01Remove old postprocessing systemraysan5
2016-03-30Added support for render to texture (use RenderTexture2D)raysan5
2016-03-20Redesign to work as standaloneraysan5
2016-03-17Improved 2D-3D drawingRay
2016-03-06Redesign to use Material type -IN PROGRESS-raysan5
2016-02-02Functions parameters reorganize: Axis and AngleRay
2016-01-25Move Light struct to exampleraysan5
2016-01-21Updated struct typesraysan5
2016-01-20Adapted raymath as single header libraryraysan5
2016-01-18Rename VertexData struct to Meshraysan5
2016-01-13Vertex shaders optimizationraysan5
2016-01-04Fixed bug: rlglGenerateMipmaps()raysan5
2015-12-21Added new matrix location points and extra functionsvictorfisac
2015-11-05Added texture retrieval support on OpenGL ES 2.0Ray
2015-11-04Added some texture functionality (view details)Ray
2015-10-06Multiple code changes:raysan5
2015-08-30Reviewed some commentsraysan5
2015-08-29Small code tweaksraysan5
2015-08-07Added function SetBlendMode()raysan5
2015-08-05Reviewed for standalone usageRay
2015-07-29Replaced old mail by twitter userraysan5
2015-07-13Move shaders functions to module rlglraysan5
2015-07-05Improved mipmaps support and image loadingraysan5
2015-05-04Big batch of changes, check description:raysan5
2015-04-13WIP on shaders and texturesraysan5
2015-04-06Big batch of changes! Check description:raysan5
2015-03-02Changes integration (some WIP, view details)Marc Palau
2015-03-01Redesign shader system and moreraysan5
2015-02-02Add support for custom shadersraysan5
2015-01-02Examples review...raysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5