a1d57e83f
Merge pull request #4948 from parzivail/bug/meshnormals by
2025-05-19 07:16:48 +0200
21e711b13
(refs/pull/4948/head)
Fix typo in mesh animNormals by
2025-05-18 19:35:21 -0400
87a8e04a7
tweaks by
2025-05-18 22:35:28 +0200
bd2179db3
review sw_raster_quad_axis_aligned by
2025-05-18 22:29:26 +0200
a71ec577a
fix sw_quad_is_aligned by
2025-05-18 21:35:22 +0200
e75329ab8
review line raster by
2025-05-18 21:17:23 +0200
dd48df432
review sw_saturate by
2025-05-18 18:51:17 +0200
aead15762
review SW_CLAMP case in sw_texture_map by
2025-05-18 18:37:33 +0200
9799448d8
excluse some exemple with the software backend by
2025-05-18 18:25:34 +0200
32d849f50
fix face culling by
2025-05-18 18:13:10 +0200
caf6b4795
update Makefile by
2025-05-18 15:56:21 +0200
2e024898a
adding software backend option (cmake) by
2025-05-18 15:54:06 +0200
7fbc52c0e
BGRA copy support by
2025-05-18 15:53:12 +0200
7102073bc
Merge branch 'raysan5:master' into rlsw by
2025-05-18 15:57:21 +0200
5da2d1011
Update rcore_android.c by
2025-05-18 18:53:28 +0530
2be18e2c5
Merge pull request #4944 from Pivok7/master by
2025-05-18 15:09:47 +0200
bb5442e8c
tweaks by
2025-05-18 04:13:30 +0200
07e891ad2
cache texture size minus one + comments by
2025-05-18 04:01:49 +0200
6a3818b34
fix gradient calculation by
2025-05-18 03:49:53 +0200
0b08e75a2
fix and improve polygon clipping Sets the vertex count to zero when the polygon is invalid Stops clipping when the vertex count drops below 3 by
2025-05-18 03:49:11 +0200
358917ffc
trigger resize event when going into and out of fullscreen mode by
2025-05-17 21:08:57 -0400
d0d42e78e
inform glfw that a change of window size has taken place by
2025-05-17 21:08:35 -0400
b618d7b35
use parentElement's dimensions for width/height by
2025-05-17 21:08:07 -0400
8624edf63
review current vertex data + increase max clipped polygon vertices (for extreme cases) by
2025-05-18 03:08:01 +0200
7b7ed9887
improve triangle rasterization along Y axis improved robustness against numerical errors incremental interpolation along Y simplified function, fewer jumps by
2025-05-18 02:07:36 +0200
2299b6b8e
increase max clipped polygon vertices by
2025-05-18 00:24:52 +0200
72e753a60
rm def by
2025-05-17 21:21:23 +0200
b9cfbebd4
impl sdl platform by
2025-05-17 21:20:13 +0200
88c24f8de
fix `sw_quad_sort_cw` by
2025-05-17 21:14:55 +0200
903f56ca7
review triangle scanlines increment all data by
2025-05-17 21:10:37 +0200
3913ffeac
fix texture pool alloc.. by
2025-05-17 18:17:29 +0200
f7df285d6
review swMultMatrixf by
2025-05-17 18:09:50 +0200
5bab07b3e
fallback color/texcoord (swDrawArrays) by
2025-05-17 17:55:00 +0200
3c25efc41
fix animNormals (DrawMesh) by
2025-05-17 17:50:11 +0200
6c73c6271
tweaks by
2025-05-17 17:21:14 +0200
87fae2cf3
review pixelformat by
2025-05-17 17:06:42 +0200
ea8ecb2d2
check swInit by
2025-05-17 17:01:20 +0200
c35a74a13
set minimum req vertices to 3 (quads) by
2025-05-17 16:38:23 +0200
7ec3a5fe6
review texture format + fix copy by
2025-05-17 16:32:14 +0200
5b46c6e66
update swClose by
2025-05-17 16:18:13 +0200
9d49dbcb8
fix DrawMesh for GL 1.1 by
2025-05-17 16:07:25 +0200
074b68a80
build fixes by
2025-05-17 16:07:04 +0200
169f7f4ed
temp tweak by
2025-05-17 15:16:32 +0200
a03619fec
add `RL_OPENGL_11_SOFTWARE` enum by
2025-05-17 14:53:16 +0200
d17116fb0
adding `GRAPHICS_API_OPENGL_11_SOFTWARE` in `DrawMesh` by
2025-05-17 14:42:03 +0200
1820586d1
update rlgl.h by
2025-05-17 14:39:08 +0200
281bff77b
Merge branch 'raysan5:master' into rlsw by
2025-05-17 14:35:43 +0200
0ffc8c517
(refs/pull/4944/head)
Pbr example fix by
2025-05-17 12:32:17 +0200
09b1c8ba8
use of `restrict` for blending function parameters by
2025-05-16 21:42:34 +0200
0a3e1f361
oops, translating some comments by
2025-05-16 21:26:16 +0200
e56507783
new rendering path for axis aligned quads by
2025-05-16 21:04:15 +0200
92ca03d24
(refs/pull/4941/head)
Add example by
2025-05-16 02:52:17 -0300
515e89407
tweak the pipeline flow regarding the face culling avoids misprediction, improves vectorization if possible by
2025-05-15 02:54:32 +0200
fd37d4f52
added `SW_RESTRICT` and redesigned `sw_lerp_vertex_PNCTH` by
2025-05-15 02:36:04 +0200
110445cfe
fix 'sw_poly_point_render' by
2025-05-15 02:28:12 +0200
5e181ede7
use of a single global vertex buffer by
2025-05-15 02:23:43 +0200
1c7162271
impl specific quad rendering func by
2025-05-15 02:03:23 +0200
8c99a508c
REVIEWED: `WindowSizeCallback()`, GLFW by
2025-05-14 23:49:24 +0200
a51d33444
Merge branch 'master' of https://github.com/raysan5/raylib by
2025-05-14 23:47:32 +0200
9d4c31533
Update rtext.c by
2025-05-14 23:47:03 +0200
191f1ba1d
(refs/pull/4939/head)
[rcore] add `SetEventWaitingTimeout()` by
2025-05-13 15:01:49 -0400
15a0cf89b
Merge pull request #4936 from lumenkeyes/master by
2025-05-13 20:54:13 +0200
ba3121914
Merge pull request #4937 from Bigfoot71/fix-gen-tangents by
2025-05-13 20:52:51 +0200
5076d5743
Merge pull request #4938 from JeffM2501/const_save_callback by
2025-05-13 20:51:47 +0200
4a1e9931a
(refs/pull/4938/head)
Update raylib_api.* by CI by
2025-05-13 02:55:19 +0000
aa684a33d
make save file callback match const correctness of calling function by
2025-05-12 19:54:34 -0700
fb06da338
comma: fix touch inverse by
2025-05-12 17:20:37 -0700
d135eef46
(refs/pull/4937/head)
fix and improve `GenMeshTangents` by
2025-05-12 23:16:06 +0200
6f11e27bb
(refs/pull/4936/head)
fix typo by
2025-05-12 11:19:08 -0600
dea6a2477
build.zig fix: link EGL for Android by
2025-05-12 11:13:32 -0600
63b988ade
Update raylib_api.* by CI by
2025-05-11 09:05:50 +0000
f7d03efb4
REVIEWED: `DecodeDataBase64()`, follow convention: by
2025-05-11 11:05:25 +0200
3083f0cd4
REVIEWED: `SaveFileText()`, const input text by
2025-05-11 11:03:49 +0200
55e503171
review framebuffer filling functions by
2025-05-11 03:06:57 +0200
a8f222d52
optimized copy/blit functions for each dst format by
2025-05-11 02:35:34 +0200
d9c60f2d3
tweak framebuffer functions for better readability by
2025-05-11 00:12:47 +0200
1ae8bb497
use opitmized fract function in sw_texture_map by
2025-05-10 23:43:39 +0200
d98f22981
tweak lerp vertex function by
2025-05-10 23:25:13 +0200
f0d8653d0
greatly improve float saturation by
2025-05-10 23:21:36 +0200
a37a8cafd
review color blending system by
2025-05-10 22:59:52 +0200
c1621b3d6
remove useless scissor related data by
2025-05-10 22:29:15 +0200
693c9c292
Formatting tweaks by
2025-05-10 22:45:08 +0200
4ac31f7cd
Merge pull request #4928 from JeffM2501/unload_default_font by
2025-05-10 21:47:53 +0200
0bfc37450
(refs/pull/4933/head)
fix calls to `GetRandomValue` by
2025-05-10 21:45:42 +0200
52d4b5d2f
(refs/pull/4934/head)
Added 3D Audio System by
2025-05-10 12:34:25 -0700
9057c4790
review random value functions by
2025-05-10 21:26:59 +0200
77e4eec8d
adding floating-point generation to rprand by
2025-05-10 21:21:33 +0200
6059705a0
Merge branch 'raysan5:master' into rlsw by
2025-05-09 12:02:36 +0200
6c0c2b72d
(refs/pull/4929/head)
Create compile_flags.txt by
2025-05-09 12:57:40 +0530
ebaa922f6
(refs/pull/4928/head)
Properly clean up the default font on unload, it may be reused if the window is created again by
2025-05-08 09:57:31 -0700
7e0727836
Update rprand.h by
2025-05-08 17:06:29 +0200
1402e830b
Merge pull request #4926 from karl-zylinski/draw-sphere-normals by
2025-05-08 00:26:21 +0200
6fad12db7
Merge pull request #4927 from lumenkeyes/master by
2025-05-06 18:41:53 +0200
35de7b26a
(refs/pull/4927/head)
catch error in build.zig by
2025-05-06 10:08:12 -0600
eae3fd83d
properly detect if abi is android by
2025-05-06 10:04:54 -0600
c4b9c0e03
properly generate android triple in build.zig by
2025-05-06 09:46:42 -0600
a15548fb5
(refs/pull/4926/head)
Add normals to DrawSphereEx by
2025-05-06 13:09:05 +0200
3d6e24af4
Merge pull request #4906 from Bigfoot71/fix-clip by
2025-05-06 11:12:35 +0200
512b1bed4
Merge pull request #4925 from JeffM2501/animated_meshes_GL11 by
2025-05-06 00:54:54 +0200
e07e3354a
(refs/pull/4925/head)
Merge branch 'animated_meshes_GL11' of github.com:JeffM2501/raylib into animated_meshes_GL11 by
2025-05-05 15:51:13 -0700