summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
2020-07-30rlCheckErrors (#1321)seanpringle
2020-07-28Corrected issue with framebuffer size storage #1298raysan5
2020-07-17Find a better mechanism to avoid FBO on OpenGL 2.1 if required #1290raysan5
2020-07-10Disable FBO support on OpenGL 2.1 #1290raysan5
2020-07-10Review commentraysan5
2020-07-09Free leaked allocations from render objects (#1302)Terry Nguyen
2020-06-27Corrected issue with OpenGL 1.1 supportRay
2020-06-25ADDED: UpdateTextureRec()Ray
2020-06-08Fix extra memory allocated when updating color buffer in mesh (#1271)Chang Si Yuan
2020-05-23Review usage of sizeof(), unify conventionsraysan5
2020-05-22Tweakraysan5
2020-05-18Avoid glGetStringi() on OpenGL 2.1raysan5
2020-05-16added BLEND_SET (#1251)Random
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01WARNING: Big internal redesign!raysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-30UWP rework (#1231)Reece Mackie
2020-04-06Corrected issue with depth initialization #1179raysan5
2020-04-05Some code tweaks, comments and definesraysan5
2020-03-27Review TRACELOG() categoriesraysan5
2020-03-27[rlgl] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-03-04ADDED: LoadFileText() and SaveFileText()Ray
2020-02-28Replaced fabs() by fabsf() when requiredRay
2020-02-28`LoadText()` tweak (#1113)brankoku
2020-02-28REVIEWED: LoadText()Ray
2020-02-27Remove trail spaces and some tweaksRay
2020-02-27LoadText(): Added commentRay
2020-02-26Security checkRay
2020-02-26Reviewed exampleRay
2020-02-26Remove TraceLog() dependency on standalone modeRay
2020-02-24[rlgl] LoadText() variable scope improvementRay
2020-02-04Added func used in commentsRay
2020-02-04Review libc dependencies and remove when possibleRay
2020-02-03Review issue with RLGL TraceLog()Ray
2020-02-03Remove all trail spacesRay
2020-02-03Update rlgl.hRay
2020-02-03Replace TraceLog() function by TRACELOG macroRay
2020-02-03Develop branch integration (#1091)Ray
2020-01-28Tweak to avoid compilation warningRay
2020-01-24Allow MAX_BATCH_BUFFERING config at compile timeRay
2020-01-24Addressed issue #1051Ray
2020-01-19Review custom allocatorsraysan5
2020-01-19Review functions modifiersraysan5
2020-01-08Comments reviewRay
2020-01-08Reviewed some commentsRay
2020-01-05Update year to 2020raysan5
2019-12-29GenTextureCubemap(): renamed parameterraysan5
2019-12-11Corrected bug on rlReadTexturePixels()Ray