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