blueloveTH
0a9ea31a4c
Update rlgl.h
пре 1 година
blueloveTH
67fb284c1a
upgrade to `GRAPHICS_API_OPENGL_ES3`
пре 1 година
blueloveTH
d1ffab40cc
the first working version
пре 1 година
Ray
d7ff0175c1
Fix #3876 and also `rlgl` review on #3783
пре 1 година
Ray
8b0dd44316
Fix #3876 and also `rlgl` review on #3783
пре 1 година
Ray
e42e3188f5
Remove some unneeded line breaks
пре 1 година
Ray
c31559101a
REVIEWED: `rlLoadFramebuffer()`, parameters not required
пре 1 година
Ray
25306eae42
REVIEWED: Issue on parsing #3765
пре 1 година
Ray
deaffb0698
Review PR #3746 formating
пре 1 година
Jeffery Myers
bebf9547bd
[CORE,RLGL] Fix scale issues when ending a mode ( #3746 )
* Only restore GL scale back to screen scale if we are returning to a screen, not a render texture.
* blankspace
* reset back to default screen scale when ending a render texture since we are back on the default fbo
пре 1 година
veins1
f4add5f10d
Fix rlSetUniformSampler ( #3759 )
Fix rlSetUniformSampler not setting sampler uniform if the same texture was already passed to a different sampler uniform
пре 1 година
Brian E
27645e16ab
fixed small typo, replaced `th` with `the` ( #3752 )
пре 1 година
Ray
3f1e59a7cf
Update copyright to 2024
пре 1 година
Ray
68b6c79c3f
Update rlgl.h
пре 1 година
Ray
2fe68a8a12
REVIEWED PR deferred render
пре 1 година
Jett
e71153258b
fix for deferred rendering example. ( #3655 )
* fix for deferred rendering example.
* missed defines to build.
пре 1 година
Peter0x44
55e7d1aad1
Expose OpenGL take 2 ( #3588 )
For some reason, there are actually two macros needed to control this.
Yes, I tried with only one, both are needed
пре 1 година
Peter0x44
ef5069862d
Fix mistake in pr #3572 ( #3587 )
пре 1 година
Ray
e9ddb15d9d
REVIEWED: rlgl function description and comments
пре 1 година
Peter0x44
e7a486fa81
Hide unneeded internal symbols when building raylib as an so or dylib ( #3573 )
пре 1 година
Peter0x44
94aba23ef4
Expose glad functions when building raylib as a shared lib ( #3572 )
пре 1 година
Steven Schveighoffer
b122270aa3
Fix version info in rlgl.h ( #3558 )
пре 1 година
Le Juez Victor
9099077075
[rlgl] Fixed return type of `GetCompressedFormatName` ( #3529 )
The return type of `GetCompressedFormatName` has been corrected from `char *` to `const char *`
пре 1 година
Ray
30dcbaff20
Update rlgl.h
пре 1 година
Ray
807516a991
Support OpenGL ES 3.0 building on Web
For some reason, the equivalent requested context (WebGL 2.0) is not provided, despite being properly requested.
пре 1 година
Ray
35d27fb11b
REVIEWED: Pointers exposing not required for ES3
пре 1 година
Ray
64d64cc181
REVIEWED: Potential code issues reported by CodeQL #3476
пре 1 година
Ray
1407f6eb46
ADDED: `rlBlitFramebuffer()`, required for deferred render
пре 1 година
Ray
de7beef05d
Remove trailing spaces
пре 1 година
Jett
ff04d52f12
Added rlEnablePointMode ( #3490 )
for rendering meshes with points.
similar to wire mode.
(NOTE) they still backface cull, so disable that if you want to show the entire mesh.
пре 1 година
2Bear
9a687e3153
Fix missing `PLATFORM_DESKTOP_SDL` checks. ( #3469 )
пре 1 година
Ray
19ff0e5fb1
REVIEWED: `rlLoadTexture()` #3440
пре 1 година
Ray
be8eea9eda
Format tweaks
пре 1 година
Ray
f2389a1e55
Remove trail spaces
пре 1 година
Ray
557aeff253
REVIEWED: `glInternalFormat` is unsigned and actually, `rlGetGlTextureFormats()` returns 0 if fails
пре 1 година
Ray
36e99860ee
Added note about WebGL warning
пре 1 година
Ray
b335927665
Reviewed PR #3321
пре 1 година
Christopher Odom
eb461512a7
Added UBSAN complaint fix to rLoadTexture #1891 ( #3321 )
пре 1 година
Ray
30a9a24db9
Review to avoid UBSAN complaining #1891
пре 1 година
MichaelFiber
18e9784c6d
Remove PLATFORM_RPI ( #3232 )
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com>
пре 1 година
Branimir Ričko
b27e98a428
Fix bug where default shaders was not linking. ( #3261 )
пре 1 година
Ray
5a33f19964
Revert "Fix #3246"
This reverts commit e4dcbd5180
.
пре 1 година
Ray
e4dcbd5180
Fix #3246
пре 1 година
Nikolas
bef818e210
Fix build for OpenGL 2.1, where half floats are part of an extension ( #3233 )
пре 1 година
Nikolas
dc621ca388
Support 16-Bit HDR textures ( #3220 )
* Support 16-Bit HDR textures
* Fix build on emscripten
* Move helper functions
пре 1 година
Ray
974460b072
REVIEWED: `rlLoadShaderBuffer()` #3104
пре 2 година
Ray
830e328df0
Remove trailing spaces
пре 2 година
Chema Guerra
f385d0ce1c
Continuation of support for ES3/WebGL2 ( #3107 )
* Continuation of support for ES3/WebGL2
* GetTouchPointState()
* Amends to the WebGL2 PR
---------
Co-authored-by: root <root@DESKTOP-GLOV9QV>
Co-authored-by: chemguerra <online@chemaguerra.com>
пре 2 година
Ray
ba802fdd5e
tweaks
пре 2 година
Ray
e497603678
ADDED: Experimental support for OpenGL ES 3.0 -WIP-
Just added the required flags to request the OpenGL ES 3.0 context but it has not been tested...
пре 2 година