Rémi Verschelde
|
d147adc591
|
Merge pull request #67915 from RevoluPowered/fix-intel-macbook-crash-subgroups
Ensure vulkan subgroups are disabled for MoltenVK
|
2022-10-31 10:53:30 +01:00 |
|
clayjohn
|
31c1a06ab5
|
Fix ss_effects_flags uniform in clustered forward renderer
This comes from an uncaught merge conflict resulting from the split of scene_data into
scene_data and implementation_data
|
2022-10-27 15:37:38 -07:00 |
|
Clay John
|
0d711cad30
|
Merge pull request #66107 from devloglogan/ambient-light-disabled-fix
Fix ambient_light_disabled render mode flag
|
2022-10-27 10:08:29 -07:00 |
|
Gordon MacPherson
|
381d457a2a
|
Ensure vulkan subgroups are disabled for MoltenVK
We found they don't work on intel macbooks properly at all.
Possible future solutions:
- update to moltenvk.
- update to spirv may resolve it.
|
2022-10-26 20:12:06 +01:00 |
|
clayjohn
|
3126619aa5
|
Update Instance flags in shaders to match instance flags in engine
|
2022-10-02 21:37:06 -07:00 |
|
Rémi Verschelde
|
166df0896c
|
Fix typos with codespell
Using codespell 2.3-dev from current git.
And fix typo in `methods.py` for `vsproj=yes` option (still won't work
though).
|
2022-09-30 14:23:36 +02:00 |
|
Rémi Verschelde
|
67961d875d
|
Merge pull request #66178 from clayjohn/double-precision-rendering
Emulate double precision for regular rendering operation when REAL_T_IS_DOUBLE
|
2022-09-30 09:59:45 +02:00 |
|
Bastiaan Olij
|
56d6a13fd7
|
Make dependencies with shader includes in subfolders
|
2022-09-26 12:29:19 +10:00 |
|
clayjohn
|
27a3014f50
|
Emulate double precision for regular rendering operation.
We calculate the lost precision on the CPU and pass it into the GPU
so that it can calculate an error-corrected version of the vertex position
|
2022-09-20 23:40:01 -07:00 |
|
Logan Lang
|
e61d8b6f53
|
enabled ambient_light_disabled render mode flag
|
2022-09-19 17:12:32 -05:00 |
|
Bastiaan Olij
|
02ea1de7d0
|
Extract shared scene data into a separate class
|
2022-09-15 12:09:57 +10:00 |
|