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
2021-02-05
REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562
raysan5
2021-02-05
REVIEWED: DecompressData(), memory reallocation
raysan5
2021-02-02
REVIEWED: LoadShaderProgram() #1563
raysan5
2021-01-25
Removing config.h.in file (#1546)
hristo
2021-01-09
rlOrtho() reverted change
Ray
2021-01-07
It's top-bottom not bottom-top in GL space. (#1517)
Jeffery Myers
2021-01-06
Remove unused condition in 'GenerateMipmaps' function for GRAPHICS_API_OPENG...
Victor Gallet
2021-01-06
Review rlOrtho() to avoid return in the middle of the function
raysan5
2021-01-06
Don't create an ortho matrix when the viewport is 0 in any axis. (#1504)
Jeffery Myers
2021-01-02
Update year to 2021
raysan5
2020-12-23
Review formatting
raysan5
2020-12-13
Add options to set line width and aliasing to rlGL layer. (#1457)
Jeffery Myers
2020-12-05
Add functions to enable/disable depth writes to go with functions for depth t...
Jeffery Myers
2020-11-19
Version tweak
Ray
2020-11-16
rlUpdateTexture(): Corrected issue
Ray
2020-11-03
Remove trailing spaces
Ray
2020-11-01
Review contributed examples
Ray
2020-10-31
REDESIGNED: Multiple sampler2D usage on batch system
Ray
2020-10-29
Support multiple sample2D on batch drawing #1333
Ray
2020-10-26
Support additional texture units for default batch system #1333
Ray
2020-10-26
Review some comments
Ray
2020-09-28
Review Texture type
Ray
2020-09-27
Added note
raysan5
2020-09-27
[wip] rlDrawMeshInstanced (#1318)
seanpringle
2020-09-26
REVIEW: GenTextureCubemap(), avoid using models.c functions
raysan5
2020-09-25
REVIEW: Replace rlglDraw() calls by DrawRenderBatch() internal calls
raysan5
2020-09-25
REVIEWED: GenTextureCubemap(), use rlgl functionality only
raysan5
2020-09-21
REVIEWED: GenTextureCubemap()
raysan5
2020-09-18
EXAMPLE: models_skybox works on OpenGL ES 2.0
raysan5
2020-09-18
Review comment
raysan5
2020-09-18
REDESIGNED: GenTexture*() #721
raysan5
2020-09-18
REVIEWED: rlFramebufferAttach() to support texture layers
raysan5
2020-09-18
Corrected minor framebuffer issue on OpenGL ES 2.0
raysan5
2020-09-18
WARNING: REDESIGN of rlgl framebuffers API #721
raysan5
2020-09-17
WARNING: struct RenderTexture2D: Removed `depthTexture`
raysan5
2020-09-16
REVIEWED: UnloadShader() issue
raysan5
2020-09-16
Minor: remove tabs
raysan5
2020-09-16
Make sure to detach data before deleting
raysan5
2020-09-15
Review GenDrawCube() and GenDrawQuad()
raysan5
2020-09-15
Solved issues when compiled for OpenGL 1.1
raysan5
2020-09-14
REVIEWED: GetTextureData(), allow retrieving 32bit float data
raysan5
2020-09-01
Update rlgl.h
raysan5
2020-09-01
MOVED: rlUnproject() [rlgl] -> Vector3Unproject() [raymath]
raysan5
2020-09-01
Review custom blend modes mechanism
raysan5
2020-09-01
Multiple blendmodes (#1324)
cedemax
2020-07-30
rlCheckErrors (#1321)
seanpringle
2020-07-28
Corrected issue with framebuffer size storage #1298
raysan5
2020-07-17
Find a better mechanism to avoid FBO on OpenGL 2.1 if required #1290
raysan5
2020-07-10
Disable FBO support on OpenGL 2.1 #1290
raysan5
2020-07-10
Review comment
raysan5
[next]