Rémi Verschelde
|
11cefc2b28
Merge pull request #57104 from clayjohn/VULKAN-sky-conflict
|
3 年之前 |
Rémi Verschelde
|
d9fd16c8e4
Merge pull request #53954 from Chaosus/fix_quit_errors
|
3 年之前 |
clayjohn
|
430d5d64aa
Update Sky lights in sky setup function
|
3 年之前 |
Rémi Verschelde
|
8b8e858778
Merge pull request #54489 from briansemrau/texture-delete-update
|
3 年之前 |
clayjohn
|
99064d57db
New OpenGL batching canvas renderer
|
3 年之前 |
Rémi Verschelde
|
7f66c16c03
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 年之前 |
Yuri Roubinsky
|
826e781bfa
Fix default_texture_param in shader pipeline to support uniform arrays
|
3 年之前 |
clayjohn
|
0eff109a21
Added SSIL post processing effect
|
4 年之前 |
Brian Semrau
|
4a1c28460e
Fix materials not updating when texture replaced/deleted
|
3 年之前 |
clayjohn
|
1b2cd9f251
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
|
3 年之前 |
Yuri Roubinsky
|
26a26d6657
Fix errors on quitting from an empty project
|
3 年之前 |
clayjohn
|
23dc490f40
Remove bogus sky error check
|
3 年之前 |
Yuri Roubinsky
|
6873ecaaf9
Added support for uniform arrays in shaders
|
4 年之前 |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 年之前 |
Hugo Locurcio
|
ba65730cbf
Rename RID's `getornull()` to `get_or_null()`
|
3 年之前 |
Clay John
|
036b7a0985
Merge pull request #51873 from Chaosus/fix_uniform_error_spam
|
4 年之前 |
Bastiaan Olij
|
6e87d62873
Merge pull request #50883 from BastiaanOlij/mobile_hdr
|
4 年之前 |
Bastiaan Olij
|
d22163c657
Scale color output in the mobile renderer to provide HDR support
|
4 年之前 |
Yuri Roubinsky
|
b6af457d25
Fix incorrect checking of uniform set to prevent error spam (2)
|
4 年之前 |
Hugo Locurcio
|
a139e58f8c
Add comments at the top of each built-in shader to ease debugging
|
4 年之前 |
Yuri Roubinsky
|
9de779344c
Makes a clear error message if shader compilation failed
|
4 年之前 |
Rémi Verschelde
|
16d73fefdb
Merge pull request #50682 from aaronfranke/basis-looking-at
|
4 年之前 |
Rémi Verschelde
|
da339f8ffc
Merge pull request #51309 from Chaosus/fix_uniform_error_spam
|
4 年之前 |
Bastiaan Olij
|
b920bf05a4
Use subpasses to do 3D rendering and resolve in mobile renderer
|
4 年之前 |
Yuri Roubinsky
|
ac4406cfbe
Fix incorrect checking of uniform set to prevent error spam
|
4 年之前 |
Aaron Franke
|
9f3ae0adcd
Move code for looking_at to Basis
|
4 年之前 |
Bastiaan Olij
|
c76426527b
Porting cubemap compute shaders to raster for the mobile renderer
|
4 年之前 |
Hugo Locurcio
|
abc38b8d66
Use C++11 raw literals for shader code to improve readability
|
4 年之前 |