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