summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
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
2019-08-07WARNING: Redesigned structsRay
2019-07-27Reviewed rlTextureParameters()raysan5
2019-07-27Changes without CLion mess (#916)Reece Mackie
2019-07-24Try to support stack matrices on models drawingRay
2019-07-12Review extensions loading and freeingraysan5
2019-06-19Renamed screenWidth & screenHeightRay
2019-06-19Define some globalsRay
2019-06-15Fix vertex padding not zeroed for quads, close #891Shiqing
2019-06-06Review function prototypeRay
2019-05-14Corrected web issueRay
2019-05-08Remove trail spacesRay
2019-04-28Some formatting reviewraysan5
2019-04-28Expose enable/disable backface cullingraysan5
2019-04-27Review UWP implementationraysan5
2019-04-27UWP Support Overhaul (#819)Reece Mackie
2019-04-23WARNING: Issues on web buildingRay
2019-04-23Alloc custom allocators on standalone modeRay
2019-04-23Review issues on OpenGL 1.1Ray
2019-04-23Support custom memory management macrosRay
2019-04-22Expose rlgl functions on shared librariesRay
2019-04-11Review cubemap generationRay