summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
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
2023-09-18Added UBSAN complaint fix to rLoadTexture #1891 (#3321)Christopher Odom
2023-09-07Review to avoid UBSAN complaining #1891Ray
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
2023-08-26Fix bug where default shaders was not linking. (#3261)Branimir Ričko
2023-08-19Revert "Fix #3246"Ray
2023-08-17Fix #3246Ray
2023-08-08Fix build for OpenGL 2.1, where half floats are part of an extension (#3233)Nikolas
2023-08-05Support 16-Bit HDR textures (#3220)Nikolas
2023-06-24REVIEWED: `rlLoadShaderBuffer()` #3104Ray
2023-06-17Remove trailing spacesRay
2023-06-12Continuation of support for ES3/WebGL2 (#3107)Chema Guerra
2023-06-03tweaksRay
2023-05-31ADDED: Experimental support for OpenGL ES 3.0 -WIP-Ray
2023-05-01REVIEWED: Modules description layoutRay
2023-04-22REVIEWED: Some old TODOsRay
2023-04-17Avoid shader attribute not found logRay
2023-04-10Avoid tracelog about not found uniforms #3003Ray
2023-03-14Update rlgl.hRay
2023-02-26Add GL_MIN GL_MAX blending equations (#2945)Antonis Geralis
2023-02-24REVIEWED: `rlUnloadFramebuffer()` #2937Ray
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
2023-02-05Clean trailing spacesRay
2023-01-24fixed typo (#2886)Dor Shapira
2023-01-24REVIEWED: `rlGenTextureMipmaps()`, GPU generation onlyRay
2023-01-21Stub out rlCubemapParameters if under GL 1.1. (#2876)Uneven Prankster
2023-01-19Add rlCubemapParameters to rlgl.h (#2862)Uneven Prankster
2023-01-10Minor tweaksRay
2023-01-10OpenGLES 2.0 support on PLATFORM_DESKTOP (#2840)Go Watanabe
2023-01-04REVIEWED: `rLoadTextureDepth()` fixed issueRay
2023-01-01Update year to 2023Ray
2022-12-14REVIEWED: Issue with depth textures on WebGL #2824Ray
2022-12-04Expose OpenGL blending mode factors and functions/equationsRay
2022-11-29REVIEWED: Issue with shader linkageRay
2022-11-24Use const for pointer float array (#2807)Antonis Geralis
2022-11-24Correct types for rlBindImageTexture (#2808)Antonis Geralis