summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
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
2019-12-11Read texture data as RGBA from FBO on GLES 2.0Ray
2019-12-04Corrected issue #1027raysan5
2019-11-25Support rlPushMatrix() and rlPopMatrix() on mesh drawingRay
2019-11-11[rlgl] Create function `rlUpdateMeshAt` (#1010)brankoku
2019-11-06rlUpdateMesh now supports updating indices (#1009)brankoku
2019-11-04REVIEW: rlLoadTexture()raysan5
2019-10-29Review formatting for PR #1004Ray
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-10-27added GetMatrixProjection fixed issue with GL11 where model matrix was identi...chriscamacho
2019-10-17Remove trailing spacesRay
2019-09-25Convert default shader to const stringsRay
2019-09-25Const corectness for LoadShaderCode (#977)Catalin Moldovan
2019-09-22Review PR and commentsRay
2019-09-13fixed some memory leaks, still issue with material index allocation leaking 4...chriscamacho
2019-08-27Formatting tweakraysan5
2019-08-27Review all RL_CALLOC() callsraysan5
2019-08-26Expose scissor functionalityraysan5
2019-08-20Review OpenGL ES 2.0 extensions checkraysan5
2019-08-12Corrected issue on compressed textures data sizeraysan5