Le Juez Victor
f447c97662
Merge branch 'raysan5:master' into rlsw
преди 2 седмици
Bigfoot71
618f283cb2
gl binding
преди 2 седмици
Bigfoot71
2009490151
add getter functions
преди 2 седмици
Bigfoot71
26dfe69e5f
remove unused defs
преди 2 седмици
Bigfoot71
2f9eb5b727
impl point scissor clipping
преди 2 седмици
Bigfoot71
633e34e457
round screen coordinate (line rasterization)
преди 2 седмици
Bigfoot71
f0b02b8cad
impl line scissor clipping
преди 2 седмици
Bigfoot71
3441cf6327
review `swScissor`
преди 2 седмици
Bigfoot71
0fb0c5cd38
review scissor clear
преди 2 седмици
Ray
46cd07d2c7
WARNING: REVERTED CHANGE THAT BROKE BATCHING!!! #4849
I'm sorry... I did not detect this change was breaking batching... :(
преди 2 седмици
Ray
266fba1111
Minor tweaks
преди 2 седмици
Ray
add4da8fb3
Merge pull request #4845 from bamless/log-zoom
[examples] use logarithmic zoom scaling in 2d camera examples
преди 2 седмици
Fabrizio Pietrucci
e140aca1b5
Increase zoom factor in `core_2d_camera.c`
This compensate for slower zoom speed due to log scaling
преди 2 седмици
Fabrizio Pietrucci
8b84c999d2
Use logarithmic zoom scaling in 2d camera zoom examples
преди 2 седмици
Bigfoot71
d3b6fa4785
start to impl scissor test + review line clipping
The support for the scissor test has been implemented for clearing as well as for triangle clipping.
The implementation for lines and points is still missing.
I also removed the 2D clipping of lines that used the Cohen-Sutherland algorithm, opting instead to always use the Liang-Barsky algorithm in all cases.
This simplifies the implementation, and the 2D version would have caused issues when interpolating vertices in the future if we want to implement additional features.
преди 2 седмици
Bigfoot71
268a410a13
add quick notes about line clipping algorithms used
преди 2 седмици
Bigfoot71
fe600a5ea1
framebuffer resizing + handle init failure
преди 2 седмици
Bigfoot71
06e49a048a
add some not planned functions
- `glDepthMask`
- `glColorMask`
преди 2 седмици
Bigfoot71
fc52b7710c
impl polygone modes
преди 2 седмици
Ray
cd9206956c
Merge pull request #4843 from theundergroundsorcerer/DrawCircleSector-quickfix
Add early return when angles are equal in DrawCircleSector and DrawCircleSectorLine functions.
преди 2 седмици
Myrddin Krustowski
589ad0a33d
Add early return to circle sector functions when angles are equal.
Prevents unnecessary work and division by zero (when segments=0) in DrawCircleSector/DrawCircleSectorLines when startAngle equals endAngle, matching existing behavior in DrawRing/DrawRingLines.
преди 2 седмици
Bigfoot71
793d56c701
fix and improve polygon clipping functions
преди 2 седмици
Bigfoot71
e15c0d9639
impl points + point size
преди 2 седмици
Bigfoot71
3bc8f36f14
impl line width
преди 2 седмици
Bigfoot71
645b5e9c45
tweaks
преди 2 седмици
Bigfoot71
cdf384794d
add several buffer format support
Several depth and color formats have been added for the framebuffer.
8-bit, 16-bit, and 24-bit formats are now available for depth.
RGB 8-bit (332), RGB 16-bit (565), and RGB 24-bit (888) formats are now available for color.
Alpha support is no longer present for the framebuffer at the moment, but it can easily be restored by adding the formats and reinterpolating the alpha in the areas that do not perform color blending.
Additionally, this commit brings performance improvements.
преди 3 седмици
Ray
2f63a15630
Merge pull request #4836 from JeffM2501/unscale_on_resize
[rcore] Correctly handle window size on resize in auto-scaled HIGHDPI environment
преди 3 седмици
Jeffery Myers
d56ab670c3
spaces not tabs
преди 3 седмици
Ray
bbbdd1f080
Merge pull request #4839 from aidonmaster/patch-1
Converting int to char
преди 3 седмици
Aidon
513753c394
Converting int to char
Fixes warning: narrowing conversion caused by trying to convert int to unsigned char
преди 3 седмици
Bigfoot71
2666eedeb0
review get pixel functions
+ review unorm/float conversion
преди 3 седмици
Bigfoot71
d3fe48fa7d
texture sampling optimization
преди 3 седмици
Bigfoot71
9be90fd5e6
review the loading and management of textures
to be closer to the OpenGL API
преди 3 седмици
Bigfoot71
6b8978cb3e
avoid to recalculate MVP when its not needed + tweaks
преди 3 седмици
Ray
cb830bed72
Increased depth size and clip distances to avoid z-fighting issues
преди 3 седмици
Ray
d0e638cc31
REVIEWED: Platform DRM messages...
преди 3 седмици
Bigfoot71
363f3afa60
review ndc to screen projection
преди 3 седмици
Bigfoot71
0b713cdfba
small optimizations / tweaks
преди 3 седмици
Bigfoot71
a1b2ecbded
add clear buffer bitmasks
преди 3 седмици
Bigfoot71
ff1849dc97
fixes and tweaks
преди 3 седмици
Bigfoot71
804240966a
impl color blending
преди 3 седмици
Jeffery Myers
4bed3741c1
Unscale the window size on resize if we are doing automatic HighDPI scaling.
преди 3 седмици
Bigfoot71
5f92a0fcd0
impl face culling
преди 3 седмици
Bigfoot71
dcd60be477
impl line clipping and rasterization
+ tweak function names
преди 3 седмици
Bigfoot71
b70f02fdf2
apply perspective correction to colors
преди 3 седмици
Bigfoot71
f305490c33
branchless float saturation
преди 3 седмици
Bigfoot71
8aed39ff49
implement state support
Also replace the triangle rasterization functions with macros that generate specific functions for each state of the rendering system.
Also, add the OpenGL definitions in order to add a binding for rlgl.
преди 3 седмици
Ray
749a512f13
REVIEWED: `ScanDirectoryFiles*()` #4833
преди 3 седмици
Ray
654d5c80c2
Merge pull request #4833 from MykBamberg/master
[rcore] Use snprintf to prevent buffer overflow in path construction
преди 3 седмици
Ray
a0318e67aa
Merge pull request #4835 from NiamhNightglow/master
Guard against DEBUG Redefinition
преди 3 седмици