summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
AgeCommit message (Expand)Author
2021-03-17Support instancing in OpenGL ES 2.0 if availableRay
2021-03-14WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistencyRay
2021-03-04Some naming tweaksRay
2021-03-03Corrected bugRay
2021-03-03WARNING: BREAKING: RENAMED: enums valuesRay
2021-03-02Reviewed defines, try to avoid elif statementsRay
2021-03-02Some misc tweaksRay
2021-03-02REVIEWED: rlUnloadMesh()Ray
2021-03-02REVIEWED: rlUnloadMesh()Ray
2021-03-02REVIEWED: rlUnloadMesh() #1615Ray
2021-02-28Fixes gl state after HDR texture functions. (#1621)Jeffery Myers
2021-02-26Review bug on OpenGL 1.1Ray
2021-02-21[models] Move vboId ALLOC/FREE to rlgl module #1603Ray
2021-02-20[Examples] Fix typecast warnings in examples. (#1601)Jeffery Myers
2021-02-14Review some commentsraysan5
2021-02-09Fix spelling mistake (#1581)BrokenKeyboard
2021-02-05REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562raysan5
2021-02-05REVIEWED: DecompressData(), memory reallocationraysan5
2021-02-02REVIEWED: LoadShaderProgram() #1563raysan5
2021-01-25Removing config.h.in file (#1546)hristo
2021-01-09rlOrtho() reverted changeRay
2021-01-07It'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-06Review rlOrtho() to avoid return in the middle of the functionraysan5
2021-01-06Don't create an ortho matrix when the viewport is 0 in any axis. (#1504)Jeffery Myers
2021-01-02Update year to 2021raysan5
2020-12-23Review formattingraysan5
2020-12-13Add options to set line width and aliasing to rlGL layer. (#1457)Jeffery Myers
2020-12-05Add functions to enable/disable depth writes to go with functions for depth t...Jeffery Myers
2020-11-19Version tweakRay
2020-11-16rlUpdateTexture(): Corrected issueRay
2020-11-03Remove trailing spacesRay
2020-11-01Review contributed examplesRay
2020-10-31REDESIGNED: Multiple sampler2D usage on batch systemRay
2020-10-29Support multiple sample2D on batch drawing #1333Ray
2020-10-26Support additional texture units for default batch system #1333Ray
2020-10-26Review some commentsRay
2020-09-28Review Texture typeRay
2020-09-27Added noteraysan5
2020-09-27[wip] rlDrawMeshInstanced (#1318)seanpringle
2020-09-26REVIEW: GenTextureCubemap(), avoid using models.c functionsraysan5
2020-09-25REVIEW: Replace rlglDraw() calls by DrawRenderBatch() internal callsraysan5
2020-09-25REVIEWED: GenTextureCubemap(), use rlgl functionality onlyraysan5
2020-09-21REVIEWED: GenTextureCubemap()raysan5
2020-09-18EXAMPLE: models_skybox works on OpenGL ES 2.0raysan5
2020-09-18Review commentraysan5
2020-09-18REDESIGNED: GenTexture*() #721raysan5
2020-09-18REVIEWED: rlFramebufferAttach() to support texture layersraysan5
2020-09-18Corrected minor framebuffer issue on OpenGL ES 2.0raysan5
2020-09-18WARNING: REDESIGN of rlgl framebuffers API #721raysan5