| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-26 | REVIEWED: Improved log info on image/textures laoding | Ray | |
| ADDED: rlGetPixelFormatName() | |||
| 2021-06-25 | WARNING: REVIEWED: Default shader uniform names | Ray | |
| When a shader is loaded, by default, several locations are tried to be set automatically. | |||
| 2021-06-25 | REVIEWED: LoadShader() and default locations | Ray | |
| Reviewed locations descriptions | |||
| 2021-06-17 | Remove Color struct requirement | Ray | |
| 2021-06-10 | Review some comments | Ray | |
| 2021-06-10 | Reviewed functions description | Ray | |
| Replaced: Returns -> Get | |||
| 2021-06-10 | Added some enum comments | Ray | |
| 2021-06-05 | Minor format tweaks | raysan5 | |
| 2021-05-30 | REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796 | Ray | |
| 2021-05-22 | Some code tweaks for consistency | Ray | |
| 2021-05-08 | check for vao extension (#1757) | Antonio Jose Ramos Marquez | |
| 2021-04-28 | Decoupling rlgl from platform layer | Ray | |
| Now rlgl only depends on OpenGL and it's completely decoupled from platform layer libraries (EGL) | |||
| 2021-04-27 | Minor tweaks | Ray | |
| 2021-04-25 | Review OpenGL 1.1 building #1732 | raysan5 | |
| It works compiling with MinGW | |||
| 2021-04-18 | Remove trailing spaces | Ray | |
| 2021-04-18 | Review extensions issue on macOS | Ray | |
| 2021-04-18 | WARNING: REDESIGNED: rlLoadExtensions() #1295 | Ray | |
| Added config flag: SUPPORT_GL_DETAILS_INFO | |||
| 2021-04-14 | Added some OpenGL extensions comments | Ray | |
| 2021-04-11 | Update rlgl.h | Ray | |
| 2021-04-11 | Some defines simplification | Ray | |
| 2021-04-07 | REVIEWED: OpenGL 2.1 compilation | Ray | |
| 2021-04-06 | Corrected issue on RPI | Ray | |
| 2021-04-06 | REVIEWED: Some rlgl cleaning on unused types | Ray | |
| 2021-04-05 | REVIEWED: rlLoadShaderDefault() | raysan5 | |
| Operate over global variable | |||
| 2021-04-04 | Update rlgl.h | raysan5 | |
| 2021-04-04 | REDESIGNED: Shapes texture/rec moved to shapes module | raysan5 | |
| 2021-04-02 | ADDED: GenMeshDefault() #1556 | raysan5 | |
| 2021-04-02 | REDESIGN: Move GenTexture*() functions to PBR example #721 | raysan5 | |
| Removed functions from rlgl module. | |||
| 2021-04-02 | REVIEWED: GenTexture*() functions #721 | raysan5 | |
| Avoid RLGL data dependency to allow moving the functions somewhere else | |||
| 2021-04-01 | Review libc dependency | raysan5 | |
| 2021-04-01 | Remove trailing spaces | raysan5 | |
| 2021-03-31 | ADDED: Support model normal matrix location #1691 | raysan5 | |
| 2021-03-31 | REVIEWED: Define instancing API entry points for RPI | raysan5 | |
| 2021-03-31 | REVIEWED: RPI instancing checks #1679 | raysan5 | |
| 2021-03-28 | REVIEWED: rlgl: Stereo render is working again | raysan5 | |
| As a bonus, stereo render is compatible with mesh instancing now! | |||
| 2021-03-27 | Fixing pointer arithmetic to avoid error [-Werror=pointer-arith] (#1685) | Maksymilian Mika | |
| 2021-03-26 | REVIEWED: DrawMeshInstanced() | Ray | |
| 2021-03-25 | REVIEWED: OpenGL 1.1 working again | Ray | |
| 2021-03-25 | WARNING: BREAKING: rlgl redesign -WIP- | Ray | |
| rlgl module has been completely redesigned to move Mesh/Material structures to [models] module. Still some work to do, broken elements: - [models] OpenGL 1.1 mesh rendering: DrawMesh() - [models] Mesh Instancing: DrawMeshInstanced() - [models] Stereo rendering: DrawMesh() - [models] GL_FLOAT, GL_UNSIGNED_INT exposed - [models] GenMeshCustom() - [rlgl] GenTexture*() functions removal? | |||
| 2021-03-23 | Fix activeTextureId to have MAX_BATCH_ACTIVE_TEXTURES elements instead of ↵ | Victor | |
| the hardcoded 4 (#1674) | |||
| 2021-03-23 | Update rlgl.h | Ray | |
| 2021-03-23 | REVIEWED: rlgl_standalone usage | Ray | |
| 2021-03-22 | WARNING: BREAKING: REDESIGNED: rlgl module | Ray | |
| - Many functions renamed to follow rl*() convention - Some internal functions exposed in the API - Some functionality moved to other modules - Reorganized all functions by categories - Make sure it keeps working with OpenGL 1.1 and 2.1 | |||
| 2021-03-21 | REVIEWED: rlgl module #1523 | Ray | |
| 2021-03-21 | WARNING: BREAKING: rlgl module redesign -WIP- | Ray | |
| - Some rlgl functions have been moved to core - Some functions have been made internal to rlgl - rlgl functions prefixed with rl*() | |||
| 2021-03-20 | BIG CHANGE: REDESIGNED: Vr device simulator #1582 | Ray | |
| Vr simulator has been moved to core module and completely redesigned. Now user is in charge of stereo-render fbo and also in full control of distortion shader. Code is a bit more complex but better aligned with other raylib examples. | |||
| 2021-03-19 | Removed trailing spaces | Ray | |
| 2021-03-19 | WARNING: BREAKING: REVIEWED some enums naming | Ray | |
| Now enum names are more consistent between them. | |||
| 2021-03-18 | REVIEWED: Material params #1649 | Ray | |
| Just assigned a fixed memory size for custom Material parameters in case of being required, so we shouldn't worry about allocating/freeing them. | |||
| 2021-03-17 | Support instancing in OpenGL ES 2.0 if available | Ray | |
| Checking for extension and enabling it if available | |||
