Ray
f6558fe6e0
Minor tweaks
2 years ago
Ray
e6306e5e76
REVIEWED: `rlCullFace()` -> `rlSetCullFace()`
Reviewed formating to follow raylib coding conventions.
2 years ago
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.
2 years ago
Ray
7a15861d44
Update rlgl.h
2 years ago
Ray
25d846aa9a
Avoid early return calls
2 years ago
Ray
9017be3259
Reviewed latest PR formating and variables naming #2741
2 years ago
凌溢狐
2d88958d35
Add rlSetBlendFactorsSeparate and custom blend mode modification checks ( #2741 )
2 years ago
Ray
6e8f3b0f45
Update rlgl.h
2 years ago
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.
2 years ago
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
2 years ago
Nikolas
a12ddacb7b
Enable DXT compression on __APPLE__ targets ( #2694 )
2 years ago
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.
2 years ago
Ray
9996e328cb
WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirement
Updated version to `rlgl 4.2`
2 years ago
Ray
ad5ffd78d6
REVIEWED: rlgl enums and comments
2 years ago
Ray
64cca24526
ADDED: `RL_TEXTURE_MIPMAP_BIAS_RATIO` support to `rlTextureParameters()` for OpenGL 3.3 #2674
2 years ago
Ray
904c505125
minor tweak
2 years ago
Ray
dd455c626e
Update rlgl.h
2 years ago
Ray
fd191a32ea
Remove trailing spaces
2 years ago
Hanaxar
6f231ea9ac
Fix signedness in rlBindImageTexture ( #2539 )
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
2 years ago
Ray
371aa0fe7f
Update rlgl.h
2 years ago
Ray
68c7cc0cc4
minor tweak
2 years ago
Ray
0afa79067b
Revert "Update rlgl.h"
This reverts commit 8fe6bfabbf
.
2 years ago
Ray
8fe6bfabbf
Update rlgl.h
2 years ago
Ray
6f3b2a7661
Update rlgl.h
2 years ago
Ray
309ad3e08b
REVIEWED: `rlTextureParameters()`, reset anisotropy level
2 years ago
Ray
7ed3d870fe
REVIEWED: `rlGenTextureMipmaps()`, removed filtering setup
2 years ago
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
2 years ago
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
2 years ago
Ray
df3f64bfd2
Corrected typo
2 years ago
lazaray
bbc8d39185
Add support for truncating parser input ( #2464 )
* Add support for truncating parser input
* Remove RLAPI from implementations in rlgl.h
2 years ago
Ray
bdfa256cea
Update rlgl.h
2 years ago
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
2 years ago
Ray
dc553d1996
Update rlgl.h
2 years ago
Ray
f798ee2bc1
Update rlgl.h
2 years ago
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
2 years ago
Ray
ff95f05386
Update rlgl.h
2 years ago
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
3 years ago
megagrump
f40eed5adf
add premultiplied alpha blend mode ( #2342 )
3 years ago
raysan5
44d3cee5d1
Minor tweak
3 years ago
raysan5
f57727995a
REVIEWED: `rlLoadShaderCode()`
3 years ago
Matthew Owens
e621efe79f
rlLoadShaderCode - set ShaderId variables to RLGL.State.default[VF]ShaderId if repesctive Code is NULL ( #2281 )
3 years ago
Ray
7a159664bc
Improved shader loading code
3 years ago
Ray
612c4ad1dc
Reviewed possible issue with shaders detaching
3 years ago
Gerber Lóránt Viktor
ba1e91b4d7
Change comment about custom blend modes in rlgl.h ( #2260 )
3 years ago
raysan5
a940f41b4b
Update year to 2022
3 years ago
raysan5
0454acaacf
REVIEWED: Clear SSBO buffers on loading #2185
3 years ago
めぐみ発動機 (isVowel / GreenWing)
478b70e53e
fixed typo: aproximation to approximation ( #2163 )
3 years ago
Ray
b7bf220598
REVIEWED: rlUpdateTexture()
3 years ago
Uneven Prankster
35cbacc68b
Allow GL4.3 capabilities to be shown ( #2124 )
Now that 4.3 was added this can be enabled with the compile flag.
3 years ago
Ray
14e4992d73
REVIEWED: rlGetCompressedFormatName()
3 years ago