index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
163
-326
/
+326
*
Calculate pixel snap in canvas space instead of world space
clayjohn
2024-10-17
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
164
-0
/
+328
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
7
-9
/
+9
*
RenderingDevice: Fix uncapped mipmap sizes causing div-by-zero
Pedro J. Estébanez
2024-09-17
1
-2
/
+2
*
Sky: No more auto-selecting REALTIME mode if radiance is not 256
Alexis Breust
2024-09-17
1
-1
/
+1
*
Fix shadow mesh recursion.
Radiant
2024-09-17
1
-0
/
+1
*
Avoid indexing instances without a base in scene cull phase
clayjohn
2024-09-17
1
-0
/
+2
*
Various fixes for transmittance effect
clayjohn
2024-09-17
3
-29
/
+37
*
Fix SkyRD::Sky::free() freeing material
ComycSans
2024-09-17
1
-1
/
+0
*
Fixes alpha materials being rendered with a reverse cull which is visible in ...
viksl
2024-09-17
1
-1
/
+1
*
Use correct lightmap coefficients to ensure that the directional lightmap mod...
clayjohn
2024-09-17
2
-21
/
+8
*
Fix for multimesh motion vector corruption by resetting motion vector state a...
Sen
2024-09-16
1
-3
/
+7
*
Fix double free in FSR2 destructor
Arseny Kapoulkine
2024-09-16
1
-3
/
+0
*
Relax motion vector updates to allow skipped frames for skeletons
Arseny Kapoulkine
2024-09-16
1
-2
/
+3
*
Add model_normal_matrix for fragment shader
jsjtxietian
2024-09-16
2
-0
/
+14
*
Use transformed roughness instead of raw roughness to calculate roughness fad...
clayjohn
2024-09-16
1
-1
/
+1
*
Fix Parallax2D repeats being not relative to its transform
kleonc
2024-09-16
5
-33
/
+60
*
Add fixed fog to the sky in the Compatibility renderer
clayjohn
2024-09-16
1
-4
/
+4
*
Ensure fog_sky_affect is used even when using a background color
clayjohn
2024-09-16
1
-2
/
+2
*
pass in render_info to _fill_instance_data for alpha to fix overdraw call count
kevinkuo52
2024-09-16
1
-1
/
+1
*
Fix undefined `alpha_scissor` in standard shader
jsjtxietian
2024-09-16
2
-2
/
+2
*
Fix shader crash when the comma used in `for` loop as a trailing
Chaosus
2024-09-16
2
-0
/
+18
*
Fix uniform subgroup in shader will carry out to next group
jsjtxietian
2024-09-16
1
-0
/
+1
*
Fail when submit or sync called on main rendering device
clayjohn
2024-09-16
2
-3
/
+12
*
Apply patch for considering visual layers for DirectionalLight
Slashscreen
2024-09-16
1
-1
/
+1
*
Fix LightmapGI causes crash when using --headless
Jamie Pate
2024-08-07
3
-6
/
+123
*
Merge pull request #94902 from clayjohn/SHADER-hints
Rémi Verschelde
2024-07-30
2
-2
/
+12
|
\
|
*
Restrict sampler hint validation to only screen texture hints
clayjohn
2024-07-28
2
-2
/
+12
*
|
Fix regression around OpenGL swapchain optimisation for OpenXR
Bastiaan Olij
2024-07-29
4
-5
/
+5
|
/
*
Emit normal_roughness compatibility code in custom functions
clayjohn
2024-07-26
3
-43
/
+52
*
Fix editor crash when shader has incorrect global array declaration
jsjtxietian
2024-07-26
1
-0
/
+6
*
RenderingDevice: Use the correct amount of layers for Cubemaps for boundary c...
BlueCube3310
2024-07-24
1
-24
/
+6
*
Merge pull request #94671 from Chaosus/shader_fix_varying
Rémi Verschelde
2024-07-24
2
-9
/
+34
|
\
|
*
Fix shader crash when using a varying in separate func before it defined
Yuri Rubinsky
2024-07-23
2
-9
/
+34
*
|
Merge pull request #94629 from RandomShaper/fix_undef_position
Rémi Verschelde
2024-07-24
2
-2
/
+2
|
\
\
|
*
|
Fix position from vertex shader partially uninitialized
Pedro J. Estébanez
2024-07-23
2
-2
/
+2
*
|
|
Linearize color if HDR 2D is on
Feiyue Zhang
2024-07-24
1
-4
/
+9
|
|
/
|
/
|
*
|
RenderingDevice: Fix getting cubemap data
BlueCube3310
2024-07-23
1
-3
/
+0
*
|
Fix crash when assigning more textures than expected to texture array
Yuri Rubinsky
2024-07-22
1
-1
/
+2
*
|
Merge pull request #92817 from Alex2782/fix_glsl_Mali-G
Rémi Verschelde
2024-07-22
2
-6
/
+32
|
\
\
|
*
|
Fix glsl shader for Android Mali-GXXx GPUs and Vulkan API 1.3.xxx
Alexander Hartmann
2024-07-20
2
-6
/
+32
*
|
|
SDFGI: fix crash if update_data is nullptr
Garteal
2024-07-19
2
-0
/
+8
|
|
/
|
/
|
*
|
Merge pull request #94388 from BastiaanOlij/expose_more_methods_scene_buffers_rd
Rémi Verschelde
2024-07-19
1
-0
/
+6
|
\
\
|
*
|
Expose more state in RenderSceneBuffersRD
Bastiaan Olij
2024-07-15
1
-0
/
+6
*
|
|
Merge pull request #94492 from jsjtxietian/fsr-1
Rémi Verschelde
2024-07-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Add warning when use FSR1 on renderer other than forward plus
jsjtxietian
2024-07-18
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #94069 from RandomShaper/fix_vk_vali_blocky
Rémi Verschelde
2024-07-18
1
-5
/
+6
|
\
\
\
|
*
|
|
RenderingDevice: Leave handling of compressed block granularity to the driver
Pedro J. Estébanez
2024-07-08
1
-5
/
+6
*
|
|
|
Merge pull request #86516 from jsjtxietian/fix-camera-direction
Rémi Verschelde
2024-07-18
2
-2
/
+2
|
\
\
\
\
[next]