Julio C. Galindo
6ae21d6581
Fixed some grammar mistakes and typos. ( #2914 )
* Fixed some grammar mistakes.
* Fixed some typos.
пре 2 година
Ray
1fea266472
Clean trailing spaces
пре 2 година
Dor Shapira
7cdffcec52
fixed typo ( #2886 )
pilepine=>pipeline
chosing=>choosing
additioanlly=>additionally
attachmment=>attachment
initialize=>inititialize
Binded=>Bound
lattest=>latest
hi @raysan5 , I ran rlgl.h into some "typo checking" program(basically a JetBrains IDE), and here are all the things that the program was able to spot and fix. as my English isn't really well I would like it if you could check that I didn't make any mistakes in the typo fixing...
пре 2 година
Ray
f68bb8c707
REVIEWED: `rlGenTextureMipmaps()`, GPU generation only
пре 2 година
Uneven Prankster
19715546b3
Stub out rlCubemapParameters if under GL 1.1. ( #2876 )
Co-authored-by: Uneven Prankster <unevenprankster@pm.me>
пре 2 година
Uneven Prankster
76468bb8d8
Add rlCubemapParameters to rlgl.h ( #2862 )
Co-authored-by: Uneven Prankster <unevenprankster@pm.me>
пре 2 година
Ray
3028bffd4c
Minor tweaks
пре 2 година
Go Watanabe
f549f67be9
OpenGLES 2.0 support on PLATFORM_DESKTOP ( #2840 )
* OpenGLES 2.0 support on PLATFORM_DESKTOP
* exmples raylib_opengl_interop desktop GLES2 support
* rename gles2.h -> glad_gles2.h
пре 2 година
Ray
89755e52bf
REVIEWED: `rLoadTextureDepth()` fixed issue
пре 2 година
Ray
b59fab7ee6
Update year to 2023
пре 2 година
Ray
619331f4a7
REVIEWED: Issue with depth textures on WebGL #2824
пре 3 година
Ray
4de64f5750
Expose OpenGL blending mode factors and functions/equations
пре 3 година
Ray
2edf5a9584
REVIEWED: Issue with shader linkage
пре 3 година
Antonis Geralis
2fd6d7e8c0
Use const for pointer float array ( #2807 )
* Use const for pointer float array
* missed a definition
пре 3 година
Antonis Geralis
2c77b31e30
Correct types for rlBindImageTexture ( #2808 )
пре 3 година
Ray
f6558fe6e0
Minor tweaks
пре 3 година
Ray
e6306e5e76
REVIEWED: `rlCullFace()` -> `rlSetCullFace()`
Reviewed formating to follow raylib coding conventions.
пре 3 година
jtainer
2761aa40dd
Added function rlCullFace ( #2797 )
rlCullFace sets the face culling mode to RL_FRONT or RL_BACK which correspond to GL_FRONT and GL_BACK respectively.
пре 3 година
Ray
7a15861d44
Update rlgl.h
пре 3 година
Ray
25d846aa9a
Avoid early return calls
пре 3 година
Ray
9017be3259
Reviewed latest PR formating and variables naming #2741
пре 3 година
凌溢狐
2d88958d35
Add rlSetBlendFactorsSeparate and custom blend mode modification checks ( #2741 )
пре 3 година
Ray
6e8f3b0f45
Update rlgl.h
пре 3 година
Ray
12e8cef9cf
REMOVED: Mipmaps software generation for OpenGL 1.1
As generation is done in software, it's up to the user to do it. `ImageMipmaps()` is already provided for reference.
пре 3 година
Nikolas
42ecd72547
[rlgl] Check for extensions before enabling them ( #2706 )
* [rlgl] Check for extensions before enabling them
* Shift to glad on macOS
* #undef CORE_OPENGL_33
* Remove version hack and fix ASTC compression assumption
* Remove loader from glad
* Use GLAD_MALLOC/FREE instead of malloc/free
* More explicit extension checking
пре 3 година
Nikolas
a12ddacb7b
Enable DXT compression on __APPLE__ targets ( #2694 )
пре 3 година
Ray
cf24c021a3
WARNING: BREAKING: Reviewed SSBO usage to avoid `long long`
raylib library tries to avoid `long long` usage. Several SSBO functions have been reviewed (including some renames for consistency) to minimize `long long` type usage.
пре 3 година
Ray
9996e328cb
WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirement
Updated version to `rlgl 4.2`
пре 3 година
Ray
ad5ffd78d6
REVIEWED: rlgl enums and comments
пре 3 година
Ray
64cca24526
ADDED: `RL_TEXTURE_MIPMAP_BIAS_RATIO` support to `rlTextureParameters()` for OpenGL 3.3 #2674
пре 3 година
Ray
904c505125
minor tweak
пре 3 година
Ray
dd455c626e
Update rlgl.h
пре 3 година
Ray
fd191a32ea
Remove trailing spaces
пре 3 година
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
пре 3 година
Ray
371aa0fe7f
Update rlgl.h
пре 3 година
Ray
68c7cc0cc4
minor tweak
пре 3 година
Ray
0afa79067b
Revert "Update rlgl.h"
This reverts commit 8fe6bfabbf .
пре 3 година
Ray
8fe6bfabbf
Update rlgl.h
пре 3 година
Ray
6f3b2a7661
Update rlgl.h
пре 3 година
Ray
309ad3e08b
REVIEWED: `rlTextureParameters()`, reset anisotropy level
пре 3 година
Ray
7ed3d870fe
REVIEWED: `rlGenTextureMipmaps()`, removed filtering setup
пре 3 година
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
пре 3 година
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
пре 3 година
Ray
df3f64bfd2
Corrected typo
пре 3 година
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
пре 3 година
Ray
bdfa256cea
Update rlgl.h
пре 3 година
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
пре 3 година
Ray
dc553d1996
Update rlgl.h
пре 3 година
Ray
f798ee2bc1
Update rlgl.h
пре 3 година
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
пре 3 година