Ray
4b6e6ce20e
REVIEWED: Improved log info on image/textures laoding
ADDED: rlGetPixelFormatName()
4 년 전
Ray
e0720a0a55
WARNING: REVIEWED: Default shader uniform names
When a shader is loaded, by default, several locations are tried to be set automatically.
4 년 전
Ray
d4c03b47ec
REVIEWED: LoadShader() and default locations
Reviewed locations descriptions
4 년 전
Ray
942657fc7c
Remove Color struct requirement
4 년 전
Ray
7bc2e922c9
Review some comments
4 년 전
Ray
b0dcdf688f
Reviewed functions description
Replaced: Returns -> Get
4 년 전
Ray
8980bcfe4b
Added some enum comments
4 년 전
raysan5
e95d8bc655
Minor format tweaks
4 년 전
Ray
71995d52b3
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
4 년 전
Ray
03710c9d8e
Some code tweaks for consistency
4 년 전
Antonio Jose Ramos Marquez
2565c01158
check for vao extension ( #1757 )
4 년 전
Ray
ffadeeeb84
Decoupling rlgl from platform layer
Now rlgl only depends on OpenGL and it's completely decoupled from platform layer libraries (EGL)
4 년 전
Ray
6ebe76cba7
Minor tweaks
4 년 전
raysan5
0e2845ec26
Review OpenGL 1.1 building #1732
It works compiling with MinGW
4 년 전
Ray
581bd0eb02
Remove trailing spaces
4 년 전
Ray
223091f44c
Review extensions issue on macOS
4 년 전
Ray
d4ccca81db
WARNING: REDESIGNED: rlLoadExtensions() #1295
Added config flag: SUPPORT_GL_DETAILS_INFO
4 년 전
Ray
45823a36eb
Added some OpenGL extensions comments
4 년 전
Ray
afb254b985
Update rlgl.h
4 년 전
Ray
d2cb628a66
Some defines simplification
4 년 전
Ray
6719c3a1cd
REVIEWED: OpenGL 2.1 compilation
4 년 전
Ray
68124599e1
Corrected issue on RPI
4 년 전
Ray
802ca161d3
REVIEWED: Some rlgl cleaning on unused types
4 년 전
raysan5
5fd441969d
REVIEWED: rlLoadShaderDefault()
Operate over global variable
4 년 전
raysan5
14aa29d18b
Update rlgl.h
4 년 전
raysan5
66f3434571
REDESIGNED: Shapes texture/rec moved to shapes module
4 년 전
raysan5
c21baf0d92
ADDED: GenMeshDefault() #1556
4 년 전
raysan5
ccdf7ff335
REDESIGN: Move GenTexture*() functions to PBR example #721
Removed functions from rlgl module.
4 년 전
raysan5
67dda62867
REVIEWED: GenTexture*() functions #721
Avoid RLGL data dependency to allow moving the functions somewhere else
4 년 전
raysan5
b54d96205f
Review libc dependency
4 년 전
raysan5
aed0fee2ca
Remove trailing spaces
4 년 전
raysan5
cdc3754449
ADDED: Support model normal matrix location #1691
4 년 전
raysan5
434a3a276d
REVIEWED: Define instancing API entry points for RPI
4 년 전
raysan5
98a2e16d4d
REVIEWED: RPI instancing checks #1679
4 년 전
raysan5
aaf0d8b839
REVIEWED: rlgl: Stereo render is working again
As a bonus, stereo render is compatible with mesh instancing now!
4 년 전
Maksymilian Mika
f38ced15e7
Fixing pointer arithmetic to avoid error [-Werror=pointer-arith] ( #1685 )
4 년 전
Ray
f9bab14fdb
REVIEWED: DrawMeshInstanced()
4 년 전
Ray
fb9a437f8a
REVIEWED: OpenGL 1.1 working again
4 년 전
Ray
cba412cc31
WARNING: BREAKING: rlgl redesign -WIP-
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?
4 년 전
Victor
c5b0a1f005
Fix activeTextureId to have MAX_BATCH_ACTIVE_TEXTURES elements instead of the hardcoded 4 ( #1674 )
4 년 전
Ray
3e6ee028e5
Update rlgl.h
4 년 전
Ray
6f5a4a9351
REVIEWED: rlgl_standalone usage
4 년 전
Ray
2ce28f75ad
WARNING: BREAKING: REDESIGNED: rlgl module
- 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
4 년 전
Ray
c37f61d31f
REVIEWED: rlgl module #1523
4 년 전
Ray
ed4ca6a7f3
WARNING: BREAKING: rlgl module redesign -WIP-
- Some rlgl functions have been moved to core
- Some functions have been made internal to rlgl
- rlgl functions prefixed with rl*()
4 년 전
Ray
a76fcaba3e
BIG CHANGE: REDESIGNED: Vr device simulator #1582
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.
4 년 전
Ray
9909068714
Removed trailing spaces
4 년 전
Ray
a1d9987e7c
WARNING: BREAKING: REVIEWED some enums naming
Now enum names are more consistent between them.
4 년 전
Ray
664fbb87f5
REVIEWED: Material params #1649
Just assigned a fixed memory size for custom Material parameters in case of being required, so we shouldn't worry about allocating/freeing them.
4 년 전
Ray
aba69146f2
Support instancing in OpenGL ES 2.0 if available
Checking for extension and enabling it if available
4 년 전