summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
2024-07-11Replace `glGetInteger64v` with `glGetBufferParameteri64v` (#4154)Kai Kitagawa-Jones
2024-07-04Update rlgl.hRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-24Minor tweaksRay
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
2024-06-12Update rlgl.h (#4059)TokyoSU
2024-06-06[rlgl] Rename near, far variables (#4039)jgabaut
2024-05-12Reviewed input params #3974Ray
2024-05-05[rlgl] Fix incorrect matrix multiplication order in `rlMultMatrixf` (#3935)bohonghuang
2024-05-01Default shader attrib locations need to be exposedRay
2024-04-23Review formattingRay
2024-04-23Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912)KotzaBoss
2024-04-23[rlgl] Implement vertex normals for RLGL immediate drawing mode (#3866)bohonghuang
2024-04-20REVIEWED: `rlSetVertexAttribute()`, define last parameter as offset #3800Ray
2024-04-13Changed RLGL_VERSION from "4.5" to "5.0 (#3914)Mute
2024-04-02Remove trailing spacesRay
2024-03-18Fix #3876 and also `rlgl` review on #3783Ray
2024-03-18Fix #3876 and also `rlgl` review on #3783Ray
2024-02-18Remove some unneeded line breaksRay
2024-02-04REVIEWED: `rlLoadFramebuffer()`, parameters not requiredRay
2024-02-01REVIEWED: Issue on parsing #3765Ray
2024-01-29Review PR #3746 formatingRay
2024-01-29[CORE,RLGL] Fix scale issues when ending a mode (#3746)Jeffery Myers
2024-01-28Fix rlSetUniformSampler (#3759)veins1
2024-01-22fixed small typo, replaced `th` with `the` (#3752)Brian E
2024-01-02Update copyright to 2024Ray
2023-12-20Update rlgl.hRay
2023-12-20REVIEWED PR deferred renderRay
2023-12-20fix for deferred rendering example. (#3655)Jett
2023-11-30Expose OpenGL take 2 (#3588)Peter0x44
2023-11-30Fix mistake in pr #3572 (#3587)Peter0x44
2023-11-30REVIEWED: rlgl function description and commentsRay
2023-11-28Hide unneeded internal symbols when building raylib as an so or dylib (#3573)Peter0x44
2023-11-24Expose glad functions when building raylib as a shared lib (#3572)Peter0x44
2023-11-21Fix version info in rlgl.h (#3558)Steven Schveighoffer
2023-11-12[rlgl] Fixed return type of `GetCompressedFormatName` (#3529)Le Juez Victor
2023-11-10Update rlgl.hRay
2023-11-02Support OpenGL ES 3.0 building on WebRay
2023-11-02REVIEWED: Pointers exposing not required for ES3Ray
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-31ADDED: `rlBlitFramebuffer()`, required for deferred renderRay
2023-10-31Remove trailing spacesRay
2023-10-31Added rlEnablePointMode (#3490)Jett
2023-10-26Fix missing `PLATFORM_DESKTOP_SDL` checks. (#3469)2Bear
2023-10-19REVIEWED: `rlLoadTexture()` #3440Ray
2023-10-08Format tweaksRay
2023-09-26Remove trail spacesRay
2023-09-22REVIEWED: `glInternalFormat` is unsigned and actually, `rlGetGlTextureFormats...Ray
2023-09-20Added note about WebGL warningRay
2023-09-18Reviewed PR #3321Ray