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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored 2D shader and lighting system
reduz
2020-10-24
1
-3
/
+3
*
Fix invalid buffer updates in SDFGI
reduz
2020-10-19
1
-0
/
+22
*
Revert "Revert "Synchronization validation fix patch set 3 (inclusive of all ...
Juan Linietsky
2020-10-19
2
-67
/
+149
*
Revert "Synchronization validation fix patch set 3 (inclusive of all previous...
Juan Linietsky
2020-10-19
2
-149
/
+67
*
Revert "Cause buffer_update to emit error if called during compute/draw list"
Juan Linietsky
2020-10-19
1
-4
/
+0
*
Merge pull request #40849 from jzulauf-lunarg/zulauf_buffer_update_err_msg
Juan Linietsky
2020-10-19
1
-0
/
+4
|
\
|
*
Cause buffer_update to emit error if called during compute/draw list
John Zulauf
2020-07-29
1
-0
/
+4
*
|
Merge pull request #42866 from jzulauf-lunarg/zulauf_sync_fixes_3
Juan Linietsky
2020-10-19
2
-67
/
+149
|
\
\
|
*
|
Add pre-copy barrier to buffer update
John Zulauf
2020-10-16
1
-1
/
+1
|
*
|
Add subpass sync support for layout transitions
John Zulauf
2020-10-16
1
-0
/
+12
|
*
|
Sync fix for clear texture
John Zulauf
2020-10-16
1
-12
/
+16
|
*
|
Sync fix texture_get_data bad barrier param
John Zulauf
2020-10-16
1
-1
/
+1
|
*
|
Additional synchronization fixes w/o FORCE_FULL_BARRIER
John Zulauf
2020-10-16
1
-18
/
+76
|
*
|
Correct stage masks for storage texture barriers
John Zulauf
2020-10-16
1
-1
/
+1
|
*
|
Add barrier for buffer getting
John Zulauf
2020-10-16
2
-34
/
+42
|
*
|
Add fragment stage to texture copy/resolve barriers
John Zulauf
2020-10-16
1
-4
/
+4
*
|
|
Revert "Replace SAO implementation with MSSAO"
Juan Linietsky
2020-10-18
2
-16
/
+4
*
|
|
Merge pull request #42077 from clayjohn/MSSAO
Juan Linietsky
2020-10-18
2
-4
/
+16
|
\
\
\
|
*
|
|
Replace SAO implementation with MSSAO
clayjohn
2020-10-18
2
-4
/
+16
|
|
/
/
*
/
/
Optimize Glow with local memory
clayjohn
2020-10-18
1
-1
/
+1
|
/
/
*
|
Fix dummy rasterizer with new interface.
Fabio Alessandrelli
2020-10-13
1
-0
/
+24
*
|
Hides special folders in FileDialog for macOS
Haoyu Qiu
2020-09-28
2
-1
/
+6
*
|
Add all headers to VS Project
Bartłomiej T. Listwon
2020-09-27
1
-9
/
+0
*
|
Fix RasterizerDummy, override, cleanup.
Fabio Alessandrelli
2020-09-18
1
-483
/
+467
*
|
NetBSD: Implement OS_Unix::get_executable_path()
Rémi Verschelde
2020-09-18
1
-2
/
+2
*
|
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-18
1
-4
/
+6
*
|
Replace calls to gmtime with gmtime_r and localtime with localtime_r.
Marcel Admiraal
2020-09-04
1
-17
/
+18
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
4
-104
/
+107
*
|
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
3
-11
/
+12
*
|
Add high quality glow mode
clayjohn
2020-08-31
1
-0
/
+1
*
|
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
35
-23527
/
+0
*
|
[macOS] Fix crash on failed `fork`.
bruvzg
2020-08-11
1
-1
/
+1
|
/
*
SCons: Support linking system Vulkan loader while using vendored VMA
Rémi Verschelde
2020-07-26
1
-0
/
+11
*
iOS SCons: static Vulkan binary usage
Sergey Minakov
2020-07-25
1
-10
/
+11
*
Vulkan: Fix struct init for VkClearAttachment
Rémi Verschelde
2020-07-22
1
-27
/
+2
*
Merge pull request #38835 from madmiraal/fix-38829
Rémi Verschelde
2020-07-22
1
-6
/
+31
|
\
|
*
Fix may be used unitialized warnings in _render_pass_create()
Marcel Admiraal
2020-05-19
1
-6
/
+31
*
|
Merge pull request #40450 from asmaloney/spelling
Rémi Verschelde
2020-07-21
3
-16
/
+16
|
\
\
|
*
|
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
3
-16
/
+16
*
|
|
Fix spelling of a var, a struct, and message output
Andy Maloney
2020-07-17
1
-7
/
+7
|
/
/
*
|
Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...
bruvzg
2020-07-13
2
-9
/
+20
*
|
Merge pull request #40253 from madmiraal/add-override-keywords
Rémi Verschelde
2020-07-10
1
-2
/
+2
|
\
\
|
*
|
Add override keywords.
Marcel Admiraal
2020-07-10
1
-2
/
+2
*
|
|
Added 'fma' function to shader language
Yuri Roubinsky
2020-07-10
2
-0
/
+22
|
/
/
*
|
Handle 16 bit PNG files in sRGB format
Johan Rastén
2020-07-09
3
-4
/
+10
*
|
Fixed mesh data access errors in GLES2
PouleyKetchoupp
2020-07-09
1
-4
/
+2
*
|
Fix Directory Open Check
Nathan Franke
2020-07-06
1
-1
/
+5
*
|
Merge pull request #40016 from akien-mga/environment-code-cleanup
Rémi Verschelde
2020-07-01
1
-1
/
+1
|
\
\
|
*
|
Environment: Refactor code for readability + more
Rémi Verschelde
2020-07-01
1
-1
/
+1
*
|
|
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
1
-1
/
+1
|
\
\
\
[next]